From e1613555df004205ee496bbeac03d724587c8d4e Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 22 Aug 2020 10:04:31 -0400 Subject: revert 16ed50f8a397dcdc95b9b6540e9c368623e69f80 --- db/attendance_db.conf | 4 +- db/cashshop_db.conf | 10 +- db/castle_db.conf | 4 +- db/clans.conf | 6 +- db/constants.conf | 738 +- db/craft_db.conf | 1974 +- db/re/achievement_db.conf | 184 +- db/re/exp_group_db.conf | 60 +- db/re/item_chain.conf | 4 +- db/re/item_combo_db.conf | 4 +- db/re/item_db.conf | 11641 +++--- db/re/item_group.conf | 19 +- db/re/item_lapineddukddak.conf | 4 +- db/re/item_packages.conf | 25 +- db/re/job_db.conf | 538 +- db/re/map_zone_db.conf | 72 +- db/re/mob_db.conf | 7616 ++-- db/re/mob_skill_db.conf | 26 +- db/re/pet_db.conf | 48 +- db/re/refine_db.conf | 30 +- db/re/skill_db.conf | 76128 +++++++++++++++++++-------------------- db/re/skill_tree.conf | 63 +- npc/commands/debug-skill.txt | 31 +- npc/functions/crafting.txt | 23 - npc/items/recipes.txt | 210 +- 25 files changed, 49044 insertions(+), 50418 deletions(-) diff --git a/db/attendance_db.conf b/db/attendance_db.conf index 683a1701..e5a1b259 100644 --- a/db/attendance_db.conf +++ b/db/attendance_db.conf @@ -28,8 +28,8 @@ attendance_db:( /************************************************************************** -************* Entry structure ********************************************* -*************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** { // ================ Mandatory fields ============================== ItemID: Item Constant (string) diff --git a/db/cashshop_db.conf b/db/cashshop_db.conf index a47c5a5a..df647640 100644 --- a/db/cashshop_db.conf +++ b/db/cashshop_db.conf @@ -1,12 +1,12 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //================= More Information ================= //= http://herc.ws/board/topic/367-introducing-cash-shop-support/ //==================================================== diff --git a/db/castle_db.conf b/db/castle_db.conf index ce43ce68..fc2b2d31 100644 --- a/db/castle_db.conf +++ b/db/castle_db.conf @@ -30,8 +30,8 @@ castle_db: ( /************************************************************************** -************* Entry structure ********************************************* -*************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** { // ================ Mandatory fields ============================== CastleID: (int) Unique ID of the castle. Must remain unique across all map-servers. diff --git a/db/clans.conf b/db/clans.conf index cd7339a6..0c73ca41 100644 --- a/db/clans.conf +++ b/db/clans.conf @@ -26,11 +26,11 @@ //========================================================================= //= Clan System Database File. //========================================================================= - + clans: ( /************************************************************************** - ************* Entry structure ********************************************* - *************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** { Id: ID (int) Const: "Const Name" (string) diff --git a/db/constants.conf b/db/constants.conf index 53943763..1a3c07cd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -30,23 +30,23 @@ constants_db: { /************* Entry structure (short) ************************************ Identifier: value // (integer literal) -************* Entry structure (full) ************************************** + ************* Entry structure (full) ************************************* Identifier: { Value: value // (integer literal) Deprecated: true // (boolean) Defaults to false. } -************* Supported integer literals ********************************** -decimal: 1337 // no prefix -hexadecimal: 0x1337 // prefix: 0x -octal: 0o1337 // prefix: 0o -binary: 0b101101 // prefix: 0b + ************* Supported integer literals ********************************* + decimal: 1337 // no prefix + hexadecimal: 0x1337 // prefix: 0x + octal: 0o1337 // prefix: 0o + binary: 0b101101 // prefix: 0b -Underscores can also be used as visual separators for digit grouping purposes: - 2_147_483_647 - 0x7FFF_FFFF + Underscores can also be used as visual separators for digit grouping purposes: + 2_147_483_647 + 0x7FFF_FFFF -Keep in mind that number literals cannot start or end with a separator and no -more than one separator can be used in a row (so 12_3___456 is illegal). + Keep in mind that number literals cannot start or end with a separator and no + more than one separator can be used in a row (so 12_3___456 is illegal). **************************************************************************/ comment__: "Weekdays" @@ -438,7 +438,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). mf_pairship_endable: 58 mf_nostorage: 59 mf_nogstorage: 60 - mf_nopet: 61 + mf_nopet: 61 comment__: "Cell Properties" cell_walkable: 0 @@ -653,8 +653,8 @@ more than one separator can be used in a row (so 12_3___456 is illegal). bSetMDefRace: 2060 bAddRaceTolerance: 2061 bAddMaxWeight: 2062 - bSubDefEle: 2063 - bMagicSubDefEle: 2064 + bSubDefEle: 2063 + bMagicSubDefEle: 2064 comment__: "Equip index" /* reference to script.c::script_defaults():equip[] array used for easy-conversion */ @@ -4762,62 +4762,62 @@ more than one separator can be used in a row (so 12_3___456 is illegal). SI_MADOGEAR: 1149 /* ==================================================== */ - /** evol constants **/ + /** evol constants **/ - comment__: "outdated constants. must be removed" - // >>> - equip_head: 1 - equip_shield: 2 - equip_hand2: 3 - equip_hand1: 4 - equip_gloves: 5 - equip_shoes: 6 - equip_misc1: 7 - equip_misc2: 8 - equip_torso: 9 - equip_legs: 10 - // <<< + comment__: "outdated constants. must be removed" + // >>> + equip_head: 1 + equip_shield: 2 + equip_hand2: 3 + equip_hand1: 4 + equip_gloves: 5 + equip_shoes: 6 + equip_misc1: 7 + equip_misc2: 8 + equip_torso: 9 + equip_legs: 10 + // <<< - comment__: "genders" - G_FEMALE: 0 - G_MALE: 1 - G_OTHER: 3 + comment__: "genders" + G_FEMALE: 0 + G_MALE: 1 + G_OTHER: 3 - comment__: "races" - KaizeiViro: 0 - ArgaesViro: 1 - TonoriViro: 2 - CaveUkar: 3 - MountainUkar: 4 - SeaTritan: 5 - LakeTritan: 6 - LightRaijin: 7 - DarkRaijin: 8 - FireKralog: 9 - FrostKralog: 10 + comment__: "races" + KaizeiViro: 0 + ArgaesViro: 1 + TonoriViro: 2 + CaveUkar: 3 + MountainUkar: 4 + SeaTritan: 5 + LakeTritan: 6 + LightRaijin: 7 + DarkRaijin: 8 + FireKralog: 9 + FrostKralog: 10 - // DEPRECATED: Kept for compatibility - Human: 0 - Viro: 0 - Ukar: 3 - Tritan: 5 - Raijin: 7 - Kralog: 9 + // DEPRECATED: Kept for compatibility + Human: 0 + Viro: 0 + Ukar: 3 + Tritan: 5 + Raijin: 7 + Kralog: 9 - comment__: "getraceflags" - GETRACE_RACE: 0 - GETRACE_SKIN: 1 - GETRACE_FULL: 2 + comment__: "getraceflags" + GETRACE_RACE: 0 + GETRACE_SKIN: 1 + GETRACE_FULL: 2 - comment__: "directions" - DOWN: 0 - DOWNLEFT: 1 - LEFT: 2 - UPLEFT: 3 - UP: 4 - UPRIGHT: 5 - RIGHT: 6 - DOWNRIGHT: 7 + comment__: "directions" + DOWN: 0 + DOWNLEFT: 1 + LEFT: 2 + UPLEFT: 3 + UP: 4 + UPRIGHT: 5 + RIGHT: 6 + DOWNRIGHT: 7 comment__: "seasons" WINTER: 0 @@ -4825,326 +4825,326 @@ more than one separator can be used in a row (so 12_3___456 is illegal). SUMMER: 2 AUTUMN: 3 - comment__: "speechflags" - S_FIRST_BLANK_LINE: 0b00000001 - S_LAST_BLANK_LINE: 0b00000010 - S_LAST_NEXT: 0b00000100 - S_NO_NPC_NAME: 0b00001000 - S_LAST_CLOSE: 0b00010000 + comment__: "speechflags" + S_FIRST_BLANK_LINE: 0b00000001 + S_LAST_BLANK_LINE: 0b00000010 + S_LAST_NEXT: 0b00000100 + S_NO_NPC_NAME: 0b00001000 + S_LAST_CLOSE: 0b00010000 - comment__: "npcs" - NPC_KNIVES: 100 - NPC_DEMON_MAN: 101 - NPC_HAT_BOX: 102 - NPC_RAIJIN_MAN: 103 - NPC_ORC_MAN: 104 - NPC_DEMON_MAN_SITTING: 105 - NPC_ELVEN_MAN_BLONDE: 106 - NPC_ELVEN_MAN_RED: 107 - NPC_ELVEN_MAN_TRADER: 108 - NPC_SHOP_BAG: 109 - NPC_ELVEN_MAN_STANDING: 110 - NPC_TRITAN_MAN_SAILOR: 111 - NPC_ELVEN_MAN_TRADER_SITTING: 112 - NPC_TRITAN_MAN_SAILOR2: 113 - NPC_DEMON_MAN_SITTING_BOOTS: 114 - NPC_DEMON_MAN_SITTING_UNDER_TREE: 115 - NPC_PAPER_NOTE: 116 - NPC_ELVEN_FEMALE_ARMOR_SHOP: 117 - NPC_ELVEN_MAN_MOUBOO_SHOP: 118 - NPC_HUMAN_FEMALE_NOOB: 119 - NPC_DEMON_MALE_SWORD: 120 - NPC_ELVEN_FEMALE_READING: 121 - NPC_HUMAN_MALE_OLD: 122 - NPC_RAIJIN_GIRL: 123 - NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION: 124 - NPC_SALEM: 125 - NPC_LLOYD: 126 - NPC_IVAN: 127 - NPC_ALIGE_OUTSIDE_BARREL: 128 - NPC_MERLIN: 129 - NPC_Q_ANON: 130 - NPC_SAMANTHA: 131 - NPC_SERENA: 132 - NPC_NARRATOR: 133 - NPC_ARTAXE: 134 - NPC_LUCAS: 135 - NPC_CALYPSAN: 136 - NPC_KAYLO: 137 - NPC_LYDON: 138 - // Reserved - NPC_QPID: 140 - NPC_JANUS: 141 - NPC_CHRISTOPHER: 142 - NPC_ROBIN: 143 - NPC_LEONARD: 144 - NPC_OSCAR: 145 - NPC_SHOP_BAG_TEST: 146 - NPC_RED: 147 - NPC_KOGA: 148 - NPC_OLD_LADY: 149 - NPC_ARKIM: 150 - NPC_YOUNG_MAN_APPRENTICE: 151 - NPC_YOUNG_MAN_KFAHR: 152 - NPC_INSPECTOR: 153 - NPC_SUSPICIOUS_TRADER: 154 - NPC_GENERAL_STORE: 155 - NPC_DARK_DRUID: 156 - NPC_AIRLIA: 157 - NPC_NICHOLAS: 158 - NPC_BLONDE_APPRENTICE: 159 - NPC_GIRL_MILLY: 160 - NPC_OLANA: 161 - NPC_DESERT_HAT_MAN: 162 - NPC_ANGUS_THE_SMITH: 163 - NPC_YOUNG_MAN_IN_PINK: 164 - NPC_WAITRESS_LEGACY: 165 - NPC_WIZARD: 166 - NPC_LORA_TAY: 167 - NPC_DOCTOR_LEGACY: 168 - NPC_BOY_MIKE: 169 - NPC_CELESTIA: 170 - NPC_GUMI_THE_DYER: 171 - NPC_DIMOND: 172 - NPC_CHEF_LEGACY: 173 - NPC_DIMONDS_WAITRESS: 174 - NPC_DRINKER_ROAMINGO: 175 - NPC_DRINKER_MICKSHA: 176 - NPC_NURSE_LEGACY: 177 - NPC_LENA: 178 - NPC_CAUL: 179 - NPC_MALIK: 180 - NPC_SNARFLES: 181 - NPC_OLD_MAN_HURNS: 182 - NPC_BERNARD: 183 - NPC_SABINE: 184 - NPC_MIKHAIL: 185 - NPC_TROUPE_LEADER: 186 - NPC_SIMON: 187 - NPC_MORCANT: 188 - NPC_THAMAS: 189 - NPC_MORGAN: 190 - NPC_ZITONI: 191 - NPC_ROSEN: 192 - NPC_TANISHA: 193 - NPC_SORFINA: 194 - NPC_JESSIE: 195 - NPC_PRAWORS: 196 - NPC_KAAN: 197 - NPC_AIDAN: 198 - NPC_ISHI: 199 - NPC_LIANA: 200 - NPC_AYASHA: 201 - NPC_ZEGAS: 202 - NPC_NYLE: 203 - NPC_CYNRIC: 204 - NPC_VINCENT: 205 - NPC_AAHNA: 206 - NPC_HASAN: 207 - NPC_CRASMANDE: 208 - NPC_MANATREE: 210 - NPC_HENRY: 211 - NPC_NUNIA: 212 + comment__: "npcs" + NPC_KNIVES: 100 + NPC_DEMON_MAN: 101 + NPC_HAT_BOX: 102 + NPC_RAIJIN_MAN: 103 + NPC_ORC_MAN: 104 + NPC_DEMON_MAN_SITTING: 105 + NPC_ELVEN_MAN_BLONDE: 106 + NPC_ELVEN_MAN_RED: 107 + NPC_ELVEN_MAN_TRADER: 108 + NPC_SHOP_BAG: 109 + NPC_ELVEN_MAN_STANDING: 110 + NPC_TRITAN_MAN_SAILOR: 111 + NPC_ELVEN_MAN_TRADER_SITTING: 112 + NPC_TRITAN_MAN_SAILOR2: 113 + NPC_DEMON_MAN_SITTING_BOOTS: 114 + NPC_DEMON_MAN_SITTING_UNDER_TREE: 115 + NPC_PAPER_NOTE: 116 + NPC_ELVEN_FEMALE_ARMOR_SHOP: 117 + NPC_ELVEN_MAN_MOUBOO_SHOP: 118 + NPC_HUMAN_FEMALE_NOOB: 119 + NPC_DEMON_MALE_SWORD: 120 + NPC_ELVEN_FEMALE_READING: 121 + NPC_HUMAN_MALE_OLD: 122 + NPC_RAIJIN_GIRL: 123 + NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION: 124 + NPC_SALEM: 125 + NPC_LLOYD: 126 + NPC_IVAN: 127 + NPC_ALIGE_OUTSIDE_BARREL: 128 + NPC_MERLIN: 129 + NPC_Q_ANON: 130 + NPC_SAMANTHA: 131 + NPC_SERENA: 132 + NPC_NARRATOR: 133 + NPC_ARTAXE: 134 + NPC_LUCAS: 135 + NPC_CALYPSAN: 136 + NPC_KAYLO: 137 + NPC_LYDON: 138 + // Reserved + NPC_QPID: 140 + NPC_JANUS: 141 + NPC_CHRISTOPHER: 142 + NPC_ROBIN: 143 + NPC_LEONARD: 144 + NPC_OSCAR: 145 + NPC_SHOP_BAG_TEST: 146 + NPC_RED: 147 + NPC_KOGA: 148 + NPC_OLD_LADY: 149 + NPC_ARKIM: 150 + NPC_YOUNG_MAN_APPRENTICE: 151 + NPC_YOUNG_MAN_KFAHR: 152 + NPC_INSPECTOR: 153 + NPC_SUSPICIOUS_TRADER: 154 + NPC_GENERAL_STORE: 155 + NPC_DARK_DRUID: 156 + NPC_AIRLIA: 157 + NPC_NICHOLAS: 158 + NPC_BLONDE_APPRENTICE: 159 + NPC_GIRL_MILLY: 160 + NPC_OLANA: 161 + NPC_DESERT_HAT_MAN: 162 + NPC_ANGUS_THE_SMITH: 163 + NPC_YOUNG_MAN_IN_PINK: 164 + NPC_WAITRESS_LEGACY: 165 + NPC_WIZARD: 166 + NPC_LORA_TAY: 167 + NPC_DOCTOR_LEGACY: 168 + NPC_BOY_MIKE: 169 + NPC_CELESTIA: 170 + NPC_GUMI_THE_DYER: 171 + NPC_DIMOND: 172 + NPC_CHEF_LEGACY: 173 + NPC_DIMONDS_WAITRESS: 174 + NPC_DRINKER_ROAMINGO: 175 + NPC_DRINKER_MICKSHA: 176 + NPC_NURSE_LEGACY: 177 + NPC_LENA: 178 + NPC_CAUL: 179 + NPC_MALIK: 180 + NPC_SNARFLES: 181 + NPC_OLD_MAN_HURNS: 182 + NPC_BERNARD: 183 + NPC_SABINE: 184 + NPC_MIKHAIL: 185 + NPC_TROUPE_LEADER: 186 + NPC_SIMON: 187 + NPC_MORCANT: 188 + NPC_THAMAS: 189 + NPC_MORGAN: 190 + NPC_ZITONI: 191 + NPC_ROSEN: 192 + NPC_TANISHA: 193 + NPC_SORFINA: 194 + NPC_JESSIE: 195 + NPC_PRAWORS: 196 + NPC_KAAN: 197 + NPC_AIDAN: 198 + NPC_ISHI: 199 + NPC_LIANA: 200 + NPC_AYASHA: 201 + NPC_ZEGAS: 202 + NPC_NYLE: 203 + NPC_CYNRIC: 204 + NPC_VINCENT: 205 + NPC_AAHNA: 206 + NPC_HASAN: 207 + NPC_CRASMANDE: 208 + NPC_MANATREE: 210 + NPC_HENRY: 211 + NPC_NUNIA: 212 - NPC_CONFUSED_TREE: 400 - NPC_ALIGE: 401 - NPC_ORC_SAILOR: 402 - NPC_RATTO_SAILOR: 403 - NPC_JULIA: 404 - NPC_SAILORS: 405 - NPC_NARD: 406 - NPC_MAGIC_ARPAN: 407 - NPC_PIOU_ROCKET: 408 - NPC_ELMO: 409 - NPC_HAMMOC: 410 - NPC_BILLY_BONS: 411 - NPC_SILVIO: 412 - NPC_GUGLI: 413 - NPC_SAPARTAN: 414 - NPC_TARLAN: 415 - NPC_CHEST: 416 - NPC_CHEST_BIG: 417 - NPC_CHEF_GADO: 418 - NPC_COOKIE_MASTER: 419 - NPC_HARBOUR_WHEEL: 420 - NPC_HARBOUR_WHEEL_BOX: 421 - NPC_FLASK: 422 - NPC_TERRY: 423 - NPC_BEUSS: 424 - NPC_ELMO_ARTIS: 425 - NPC_QONAN: 426 - NPC_ELVEN_FEMALE: 427 - NPC_EUGENE: 428 - NPC_CHELIOS: 429 - NPC_EDOUARD: 430 - NPC_UKAR_MALE_LEGION_ARTIS: 431 - NPC_DEMON_MALE_LEGION_ARTIS: 432 - NPC_RAIJIN_FEMALE_LEGION_ARTIS: 433 - NPC_HUMAN_MALE_LEGION_ARTIS: 434 - NPC_HUMAN_FEMALE_LEGION_ARTIS: 435 - NPC_RAIJIN_FEMALE_WAITRESS: 436 - NPC_MARKET_PIOU: 437 - NPC_FLYING_PIOU: 440 - NPC_WATER_SPLASH: 441 - NPC_ALIGE_BARREL: 442 - NPC_BACCHUS: 443 - NPC_RUMLY: 444 - NPC_DEMON_F_ARTIS: 445 - NPC_HUMAN_M_ARTIS: 446 - NPC_BINKSAN: 447 - NPC_DEVIS_ARTIS: 448 - NPC_MOUBOO: 449 - NPC_MONA: 450 - NPC_MELINDA: 451 - NPC_LUMBERJACK: 452 - NPC_HINNAK: 453 - NPC_RICHARD_LEGACY: 454 - NPC_SOPHIALLA: 455 - NPC_MUNDANE: 456 - NPC_ROWBOAT_STAND_WE: 457 - NPC_UNMOUNTROWBOAT: 458 - NPC_ROWBOATHELPER: 459 - NPC_BLOSSOM: 460 - NPC_GALIMATIA: 461 - NPC_VALIA: 462 - NPC_YANNIKA: 463 - NPC_FLAG_L: 464 - NPC_FLAG_R: 465 - NPC_TOICHI: 466 - NPC_SEWER_GATE: 467 - NPC_SEWER_WHEEL: 468 - NPC_TREASURE: 469 + NPC_CONFUSED_TREE: 400 + NPC_ALIGE: 401 + NPC_ORC_SAILOR: 402 + NPC_RATTO_SAILOR: 403 + NPC_JULIA: 404 + NPC_SAILORS: 405 + NPC_NARD: 406 + NPC_MAGIC_ARPAN: 407 + NPC_PIOU_ROCKET: 408 + NPC_ELMO: 409 + NPC_HAMMOC: 410 + NPC_BILLY_BONS: 411 + NPC_SILVIO: 412 + NPC_GUGLI: 413 + NPC_SAPARTAN: 414 + NPC_TARLAN: 415 + NPC_CHEST: 416 + NPC_CHEST_BIG: 417 + NPC_CHEF_GADO: 418 + NPC_COOKIE_MASTER: 419 + NPC_HARBOUR_WHEEL: 420 + NPC_HARBOUR_WHEEL_BOX: 421 + NPC_FLASK: 422 + NPC_TERRY: 423 + NPC_BEUSS: 424 + NPC_ELMO_ARTIS: 425 + NPC_QONAN: 426 + NPC_ELVEN_FEMALE: 427 + NPC_EUGENE: 428 + NPC_CHELIOS: 429 + NPC_EDOUARD: 430 + NPC_UKAR_MALE_LEGION_ARTIS: 431 + NPC_DEMON_MALE_LEGION_ARTIS: 432 + NPC_RAIJIN_FEMALE_LEGION_ARTIS: 433 + NPC_HUMAN_MALE_LEGION_ARTIS: 434 + NPC_HUMAN_FEMALE_LEGION_ARTIS: 435 + NPC_RAIJIN_FEMALE_WAITRESS: 436 + NPC_MARKET_PIOU: 437 + NPC_FLYING_PIOU: 440 + NPC_WATER_SPLASH: 441 + NPC_ALIGE_BARREL: 442 + NPC_BACCHUS: 443 + NPC_RUMLY: 444 + NPC_DEMON_F_ARTIS: 445 + NPC_HUMAN_M_ARTIS: 446 + NPC_BINKSAN: 447 + NPC_DEVIS_ARTIS: 448 + NPC_MOUBOO: 449 + NPC_MONA: 450 + NPC_MELINDA: 451 + NPC_LUMBERJACK: 452 + NPC_HINNAK: 453 + NPC_RICHARD_LEGACY: 454 + NPC_SOPHIALLA: 455 + NPC_MUNDANE: 456 + NPC_ROWBOAT_STAND_WE: 457 + NPC_UNMOUNTROWBOAT: 458 + NPC_ROWBOATHELPER: 459 + NPC_BLOSSOM: 460 + NPC_GALIMATIA: 461 + NPC_VALIA: 462 + NPC_YANNIKA: 463 + NPC_FLAG_L: 464 + NPC_FLAG_R: 465 + NPC_TOICHI: 466 + NPC_SEWER_GATE: 467 + NPC_SEWER_WHEEL: 468 + NPC_TREASURE: 469 - NPC_TEST1: 800 - NPC_PLAYER: 801 + NPC_TEST1: 800 + NPC_PLAYER: 801 - NPC_SAVE_POINT: 901 - NPC_LEFT_HAMMOCK: 904 - NPC_RIGHT_HAMMOCK: 905 - NPC_ARTIS_DOOR: 906 - NPC_ARTIS_IN_DOOR: 907 - NPC_ARTIS_DOOR_WOOD: 908 - NPC_TREE_LEAF: 909 - NPC_FINAL_POINT: 910 - NPC_KATJA_TREE: 911 - NPC_DAN_NOTE: 912 - NPC_OFFSET_NO_SPRITE: 998 + NPC_SAVE_POINT: 901 + NPC_LEFT_HAMMOCK: 904 + NPC_RIGHT_HAMMOCK: 905 + NPC_ARTIS_DOOR: 906 + NPC_ARTIS_IN_DOOR: 907 + NPC_ARTIS_DOOR_WOOD: 908 + NPC_TREE_LEAF: 909 + NPC_FINAL_POINT: 910 + NPC_KATJA_TREE: 911 + NPC_DAN_NOTE: 912 + NPC_OFFSET_NO_SPRITE: 998 - comment__: "special npcs" - NPC_EMPTY: -1 - NPC_WARP: 45 - NPC_WARP_HIDDEN: 139 - NPC_UNUSED__MOBTOMB: 565 - NPC_WARP_DEBUG: 722 - NPC_UNUSED__FLAG: 722 - NPC_NO_SPRITE: 999 - NPC_HIDDEN: 32767 + comment__: "special npcs" + NPC_EMPTY: -1 + NPC_WARP: 45 + NPC_WARP_HIDDEN: 139 + NPC_UNUSED__MOBTOMB: 565 + NPC_WARP_DEBUG: 722 + NPC_UNUSED__FLAG: 722 + NPC_NO_SPRITE: 999 + NPC_HIDDEN: 32767 - comment__: "Walk masks" - WALK_DEFAULT: 0 - WALK_WALL: 1 - WALK_WATER: 2 - WALK_AIR: 4 + comment__: "Walk masks" + WALK_DEFAULT: 0 + WALK_WALL: 1 + WALK_WATER: 2 + WALK_AIR: 4 - comment__: "Cell masks" - CELLS_WALKABLE : 0 - CELLS_WALL : 1 - CELLS_AIR : 2 - CELLS_WATER : 3 - CELLS_NOPLAYER : 5 - CELLS_NOMONSTER : 6 + comment__: "Cell masks" + CELLS_WALKABLE : 0 + CELLS_WALL : 1 + CELLS_AIR : 2 + CELLS_WATER : 3 + CELLS_NOPLAYER : 5 + CELLS_NOMONSTER : 6 - comment__: "INN enum" - NO_INN: 0 - REDPLUSH_INN: 1 - RUSTYPICK_INN: 2 + comment__: "INN enum" + NO_INN: 0 + REDPLUSH_INN: 1 + RUSTYPICK_INN: 2 - comment__: "CRAFT enum" - CRAFT_COOKING: 4 - CRAFT_ALCHEMY: 8 - CRAFT_SMITHERY: 16 - CRAFT_TAILORING: 32 - CRAFT_JEWELERY: 64 + comment__: "CRAFT enum" + CRAFT_COOKING: 4 + CRAFT_ALCHEMY: 8 + CRAFT_SMITHERY: 16 + CRAFT_TAILORING: 32 + CRAFT_JEWELERY: 64 - comment__: "CRAFT Rarity enum" - CRAFT_BASIC: 1 - CRAFT_INTERMEDIARY: 2 - CRAFT_ADVANCED: 4 - CRAFT_EXPERT: 8 - CRAFT_MASTER: 16 + comment__: "CRAFT Rarity enum" + CRAFT_BASIC: 1 + CRAFT_INTERMEDIARY: 2 + CRAFT_ADVANCED: 4 + CRAFT_EXPERT: 8 + CRAFT_MASTER: 16 - comment__: "Being actions" - ACTION_STAND: 0 - ACTION_MOVE: 1 - ACTION_ATTACK: 2 - ACTION_CAST: 3 - ACTION_SIT: 4 - ACTION_DEAD: 5 - ACTION_HURT: 6 - ACTION_SPAWN: 7 + comment__: "Being actions" + ACTION_STAND: 0 + ACTION_MOVE: 1 + ACTION_ATTACK: 2 + ACTION_CAST: 3 + ACTION_SIT: 4 + ACTION_DEAD: 5 + ACTION_HURT: 6 + ACTION_SPAWN: 7 - comment__: "Ask constants" - ASK_YES: 1 - ASK_NO: 2 - ASK_EXIT: 255 + comment__: "Ask constants" + ASK_YES: 1 + ASK_NO: 2 + ASK_EXIT: 255 - comment__: "Emotes" - E_DISGUST: 1 - E_SURPRISE: 2 - E_HAPPY: 3 - E_SAD: 4 - E_EVIL: 5 - E_WINK: 6 - E_ANGEL: 7 - E_BLUSH: 8 - E_TONGUE: 9 - E_GRIN: 10 - E_UPSET: 11 - E_PERTURBED: 12 - E_SPEECH: 13 - E_BLAH: 14 - E_KITTY: 101 - E_XD: 102 - E_JOY: 103 - E_HEARTEYE: 104 - E_GOLD: 105 - E_SLEEPY: 106 - E_ANNOY: 107 - E_JADED: 108 - E_SURPRISED: 109 - E_DEAD: 110 - E_LOOKAWAY: 111 - E_TIRED: 112 - E_PALMHEAD: 113 - E_EVILCROC: 114 - E_ANGRY: 115 - E_PURPLESAD: 116 - E_INSULTBUBBLE: 117 - E_HEART: 118 - E_EMOTE: 119 - E_PUMPKIN: 120 - E_EVILFACELESS: 121 - E_EPIC: 122 - E_BADGEEK: 123 - E_MIMI: 124 - E_ALIEN: 125 - E_TROLL: 126 - E_METAL: 127 - E_CRYING: 128 + comment__: "Emotes" + E_DISGUST: 1 + E_SURPRISE: 2 + E_HAPPY: 3 + E_SAD: 4 + E_EVIL: 5 + E_WINK: 6 + E_ANGEL: 7 + E_BLUSH: 8 + E_TONGUE: 9 + E_GRIN: 10 + E_UPSET: 11 + E_PERTURBED: 12 + E_SPEECH: 13 + E_BLAH: 14 + E_KITTY: 101 + E_XD: 102 + E_JOY: 103 + E_HEARTEYE: 104 + E_GOLD: 105 + E_SLEEPY: 106 + E_ANNOY: 107 + E_JADED: 108 + E_SURPRISED: 109 + E_DEAD: 110 + E_LOOKAWAY: 111 + E_TIRED: 112 + E_PALMHEAD: 113 + E_EVILCROC: 114 + E_ANGRY: 115 + E_PURPLESAD: 116 + E_INSULTBUBBLE: 117 + E_HEART: 118 + E_EMOTE: 119 + E_PUMPKIN: 120 + E_EVILFACELESS: 121 + E_EPIC: 122 + E_BADGEEK: 123 + E_MIMI: 124 + E_ALIEN: 125 + E_TROLL: 126 + E_METAL: 127 + E_CRYING: 128 - comment__: "Language function constants" - LANG_ON_SEA: 1 - LANG_IN_SHIP: 2 + comment__: "Language function constants" + LANG_ON_SEA: 1 + LANG_IN_SHIP: 2 - comment__: "Language constants" - LANG_EN: 0 - LANG_FR: 1 - LANG_ES: 2 - LANG_DE: 3 - MAX_LANG: 3 + comment__: "Language constants" + LANG_EN: 0 + LANG_FR: 1 + LANG_ES: 2 + LANG_DE: 3 + MAX_LANG: 3 - comment__: "Misc settings" - CHEST_WAITTIME: 900 // 15 minutes + comment__: "Misc settings" + CHEST_WAITTIME: 900 // 15 minutes - @include "conf/import/constants.conf" + @include "conf/import/constants.conf" } diff --git a/db/craft_db.conf b/db/craft_db.conf index 3a15a948..b8cdfc56 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1,1605 +1,421 @@ craft_db: ( // craft Database /****************************************************************************** -************* Entry structure ************************************************* -******************************************************************************* -{ - Id: craft id [int] - Name: craft name [string] - Priority: craft priority [int] - Price: craft price [int] - Lv: base level [int] - Flag: flag from craft object [string/int] - ReturnCode: return code for scripts [int] + ************* Entry structure ************************************************ + ****************************************************************************** +{ + Id: craft id [int] + Name: craft name [string] + Priority: craft priority [int] + Price: craft price [int] + Lv: base level [int] + Flag: flag from craft object [string/int] + ReturnCode: return code for scripts [int] - SourceItems: ({ craft inventory source (will be deleted after crafting) - Name: amount [int] - ... - }, - ... - ) - CreateItems: ( // items what will be creted in crafting - { - Name: amount - ... - }, - { - Name: - { - Amount: amount - Cards: ["card0", ...] - }, - }, - ... - ) - DeleteItems: { additional items what will be deleted from inventory - Name: amount [int] - ... - } - RequiredItems: { required additional items. will be unchanged - Name: amount [int] - ... - } - RequiredSkills: { required skills and levels - Name: level [int] - ... - } - RequiredQuests: { - Name: level [int] - ... - } - RequiredEquips: { - Name: true - } + SourceItems: ({ craft inventory source (will be deleted after crafting) + Name: amount [int] + ... + }, + ... + ) + CreateItems: ( // items what will be creted in crafting + { + Name: amount + ... + }, + { + Name: + { + Amount: amount + Cards: ["card0", ...] + }, + }, + ... + ) + DeleteItems: { additional items what will be deleted from inventory + Name: amount [int] + ... + } + RequiredItems: { required additional items. will be unchanged + Name: amount [int] + ... + } + RequiredSkills: { required skills and levels + Name: level [int] + ... + } + RequiredQuests: { + Name: level [int] + ... + } + RequiredEquips: { + Name: true + } }, ******************************************************************************/ -/* -VSCode Regex to convert a ReturnCode to string: -Name: "Craft([^"]+)"\n\tFlag: "([^"]+)"\n\tReturnCode: [0-9]+ -Name: "Craft$1"\n\tFlag: "$2"\n\tReturnCode: "$1" -*/ +// Pet Egg Recipes +{ + Id: 0 + Name: "CraftEgg" + SourceItems: + ( + { + Empty: 0 + TortugaShellFragment: 2 + Empty: 0 -/************** -Cooking: 000 --> 099 -Chest Armor: 100 --> 199 -Pants: 200 --> 299 -Gloves: 300 --> 399 -Weapons: 400 --> 499 -Shields: 500 --> 599 -Hats: 600 --> 699 -Boots: 700 --> 799 -**************/ + PiouFeathers: 1 + PiouFeathers: 1 + PiouFeathers: 1 -/****************************** COOKING **************************************** -******************************************************************************** -**** Reserved range for : 000 --> 099 -**** Valid parameters: CRAFT_COOKING -*******************************************************************************/ -{ - Id: 0 - Name: "CraftCarpSandwich" - Flag: "CRAFT_COOKING" - SourceItems: - ( - { - Bread: 1 - LettuceLeaf: 3 - Cheese: 2 - CommonCarp: 1 - }, - { - Bread: 1 - LettuceLeaf: 3 - Cheese: 2 - GrassCarp: 1 - }, - ) - CreateItems: - ( - { - CarpSandwich: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, -{ - Id: 1 - Name: "CraftPioulegSandwich" - Flag: "CRAFT_COOKING" - SourceItems: - ( - { - Bread: 1 - LettuceLeaf: 3 - Cheese: 2 - PiouLegs: 1 - }, - ) - CreateItems: - ( - { - PioulegSandwich: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, -{ - Id: 2 - Name: "CraftMananaSandwich" - Flag: "CRAFT_COOKING" - SourceItems: - ( - { - Bread: 1 - LettuceLeaf: 3 - Cheese: 2 - Manana: 1 - }, - ) - CreateItems: - ( - { - MananaSandwich: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, + PiouLegs: 1 + Empty: 0 + PiouLegs: 1 + }, + { + PiouFeathers: 1 + PiouFeathers: 1 + PiouFeathers: 1 -/************************ CHEST ARMOR (SHIRTS) ********************************* -******************************************************************************** -**** Reserved range for : 100 --> 199 -**** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING -*******************************************************************************/ + Empty: 0 + TortugaShellFragment: 2 + Empty: 0 -{ - Id: 100 - Name: "CraftCreasedShirt" - Flag: "CRAFT_TAILORING" - ReturnCode: "CreasedShirt" - SourceItems: - ( - { - CottonCloth: 5 - PiouFeathers: 15 - RattoTail: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - CreasedShirt: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, -{ - Id: 101 - Name: "CraftArtisTankTop" - Flag: "CRAFT_TAILORING" - ReturnCode: "ArtisTankTop" - SourceItems: - ( - { - CottonCloth: 10 - PiouFeathers: 5 - Moss: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - ArtisTankTop: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 11 -}, -{ - Id: 102 - Name: "CraftVneckJumper" - Flag: "CRAFT_TAILORING" - ReturnCode: "VneckJumper" - SourceItems: - ( - { - CottonCloth: 15 - PiouFeathers: 5 - Moss: 7 - Knife: 1 - }, - ) - CreateItems: - ( - { - VneckJumper: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 20 -}, -{ - Id: 103 - Name: "CraftSailorShirt" - Flag: "CRAFT_TAILORING" - ReturnCode: "SailorShirt" - SourceItems: - ( - { - CottonCloth: 15 - LeatherPatch: 5 - Coal: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - SailorShirt: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 21 -}, -{ - Id: 104 - Name: "CraftFineDress" - Flag: "CRAFT_TAILORING" - ReturnCode: "FineDress" - SourceItems: - ( - { - CottonCloth: 23 - FluffyFur: 5 - SilkCocoon: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - FineDress: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 22 -}, -{ - Id: 105 - Name: "CraftSilkRobe" - Flag: "CRAFT_TAILORING" - ReturnCode: "SilkRobe" - SourceItems: - ( - { - SilkCocoon: 40 - CottonCloth: 10 - FluffyFur: 3 - Knife: 1 - }, - ) - CreateItems: - ( - { - SilkRobe: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 30 -}, -{ - Id: 106 - Name: "CraftLegionTrainingShirt" - Flag: "CRAFT_SMITHERY" - ReturnCode: "LegionTrainingShirt" - SourceItems: - ( - { - IronIngot: 5 - CopperIngot: 1 - Coal: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - LegionTrainingShirt: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 31 -}, -{ - Id: 107 - Name: "CraftForestArmor" - Flag: "CRAFT_TAILORING" - ReturnCode: "ForestArmor" - SourceItems: - ( - { - LeatherPatch: 10 - Moss: 20 - TortugaShellFragment: 3 - Knife: 1 - }, - ) - CreateItems: - ( - { - ForestArmor: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 32 -}, -{ - Id: 108 - Name: "CraftLegionCopperArmor" - Flag: "CRAFT_SMITHERY" - ReturnCode: "LegionCopperArmor" - SourceItems: - ( - { - CopperIngot: 10 - IronIngot: 3 - Coal: 10 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - LegionCopperArmor: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 40 -}, -{ - Id: 109 - Name: "CraftApprenticeRobe" - Flag: "CRAFT_TAILORING" - ReturnCode: "ApprenticeRobe" - SourceItems: - ( - { - CottonCloth: 10 - SilkCocoon: 70 - FluffyFur: 10 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - ApprenticeRobe: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 41 -}, -{ - Id: 110 - Name: "CraftPeltJacket" - Flag: "CRAFT_TAILORING" - ReturnCode: "PeltJacket" - SourceItems: - ( - { - SquirrelPelt: 25 - LeatherPatch: 10 - Moss: 15 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - PeltJacket: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 42 -}, -{ - Id: 111 - Name: "CraftChainmail" - Flag: "CRAFT_SMITHERY" - ReturnCode: "Chainmail" - SourceItems: - ( - { - IronIngot: 18 - SilverIngot: 3 - Coal: 20 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - Chainmail: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 50 -}, -{ - Id: 112 - Name: "CraftSnakeplate" - Flag: "CRAFT_SMITHERY" - ReturnCode: "Snakeplate" - SourceItems: - ( - { - SnakeScale: 55 - IronIngot: 3 - Moss: 15 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - Snakeplate: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 51 -}, -{ - Id: 113 - Name: "CraftLightPlatemail" - Flag: "CRAFT_SMITHERY" - ReturnCode: "LightPlatemail" - SourceItems: - ( - { - IronIngot: 25 - SilverIngot: 5 - Coal: 25 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - LightPlatemail: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 52 -}, -{ - Id: 114 - Name: "CraftJustifierChest" - Flag: "CRAFT_SMITHERY" - ReturnCode: "JustifierChest" - SourceItems: - ( - { - RotoniumIngot: 3 - CottonCloth: 40 - Coal: 20 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - JustifierChest: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 53 -}, -{ - Id: 115 - Name: "CraftSorcererRobe" - Flag: "CRAFT_TAILORING" - ReturnCode: "SorcererRobe" - SourceItems: - ( - { - CottonCloth: 60 - FluffyFur: 40 - SilkCocoon: 20 - Dagger: 1 - }, - ) - CreateItems: - ( - { - SorcererRobe: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 60 -}, -{ - Id: 116 - Name: "CraftLegionIronArmor" - Flag: "CRAFT_SMITHERY" - ReturnCode: "LegionIronArmor" - SourceItems: - ( - { - IronIngot: 30 - RotoniumIngot: 6 - Coal: 40 - Dagger: 1 - }, - ) - CreateItems: - ( - { - LegionIronArmor: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 61 -}, -{ - Id: 117 - Name: "CraftWarlordPlate" - Flag: "CRAFT_SMITHERY" - ReturnCode: "WarlordPlate" - SourceItems: - ( - { - RotoniumIngot: 11 - SilverIngot: 20 - Coal: 50 - Dagger: 1 - }, - ) - CreateItems: - ( - { - WarlordPlate: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 70 -}, -{ - Id: 118 - Name: "CraftWizardRobe" - Flag: "CRAFT_TAILORING" - ReturnCode: "WizardRobe" - SourceItems: - ( - { - SquirrelPelt: 30 - SilkCocoon: 60 - LeatherPatch: 5 - Dagger: 1 - }, - ) - CreateItems: - ( - { - WizardRobe: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 71 -}, -{ - Id: 119 - Name: "CraftTerraniteArmor" - Flag: "CRAFT_SMITHERY" - ReturnCode: "TerraniteArmor" - SourceItems: - ( - { - TerraniteIngot: 15 - TerraniteOre: 5 - Coal: 35 - Dagger: 1 - }, - ) - CreateItems: - ( - { - TerraniteArmor: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 72 -}, -{ - Id: 120 - Name: "CraftAssassinChest" - Flag: "CRAFT_SMITHERY" - ReturnCode: "AssassinChest" - SourceItems: - ( - { - RotoniumIngot: 6 - CottonCloth: 50 - Coal: 30 - Dagger: 1 - }, - ) - CreateItems: - ( - { - AssassinChest: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 73 -}, -{ - Id: 121 - Name: "CraftBlackArmor" - Flag: "CRAFT_SMITHERY" - ReturnCode: "BlackArmor" - SourceItems: - ( - { - ZealiteIngot: 1 - CottonCloth: 50 - BlackScorpionStinger: 70 - Dagger: 1 - }, - ) - CreateItems: - ( - { - BlackArmor: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 80 -}, -{ - Id: 122 - Name: "CraftGoldenWarlordPlate" - Flag: "CRAFT_SMITHERY" - ReturnCode: "GoldenWarlordPlate" - SourceItems: - ( - { - GoldIngot: 30 - WarlordPlate: 1 - TopazShard: 5 - Dagger: 1 - }, - ) - CreateItems: - ( - { - GoldenWarlordPlate: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 81 -}, -{ - Id: 123 - Name: "CraftEvocatorRobe" - Flag: "CRAFT_TAILORING" - ReturnCode: "EvocatorRobe" - SourceItems: - ( - { - CottonCloth: 60 - RotoniumIngot: 5 - BlackPearl: 1 - Dagger: 1 - }, - ) - CreateItems: - ( - { - EvocatorRobe: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 82 + PiouLegs: 1 + Empty: 0 + PiouLegs: 1 + } + ) + CreateItems: + ( + { + PiouEgg: 1 + } + ) + DeleteItems: { + PiouLegs: 1 + } + RequiredQuests: { + ShipQuests_Julia: 1 + } + RequiredEquips: { + VneckJumper: true + } + RequiredItems: { + PiouEgg: 1 + } + Priority: 10 + Price: 100 }, -/************************* LEG ARMOR (PANTS) *********************************** -******************************************************************************** -**** Reserved range for : 200 --> 299 -**** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING -*******************************************************************************/ +// Generic Item Recipes +{ + Id: 1 + Name: "CraftPiouFeathers" + SourceItems: + ( + { + PiouFeathers: 1 + PiouFeathers: 1 + PiouFeathers: 1 -{ - Id: 200 - Name: "CraftCreasedShorts" - Flag: "CRAFT_TAILORING" - ReturnCode: "CreasedShorts" - SourceItems: - ( - { - CottonCloth: 10 - PiouFeathers: 10 - RattoTail: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - CreasedShorts: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, -{ - Id: 201 - Name: "CraftCottonSkirt" - Flag: "CRAFT_TAILORING" - ReturnCode: "CottonSkirt" - SourceItems: - ( - { - CottonCloth: 15 - PiouFeathers: 5 - Moss: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - CottonSkirt: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 20 -}, -{ - Id: 202 - Name: "CraftPirateShorts" - Flag: "CRAFT_TAILORING" - ReturnCode: "PirateShorts" - SourceItems: - ( - { - CottonCloth: 20 - LeatherPatch: 10 - Coal: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - PirateShorts: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 25 -}, -{ - Id: 203 - Name: "CraftSilkPants" - Flag: "CRAFT_TAILORING" - ReturnCode: "SilkPants" - SourceItems: - ( - { - SilkCocoon: 40 - CottonCloth: 15 - FluffyFur: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - SilkPants: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 33 -}, -{ - Id: 204 - Name: "CraftBrownTrousers" - Flag: "CRAFT_TAILORING" - ReturnCode: "BrownTrousers" - SourceItems: - ( - { - LeatherPatch: 35 - SquirrelPelt: 25 - CottonCloth: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - BrownTrousers: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 37 -}, -{ - Id: 205 - Name: "CraftBanditTrousers" - Flag: "CRAFT_TAILORING" - ReturnCode: "BanditTrousers" - SourceItems: - ( - { - Moss: 40 - CottonCloth: 35 - LeatherPatch: 30 - Knife: 1 - }, - ) - CreateItems: - ( - { - BanditTrousers: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 41 -}, -{ - Id: 206 - Name: "CraftJeansChaps" - Flag: "CRAFT_TAILORING" - ReturnCode: "JeansChaps" - SourceItems: - ( - { - SnakeSkin: 40 - LeatherPatch: 25 - SnakeScale: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - JeansChaps: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 49 -}, -{ - Id: 207 - Name: "CraftLeatherTrousers" - Flag: "CRAFT_TAILORING" - ReturnCode: "LeatherTrousers" - SourceItems: - ( - { - LeatherPatch: 45 - SquirrelPelt: 35 - CottonCloth: 5 - Knife: 1 - }, - ) - CreateItems: - ( - { - LeatherTrousers: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 49 -}, -{ - Id: 208 - Name: "CraftChainmailSkirt" - Flag: "CRAFT_SMITHERY" - ReturnCode: "ChainmailSkirt" - SourceItems: - ( - { - IronIngot: 12 - SilverIngot: 5 - Coal: 15 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - ChainmailSkirt: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 56 -}, -{ - Id: 209 - Name: "CraftTerranitePants" - Flag: "CRAFT_SMITHERY" - ReturnCode: "TerranitePants" - SourceItems: - ( - { - TerraniteIngot: 12 - TerraniteOre: 6 - Coal: 30 - Dagger: 1 - }, - ) - CreateItems: - ( - { - TerranitePants: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 66 -}, -{ - Id: 210 - Name: "CraftAssassinPants" - Flag: "CRAFT_SMITHERY" - ReturnCode: "AssassinPants" - SourceItems: - ( - { - RotoniumIngot: 5 - CottonCloth: 43 - Coal: 25 - Dagger: 1 - }, - ) - CreateItems: - ( - { - AssassinPants: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 71 -}, + Empty: 0 + Empty: 0 + Empty: 0 -/****************************** GLOVES ***************************************** -******************************************************************************** -**** Reserved range for : 300 --> 399 -**** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING -*******************************************************************************/ + Empty: 0 + Empty: 0 + Empty: 0 + }, + { + Empty: 0 + Empty: 0 + Empty: 0 -{ - Id: 300 - Name: "CraftShortGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "ShortGloves" - SourceItems: - ( - { - CottonCloth: 4 - PiouFeathers: 8 - FluffyFur: 6 - Knife: 1 - }, - ) - CreateItems: - ( - { - ShortGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 12 -}, -{ - Id: 301 - Name: "CraftArmbands" - Flag: "CRAFT_TAILORING" - /* TODO: maybe add a WOODWORKING category? */ - ReturnCode: "Armbands" - SourceItems: - ( - { - RawLog: 20 - /* May need to be changed at a later date to Hardwood/Softwood/RefinedWood */ - LeatherPatch: 10 - Coal: 15 - Knife: 1 - }, - ) - CreateItems: - ( - { - Armbands: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 21 -}, -{ - Id: 302 - Name: "CraftCottonGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "CottonGloves" - SourceItems: - ( - { - CottonCloth: 20 - FluffyFur: 18 - PiouFeathers: 17 - Knife: 1 - }, - ) - CreateItems: - ( - { - CottonGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 24 -}, -{ - Id: 303 - Name: "CraftBanditGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "BanditGloves" - SourceItems: - ( - { - Moss: 30 - CottonCloth: 22 - LeatherPatch: 13 - Knife: 1 - }, - ) - CreateItems: - ( - { - BanditGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 31 -}, -{ - Id: 304 - Name: "CraftSilkGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "SilkGloves" - SourceItems: - ( - { - SilkCocoon: 55 - CottonCloth: 15 - FluffyFur: 7 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - SilkGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 39 -}, -{ - Id: 305 - Name: "CraftCopperArmbands" - Flag: "CRAFT_SMITHING" - ReturnCode: "CopperArmbands" - SourceItems: - ( - { - CopperIngot: 4 - IronIngot: 3 - Coal: 30 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - CopperArmbands: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 43 -}, -{ - Id: 307 - Name: "CraftLeatherGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "LeatherGloves" - SourceItems: - ( - { - LeatherPatch: 40 - CottonCloth: 30 - SquirrelPelt: 16 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - LeatherGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 52 -}, -{ - Id: 309 - Name: "CraftBromenalGloves" - Flag: "CRAFT_SMITHING" - ReturnCode: "BromenalGloves" - SourceItems: - ( - { - CopperIngot: 8 - LeatherPatch: 30 - Coal: 25 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - BromenalGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 63 -}, -{ - Id: 310 - Name: "CraftIronArmbands" - Flag: "CRAFT_SMITHING" - ReturnCode: "IronArmbands" - SourceItems: - ( - { - IronIngot: 9 - SilverIngot: 4 - Coal: 40 - Dagger: 1 - }, - ) - CreateItems: - ( - { - IronArmbands: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 67 -}, -{ - Id: 311 - Name: "CraftAssassinGloves" - Flag: "CRAFT_TAILORING" - ReturnCode: "AssassinGloves" - SourceItems: - ( - { - RotoniumIngot: 3 - CottonCloth: 30 - Coal: 20 - Dagger: 1 - }, - ) - CreateItems: - ( - { - AssassinGloves: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 71 -}, + PiouFeathers: 1 + PiouFeathers: 1 + PiouFeathers: 1 -/************************** WEAPONS & TOOLS ************************************ -******************************************************************************** -**** Reserved range for : 400 --> 499 -**** Valid parameters: CRAFT_SMITHERY -*******************************************************************************/ + Empty: 0 + Empty: 0 + Empty: 0 + }, + { + Empty: 0 + Empty: 0 + Empty: 0 -/****************************** SHIELDS **************************************** -******************************************************************************** -**** Reserved range for : 500 --> 599 -**** Valid parameters: CRAFT_SMITHERY -*******************************************************************************/ + Empty: 0 + Empty: 0 + Empty: 0 -/************************* HEAD ARMOR (HATS) *********************************** -******************************************************************************** -**** Reserved range for : 600 --> 699 -**** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING -*******************************************************************************/ + PiouFeathers: 1 + PiouFeathers: 1 + PiouFeathers: 1 + }, + { + PiouFeathers: 1 + Empty: 0 + Empty: 0 -/******************************* BOOTS ***************************************** -******************************************************************************** -**** Reserved range for : 700 --> 799 -**** Valid parameters: CRAFT_SMITHERY, CRAFT_TAILORING -*******************************************************************************/ + PiouFeathers: 1 + Empty: 0 + Empty: 0 -{ - Id: 700 - Name: "CraftLousyMoccasins" - Flag: "CRAFT_TAILORING" - ReturnCode: "LousyMoccasins" - SourceItems: - ( - { - PiouFeathers: 26 - RattoTail: 4 - Moss: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - LousyMoccasins: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 10 -}, -{ - Id: 701 - Name: "CraftSlippers" - Flag: "CRAFT_TAILORING" - ReturnCode: "Slippers" - SourceItems: - ( - { - FluffyFur: 16 - SilkCocoon: 20 - TortugaShell: 6 - Knife: 1 - }, - ) - CreateItems: - ( - { - Slippers: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 11 -}, -{ - Id: 702 - Name: "CraftCottonBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "CottonBoots" - SourceItems: - ( - { - CottonCloth: 20 - SilkCocoon: 18 - TortugaShell: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - CottonBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 20 -}, -{ - Id: 703 - Name: "CraftBanditBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "BanditBoots" - SourceItems: - ( - { - CottonCloth: 20 - RattoTail: 8 - TortugaShell: 12 - Knife: 1 - }, - ) - CreateItems: - ( - { - BanditBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 30 -}, -{ - Id: 704 - Name: "CraftManaSlippers" - Flag: "CRAFT_TAILORING" - ReturnCode: "ManaSlippers" - SourceItems: - ( - { - FluffyFur: 28 - Pearl: 2 - TortugaShell: 10 - Knife: 1 - }, - ) - CreateItems: - ( - { - ManaSlippers: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 31 -}, -{ - Id: 705 - Name: "CraftSquirrelBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "SquirrelBoots" - SourceItems: - ( - { - SquirrelPelt: 36 - CottonCloth: 10 - TortugaShell: 18 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - SquirrelBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 40 -}, -{ - Id: 706 - Name: "CraftLeatherBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "LeatherBoots" - SourceItems: - ( - { - LeatherPatch: 40 - RattoTail: 16 - TortugaShell: 22 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - LeatherBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 50 -}, -{ - Id: 707 - Name: "CraftBromenalBoots" - Flag: "CRAFT_SMITHING" - ReturnCode: "BromenalBoots" - SourceItems: - ( - { - CopperIngot: 4 - LeatherPatch: 24 - TortugaShell: 26 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - BromenalBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 60 + PiouFeathers: 1 + Empty: 0 + Empty: 0 + }, + { + Empty: 0 + PiouFeathers: 1 + Empty: 0 + + Empty: 0 + PiouFeathers: 1 + Empty: 0 + + Empty: 0 + PiouFeathers: 1 + Empty: 0 + }, + { + Empty: 0 + Empty: 0 + PiouFeathers: 1 + + Empty: 0 + Empty: 0 + PiouFeathers: 1 + + Empty: 0 + Empty: 0 + PiouFeathers: 1 + }, + ) + CreateItems: + ( + { + PiouFeathers: 4 + }, + { + PiouFeathers: 3 + }, + { + PiouFeathers: 2 + }, + ) + RequiredQuests: { + ShipQuests_Julia: 2 + } + RequiredEquips: { + VneckJumper: true + } + Priority: 10 + Price: 0 + ReturnCode: 123 }, -{ - Id: 708 - Name: "CraftRidingBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "RidingBoots" - SourceItems: - ( - { - LeatherPatch: 60 - WaxChunk: 45 - TortugaShell: 30 - SharpKnife: 1 - }, - ) - CreateItems: - ( - { - RidingBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 61 + +// Dye Recipes +{ + Id: 2 + Name: "CraftOrangeDye" + SourceItems: + ( + { + Carrot: 3 + Pearl: 2 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + }, + { + Pearl: 2 + Carrot: 3 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + }, + ) + CreateItems: + ( + { + OrangeCottonDye: 2 + }, + ) + RequiredQuests: { + ShipQuests_Julia: 1 + } + Priority: 10 }, -{ - Id: 709 - Name: "CraftAssassinBoots" - Flag: "CRAFT_TAILORING" - ReturnCode: "AssassinBoots" - SourceItems: - ( - { - RotoniumIngot: 4 - CottonCloth: 20 - TortugaShell: 34 - Dagger: 1 - }, - ) - CreateItems: - ( - { - AssassinBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 70 + +// Equipment recipes +{ + Id: 3 + Name: "CraftItemWithDye" + SourceItems: + ( + { + VneckJumper: 1 + CrimsonSilkDye: 1 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + }, + { + CrimsonSilkDye: 1 + VneckJumper: 1 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + + Empty: 0 + Empty: 0 + Empty: 0 + }, + ) + CreateItems: + ( + { + VneckJumper: + { + Amount: 1 + Cards: ["CrimsonSilkDye"] + }, + }, + ) + RequiredQuests: { + ShipQuests_Julia: 1 + } + Priority: 10 }, -{ - Id: 710 - Name: "CraftWarlordBoots" - Flag: "CRAFT_SMITHING" - ReturnCode: "WarlordBoots" - SourceItems: - ( - { - RotoniumIngot: 4 - SilverIngot: 10 - Coal: 20 - Dagger: 1 - }, - ) - CreateItems: - ( - { - WarlordBoots: 1 - }, - ) - RequiredItems: { - RecipeBook: 1 - } - Priority: 71 + +// Cooking +// for Flag field, please see constants.conf (CRAFT enum) +{ + Id: 5 + Name: "CraftCarpSandwich" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 3 + Cheese: 2 + CommonCarp: 1 + }, + { + Bread: 1 + LettuceLeaf: 3 + Cheese: 2 + GrassCarp: 1 + }, + ) + CreateItems: + ( + { + CarpSandwich: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, +{ + Id: 6 + Name: "CraftPioulegSandwich" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 3 + Cheese: 2 + PiouLegs: 1 + }, + ) + CreateItems: + ( + { + PioulegSandwich: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, +{ + Id: 7 + Name: "CraftMananaSandwich" + Flag: 4 + SourceItems: + ( + { + Bread: 1 + LettuceLeaf: 3 + Cheese: 2 + Manana: 1 + }, + ) + CreateItems: + ( + { + MananaSandwich: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 +}, +// Example recipe, incl for testing, do not use on live +{ + Id: 8 + Name: "CraftInfantryHelmet" + Flag: 16 + ReturnCode: 2906 + // InfantryHelmet + SourceItems: + ( + { + IronOre: 12 + Coal: 3 + Moss: 2 + Dagger: 1 + }, + ) + CreateItems: + ( + { + PileOfAsh: 1 + }, + ) + RequiredItems: { + RecipeBook: 1 + } + Priority: 10 }, ) diff --git a/db/re/achievement_db.conf b/db/re/achievement_db.conf index dee92f5c..68334840 100644 --- a/db/re/achievement_db.conf +++ b/db/re/achievement_db.conf @@ -29,106 +29,106 @@ achievement_db: ( /***************************************************************** -* Entry Structure -***************************************************************** + * Entry Structure + ***************************************************************** { Id: (int) Unique ID of the achievement representing it's client-side equivalent. Name: (string) Name/Title of the Achievement. Type: (string) Validation type for the achievement. - [Type] [Validation Description] (Trigger) - ACH_QUEST: Specific achievement objective update (Script). - ACH_KILL_PC_TOTAL: (Accumulative) Total kill count. (Player kill) - ACH_KILL_PC_JOB: Kill a player of the specified job. (Player Kill) - ACH_KILL_PC_JOBTYPE: Kill a player of the specified job type. (Player Kill) - ACH_KILL_MOB_CLASS: Kill a particular mob class. (Mob Kill) - ACH_DAMAGE_PC_MAX: Maximum damage caused on a player. (Player Damage) - ACH_DAMAGE_PC_TOTAL: (Accumulative) Damage on players. (Player Damage) - ACH_DAMAGE_PC_REC_MAX: Maximum damage received by a player. (Receive Player Damage) - ACH_DAMAGE_PC_REC_TOTAL: (Accumulative) Damage received by players. (Receive Player Damage) - ACH_DAMAGE_MOB_MAX: Maximum damage caused on a monster. (Monster Damage) - ACH_DAMAGE_MOB_TOTAL: (Accumulative) Damage caused on monsters. (Monster Damage) - ACH_DAMAGE_MOB_REC_MAX: Maximum damage received by a monster. (Receive Monster Damage) - ACH_DAMAGE_MOB_REC_TOTAL: (Accumulative) Damage received by monsters. (Receive Monster Damage) - ACH_JOB_CHANGE: Change to a specific job. (Job Change) - ACH_STATUS: Acquire a specific amount of a particular status type. (Stat Change) - ACH_STATUS_BY_JOB: Acquire a specific amount of a status type as a job class. (Stat Change) - ACH_STATUS_BY_JOBTYPE: Acquire a specific amount of a status type as a job type. (Stat Change) - ACH_CHATROOM_CREATE_DEAD: (Accumulative) Create a chatroom when dead. (Chatroom Creation) - ACH_CHATROOM_CREATE: (Accumulative) Create a chatroom. (Chatroom Creation) - ACH_CHATROOM_MEMBERS: Gather 'n' members in a chatroom. (Chatroom Join) - ACH_FRIEND_ADD: Add a specific number of friends. (Friend Addition) - ACH_PARTY_CREATE: (Accumulative) Create a specific number of parties. (Party Creation) - ACH_PARTY_JOIN: (Accumulative) Join a specific number of parties. (Party Join) - ACH_MARRY: (Accumulative) Marry a specified number of times. (Marriage) - ACH_ADOPT_BABY: (Accumulative) Get Adopted. (Adoption) - ACH_ADOPT_PARENT: (Accumulative) Adopt a Baby. (Adoption) - ACH_ZENY_HOLD: Hold a specific amount of zeny in your inventory. (Gain Zeny) - ACH_ZENY_GET_ONCE: Gain a specific amount of zeny in one transaction. (Gain Zeny) - ACH_ZENY_GET_TOTAL: (Accumulative) Gain a specific amount of zeny in total. (Gain Zeny) - ACH_ZENY_SPEND_ONCE: Spend a specific amount of zeny in one transaction. (Pay Zeny) - ACH_ZENY_SPEND_TOTAL: (Accumulative) Spend a specific amount of zeny in total. (Pay Zeny) - ACH_EQUIP_REFINE_SUCCESS: Refine an item to +N. (Successful Refine) - ACH_EQUIP_REFINE_FAILURE: Fail to refine an item of +N refine. (Failed Refine) - ACH_EQUIP_REFINE_SUCCESS_TOTAL: (Accumulative) Refine an item successfully N times. (Success Refine) - ACH_EQUIP_REFINE_FAILURE_TOTAL: (Accumulative) Fail to refine an item N times. (Failed Refine) - ACH_EQUIP_REFINE_SUCCESS_WLV: Refine a Weapon of a particular Level to +N. (Success Refine) - ACH_EQUIP_REFINE_FAILURE_WLV: Fail to refine a Weapon of a particular level from +N. (Failed Refine) - ACH_EQUIP_REFINE_SUCCESS_ID: Refine a particular Item successfully to +N. (Success Refine) - ACH_EQUIP_REFINE_FAILURE_ID: Fail to refine a particular item successfully from +N. (Failed Refine) - ACH_ITEM_GET_COUNT: Acquire N amount of an item of a particular ID. (Acquire Item) - ACH_ITEM_GET_COUNT_ITEMTYPE: Acquire N amount of items of a particular type mask. (Acquire Item) - ACH_ITEM_GET_WORTH: Acquire an item of buy value N. (Acquire Item) - ACH_ITEM_SELL_WORTH: Sell an item of sell value N. (NPC Sell Item) - ACH_PET_CREATE: Successfully tame a pet of a particular mob class. (Successful Pet Tame) - ACH_ACHIEVE: Achieve an Achievement. (Achievement Completion) - ACH_ACHIEVEMENT_RANK: Achieve an Achievement Rank. (Achievement Rank Increase) + [Type] [Validation Description] (Trigger) + ACH_QUEST: Specific achievement objective update (Script). + ACH_KILL_PC_TOTAL: (Accumulative) Total kill count. (Player kill) + ACH_KILL_PC_JOB: Kill a player of the specified job. (Player Kill) + ACH_KILL_PC_JOBTYPE: Kill a player of the specified job type. (Player Kill) + ACH_KILL_MOB_CLASS: Kill a particular mob class. (Mob Kill) + ACH_DAMAGE_PC_MAX: Maximum damage caused on a player. (Player Damage) + ACH_DAMAGE_PC_TOTAL: (Accumulative) Damage on players. (Player Damage) + ACH_DAMAGE_PC_REC_MAX: Maximum damage received by a player. (Receive Player Damage) + ACH_DAMAGE_PC_REC_TOTAL: (Accumulative) Damage received by players. (Receive Player Damage) + ACH_DAMAGE_MOB_MAX: Maximum damage caused on a monster. (Monster Damage) + ACH_DAMAGE_MOB_TOTAL: (Accumulative) Damage caused on monsters. (Monster Damage) + ACH_DAMAGE_MOB_REC_MAX: Maximum damage received by a monster. (Receive Monster Damage) + ACH_DAMAGE_MOB_REC_TOTAL: (Accumulative) Damage received by monsters. (Receive Monster Damage) + ACH_JOB_CHANGE: Change to a specific job. (Job Change) + ACH_STATUS: Acquire a specific amount of a particular status type. (Stat Change) + ACH_STATUS_BY_JOB: Acquire a specific amount of a status type as a job class. (Stat Change) + ACH_STATUS_BY_JOBTYPE: Acquire a specific amount of a status type as a job type. (Stat Change) + ACH_CHATROOM_CREATE_DEAD: (Accumulative) Create a chatroom when dead. (Chatroom Creation) + ACH_CHATROOM_CREATE: (Accumulative) Create a chatroom. (Chatroom Creation) + ACH_CHATROOM_MEMBERS: Gather 'n' members in a chatroom. (Chatroom Join) + ACH_FRIEND_ADD: Add a specific number of friends. (Friend Addition) + ACH_PARTY_CREATE: (Accumulative) Create a specific number of parties. (Party Creation) + ACH_PARTY_JOIN: (Accumulative) Join a specific number of parties. (Party Join) + ACH_MARRY: (Accumulative) Marry a specified number of times. (Marriage) + ACH_ADOPT_BABY: (Accumulative) Get Adopted. (Adoption) + ACH_ADOPT_PARENT: (Accumulative) Adopt a Baby. (Adoption) + ACH_ZENY_HOLD: Hold a specific amount of zeny in your inventory. (Gain Zeny) + ACH_ZENY_GET_ONCE: Gain a specific amount of zeny in one transaction. (Gain Zeny) + ACH_ZENY_GET_TOTAL: (Accumulative) Gain a specific amount of zeny in total. (Gain Zeny) + ACH_ZENY_SPEND_ONCE: Spend a specific amount of zeny in one transaction. (Pay Zeny) + ACH_ZENY_SPEND_TOTAL: (Accumulative) Spend a specific amount of zeny in total. (Pay Zeny) + ACH_EQUIP_REFINE_SUCCESS: Refine an item to +N. (Successful Refine) + ACH_EQUIP_REFINE_FAILURE: Fail to refine an item of +N refine. (Failed Refine) + ACH_EQUIP_REFINE_SUCCESS_TOTAL: (Accumulative) Refine an item successfully N times. (Success Refine) + ACH_EQUIP_REFINE_FAILURE_TOTAL: (Accumulative) Fail to refine an item N times. (Failed Refine) + ACH_EQUIP_REFINE_SUCCESS_WLV: Refine a Weapon of a particular Level to +N. (Success Refine) + ACH_EQUIP_REFINE_FAILURE_WLV: Fail to refine a Weapon of a particular level from +N. (Failed Refine) + ACH_EQUIP_REFINE_SUCCESS_ID: Refine a particular Item successfully to +N. (Success Refine) + ACH_EQUIP_REFINE_FAILURE_ID: Fail to refine a particular item successfully from +N. (Failed Refine) + ACH_ITEM_GET_COUNT: Acquire N amount of an item of a particular ID. (Acquire Item) + ACH_ITEM_GET_COUNT_ITEMTYPE: Acquire N amount of items of a particular type mask. (Acquire Item) + ACH_ITEM_GET_WORTH: Acquire an item of buy value N. (Acquire Item) + ACH_ITEM_SELL_WORTH: Sell an item of sell value N. (NPC Sell Item) + ACH_PET_CREATE: Successfully tame a pet of a particular mob class. (Successful Pet Tame) + ACH_ACHIEVE: Achieve an Achievement. (Achievement Completion) + ACH_ACHIEVEMENT_RANK: Achieve an Achievement Rank. (Achievement Rank Increase) Objectives: { [Mandatory Field] Objectives of an achievement. Up to 10 objectives per achievement. - To comply with the client's order of objectives, this list must be in order. - *1: { - Description: (string) [Mandatory Field] Description of a particular objective. - Criteria: { This is a field for achievements whose objectives must meet - certain criteria before evaluating the player's progress for it. - MobId: (mixed) MonsterId required for an objective. - For types such as ACH_KILL_MOB_CLASS and ACH_PET_CREATE. Can be either int or string constant. - JobId: (mixed) Array or Single entry of JobIds. - For types - ACH_KILL_PC_JOBTYPE, ACH_JOB_CHANGE or ACH_STATUS_BY_JOBTYPE. - Can be either a numeric or string constant. - ItemId: (mixed) ItemId required for an objective. - For Types such as ACH_ITEM_GET_COUNT. Can be either int or string constant. - StatusType: (mixed) Status Type required for an objective. - For Types such as ACH_STATUS, ACH_STATUS_BY_JOB, ACH_STATUS_BY_JOBTYPE. - Types - - "SP_STR" - Strength - "SP_AGI" - Agility - "SP_VIT" - Vitality - "SP_INT" - Intelligence - "SP_DEX" - Dexterity - "SP_LUK" - Luck - "SP_BASELEVEL" - Base Level - "SP_JOBLEVEL" - Job Level - Can be either int or string constant. - ItemType: (mixed) Item type that is required for this achievement. - For Types such as ACH_ITEM_GET_COUNT_ITEMTYPE. - Can be either int, string or list. - Refer "Item types" Constants from constants.conf - WeaponLevel: (int) Weapon Level that is required for this achievement. (Eg. 0, 1, 2, 3 or 4). - For Types such as ACH_EQUIP_REFINE_SUCCESS_WLV and ACH_EQUIP_REFINE_FAILURE_WLV. - Achieve: (int) AchievementID to be achieved. - For Type - ACH_ACHIEVE. - } - Goal: (int) Target amount to be met for the completion of the objective. Default is 1. - } - ... - *10: {...} + To comply with the client's order of objectives, this list must be in order. + *1: { + Description: (string) [Mandatory Field] Description of a particular objective. + Criteria: { This is a field for achievements whose objectives must meet + certain criteria before evaluating the player's progress for it. + MobId: (mixed) MonsterId required for an objective. + For types such as ACH_KILL_MOB_CLASS and ACH_PET_CREATE. Can be either int or string constant. + JobId: (mixed) Array or Single entry of JobIds. + For types - ACH_KILL_PC_JOBTYPE, ACH_JOB_CHANGE or ACH_STATUS_BY_JOBTYPE. + Can be either a numeric or string constant. + ItemId: (mixed) ItemId required for an objective. + For Types such as ACH_ITEM_GET_COUNT. Can be either int or string constant. + StatusType: (mixed) Status Type required for an objective. + For Types such as ACH_STATUS, ACH_STATUS_BY_JOB, ACH_STATUS_BY_JOBTYPE. + Types - + "SP_STR" - Strength + "SP_AGI" - Agility + "SP_VIT" - Vitality + "SP_INT" - Intelligence + "SP_DEX" - Dexterity + "SP_LUK" - Luck + "SP_BASELEVEL" - Base Level + "SP_JOBLEVEL" - Job Level + Can be either int or string constant. + ItemType: (mixed) Item type that is required for this achievement. + For Types such as ACH_ITEM_GET_COUNT_ITEMTYPE. + Can be either int, string or list. + Refer "Item types" Constants from constants.conf + WeaponLevel: (int) Weapon Level that is required for this achievement. (Eg. 0, 1, 2, 3 or 4). + For Types such as ACH_EQUIP_REFINE_SUCCESS_WLV and ACH_EQUIP_REFINE_FAILURE_WLV. + Achieve: (int) AchievementID to be achieved. + For Type - ACH_ACHIEVE. + } + Goal: (int) Target amount to be met for the completion of the objective. Default is 1. + } + ... + *10: {...} } Rewards: { - Bonus: <""> (script) Script code bonus to be given as a reward for an achievement. - Items: { Item rewards per achievement. With a maximum defined in mmo.h as MAX_ACHEIVEMENT_ITEM_REWARDS. - Apple: 1 (int) Item ID (int or string constant) : Amount (int) - } - TitleId: (int) ID of the Title (from the Title System) awarded. + Bonus: <""> (script) Script code bonus to be given as a reward for an achievement. + Items: { Item rewards per achievement. With a maximum defined in mmo.h as MAX_ACHEIVEMENT_ITEM_REWARDS. + Apple: 1 (int) Item ID (int or string constant) : Amount (int) + } + TitleId: (int) ID of the Title (from the Title System) awarded. } Points: (int) Points per achievement given on it's successful completion. } -*****************************************************************/ + *****************************************************************/ ) diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf index 07522675..56ce4ea8 100644 --- a/db/re/exp_group_db.conf +++ b/db/re/exp_group_db.conf @@ -28,37 +28,37 @@ //========================================================================= base_exp_group_db: { - EvolClasses: { - MaxLevel: 99 - Exp: [ - 9,16,25,36,77,112,153,200,253,320, - 385,490,585,700,830,970,1120,1260,1420,1620, - 1860,1990,2240,2504,2950,3426,3934,4474,6889,7995, - 9174,10425,11748,13967,15775,17678,19677,21773,30543,34212, - 38065,42102,46323,53026,58419,64041,69892,75973,102468,115254, - 128692,142784,157528,178184,196300,215198,234879,255341,330188,365914, - 403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746, - 1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024, - 4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720, - 11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999998, - ] - } + EvolClasses: { + MaxLevel: 99 + Exp: [ + 9,16,25,36,77,112,153,200,253,320, + 385,490,585,700,830,970,1120,1260,1420,1620, + 1860,1990,2240,2504,2950,3426,3934,4474,6889,7995, + 9174,10425,11748,13967,15775,17678,19677,21773,30543,34212, + 38065,42102,46323,53026,58419,64041,69892,75973,102468,115254, + 128692,142784,157528,178184,196300,215198,234879,255341,330188,365914, + 403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746, + 1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024, + 4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720, + 11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999998, + ] + } } job_exp_group_db: { - EvolClasses: { - MaxLevel: 99 - Exp: [ - 30, 43, 58, 76, 116, 180, 220, 272, 336, 520, - 604, 699, 802, 948, 1125, 1668, 1937, 2226, 3040, 3988, - 5564, 6272, 7021, 9114, 11473, 15290, 16891, 18570, 23229, 28359, - 36478, 39716, 43088, 52417, 62495, 78160, 84175, 90404, 107611, 125915, - 153941, 191781, 204351, 248352, 286212, 386371, 409795, 482092, 509596, 982092, - 992092, 1002092, 1012092, 1022092, 1032092, 1042092, 1052092, 1062092, 1072092, 1082092, - 1092092, 1102092, 1112092, 1122092, 1132092, 1142092, 1152092, 1162092, 1172092, 1182092, - 1192092, 1202092, 1212092, 1222092, 1232092, 1242092, 1252092, 1262092, 1272092, 1282092, - 1292092, 1302092, 1312092, 1322092, 1332092, 1342092, 1352092, 1362092, 1372092, 1382092, - 1392092, 1402092, 1412092, 1422092, 1432092, 1442092, 1452092, 1462092, - ] - } + EvolClasses: { + MaxLevel: 99 + Exp: [ + 30, 43, 58, 76, 116, 180, 220, 272, 336, 520, + 604, 699, 802, 948, 1125, 1668, 1937, 2226, 3040, 3988, + 5564, 6272, 7021, 9114, 11473, 15290, 16891, 18570, 23229, 28359, + 36478, 39716, 43088, 52417, 62495, 78160, 84175, 90404, 107611, 125915, + 153941, 191781, 204351, 248352, 286212, 386371, 409795, 482092, 509596, 982092, + 992092, 1002092, 1012092, 1022092, 1032092, 1042092, 1052092, 1062092, 1072092, 1082092, + 1092092, 1102092, 1112092, 1122092, 1132092, 1142092, 1152092, 1162092, 1172092, 1182092, + 1192092, 1202092, 1212092, 1222092, 1232092, 1242092, 1252092, 1262092, 1272092, 1282092, + 1292092, 1302092, 1312092, 1322092, 1332092, 1342092, 1352092, 1362092, 1372092, 1382092, + 1392092, 1402092, 1412092, 1422092, 1432092, 1442092, 1452092, 1462092, + ] + } } diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf index 2461684c..77a9a598 100644 --- a/db/re/item_chain.conf +++ b/db/re/item_chain.conf @@ -28,8 +28,8 @@ //========================================================================= /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** ITMCHAIN_: { : // ... diff --git a/db/re/item_combo_db.conf b/db/re/item_combo_db.conf index 5f045600..cb4b0af5 100644 --- a/db/re/item_combo_db.conf +++ b/db/re/item_combo_db.conf @@ -29,8 +29,8 @@ combo_db: ( /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** { // ================ Mandatory fields =============================== Items: ["item_list"] (string, array) list of items diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e2154da9..21c8ba3e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -32,113 +32,113 @@ item_db: ( ************* Entry structure ******************************************** ************************************************************************** { - // ================ Mandatory fields ============================== - Id: ID (int) - AegisName: "Aegis_Name" (string) - Name: "Item Name" (string) - // ================ Optional fields =============================== - Type: Item Type (string, defaults to "IT_ETC") - Buy: Buy Price (int, defaults to Sell * 2) - Sell: Sell Price (int, defaults to Buy / 2) - Weight: Item Weight (int, defaults to 0) - Atk: Attack (int, defaults to 0) - Matk: Magical Attack (int, defaults to 0, ignored in pre-re) - Def: Defense (int, defaults to 0) - Range: Attack Range (int, defaults to 0) - MinRange: Minimal Attack Range (int, defaults to 0) - Slots: Slots (int, defaults to 0) - Job: { (defaults to all job) - All: true/false (boolean, defaults to false) - Viro: true/false (boolean, defaults to false) - CaveUkar: true/false (boolean, defaults to false) - FireKralog: true/false (boolean, defaults to false) - LightRaijin: true/false (boolean, defaults to false) - SeaTritan: true/false (boolean, defaults to false) - FrostKralog: true/false (boolean, defaults to false) - DarkRaijin: true/false (boolean, defaults to false) - ArgaesViro: true/false (boolean, defaults to false) - TonoriViro: true/false (boolean, defaults to false) - LakeTritan: true/false (boolean, defaults to false) - MountainUkar: true/false (boolean, defaults to false) - } - Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) - Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") - Gender: Gender (string, defaults to "SEX_ANY") - Loc: Equip location (bitmask array, string or int, required value for equipment) - WeaponLv: Weapon Level (int, defaults to 0) - EquipLv: Equip required level (int, defaults to 0) - EquipLv: [min, max] (alternative syntax with min / max level) - Refine: Refineable (boolean, defaults to true) - DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] - Subtype: Item Subtype (int, defaults to 0) - ViewSprite: Sprite view ID (int, defaults to 0) - BindOnEquip: true/false (boolean, defaults to false) - ForceSerial: true/false (boolean, defaults to false) - BuyingStore: true/false (boolean, defaults to false) - Delay: Delay to use item (int, defaults to 0) - FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) - KeepAfterUse: true/false (boolean, defaults to false) - DropAnnounce: true/false (boolean, defaults to false) - ShowDropEffect: true/false (boolean, defaults to false) - DropEffectMode: Effect Type (int, default to 0) - AllowPickup: true/false (boolean, defaults to true) - Charm: true/false (boolean, defaults to false) - MaxFloorOffset: [x, y] (int, defaults to 8) - MaxFloorOffset: offset (int, defaults to 8) - Identified: true/false (boolean, default to true) - RequiredStr: required strength (int, default to 0) - RequiredAgi: required agility (int, default to 0) - RequiredVit: required vitality (int, default to 0) - RequiredInt: required intellect (int, default to 0) - RequiredDex: required dexterity (int, default to 0) - RequiredLuk: required luck (int, default to 0) - RequiredMaxHp: required max hp (int, default to 0) - RequiredMaxSp: required max sp (int, default to 0) - RequiredAtk: required attack (int, default to 0) - RequiredMAtkMin: required minimal magic attack (int, default to 0) - RequiredMAtkMax: required maximum magic attack (int, default to 0) - RequiredDef: required defence (int, default to 0) - RequiredMDef: required magic defence (int, default to 0) - RequiredSkill: required skill (int, default to 0) - UseEffect: effect if use/equip item success (int, default to -1) - UseFailEffect: effect if use/equip item failed (int, default to -1) - UnequipEffect: effect if unequip item success (int, default to -1) - UnequipFailEffect: effect if unequip item failed (int, default to -1) - Trade: { (defaults to no restrictions) - override: GroupID (int, defaults to 100) - nodrop: true/false (boolean, defaults to false) - notrade: true/false (boolean, defaults to false) - nostorage: true/false (boolean, defaults to false) - nocart: true/false (boolean, defaults to false) - noselltonpc: true/false (boolean, defaults to false) - nomail: true/false (boolean, defaults to false) - noauction: true/false (boolean, defaults to false) - nogstorage: true/false (boolean, defaults to false) - partneroverride: true/false (boolean, defaults to false) - } - Nouse: { (defaults to no restrictions) - override: GroupID (int, defaults to 100) - sitting: true/false (boolean, defaults to false) - } - Stack: [amount, type] (int, defaults to 0) - Sprite: SpriteID (int, defaults to 0) - Script: <" - Script - (it can be multi-line) - "> - OnEquipScript: <" OnEquip Script (can also be multi-line) "> - OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> - OnDropScript: <" OnDrop Script (can also be multi-line) "> - OnTakeScript: <" OnTake Script (can also be multi-line) "> - OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> - OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) "> - OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) "> - AllowCards: { - idNUM: amount (NUM is id number, amount is amount) - } - AllowAmmo: { - idNUM: something (NUM is id number) - } + // ================ Mandatory fields ============================== + Id: ID (int) + AegisName: "Aegis_Name" (string) + Name: "Item Name" (string) + // ================ Optional fields =============================== + Type: Item Type (string, defaults to "IT_ETC") + Buy: Buy Price (int, defaults to Sell * 2) + Sell: Sell Price (int, defaults to Buy / 2) + Weight: Item Weight (int, defaults to 0) + Atk: Attack (int, defaults to 0) + Matk: Magical Attack (int, defaults to 0, ignored in pre-re) + Def: Defense (int, defaults to 0) + Range: Attack Range (int, defaults to 0) + MinRange: Minimal Attack Range (int, defaults to 0) + Slots: Slots (int, defaults to 0) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + Viro: true/false (boolean, defaults to false) + CaveUkar: true/false (boolean, defaults to false) + FireKralog: true/false (boolean, defaults to false) + LightRaijin: true/false (boolean, defaults to false) + SeaTritan: true/false (boolean, defaults to false) + FrostKralog: true/false (boolean, defaults to false) + DarkRaijin: true/false (boolean, defaults to false) + ArgaesViro: true/false (boolean, defaults to false) + TonoriViro: true/false (boolean, defaults to false) + LakeTritan: true/false (boolean, defaults to false) + MountainUkar: true/false (boolean, defaults to false) + } + Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) + WeaponLv: Weapon Level (int, defaults to 0) + EquipLv: Equip required level (int, defaults to 0) + EquipLv: [min, max] (alternative syntax with min / max level) + Refine: Refineable (boolean, defaults to true) + DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] + Subtype: Item Subtype (int, defaults to 0) + ViewSprite: Sprite view ID (int, defaults to 0) + BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) + KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) + ShowDropEffect: true/false (boolean, defaults to false) + DropEffectMode: Effect Type (int, default to 0) + AllowPickup: true/false (boolean, defaults to true) + Charm: true/false (boolean, defaults to false) + MaxFloorOffset: [x, y] (int, defaults to 8) + MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) + RequiredStr: required strength (int, default to 0) + RequiredAgi: required agility (int, default to 0) + RequiredVit: required vitality (int, default to 0) + RequiredInt: required intellect (int, default to 0) + RequiredDex: required dexterity (int, default to 0) + RequiredLuk: required luck (int, default to 0) + RequiredMaxHp: required max hp (int, default to 0) + RequiredMaxSp: required max sp (int, default to 0) + RequiredAtk: required attack (int, default to 0) + RequiredMAtkMin: required minimal magic attack (int, default to 0) + RequiredMAtkMax: required maximum magic attack (int, default to 0) + RequiredDef: required defence (int, default to 0) + RequiredMDef: required magic defence (int, default to 0) + RequiredSkill: required skill (int, default to 0) + UseEffect: effect if use/equip item success (int, default to -1) + UseFailEffect: effect if use/equip item failed (int, default to -1) + UnequipEffect: effect if unequip item success (int, default to -1) + UnequipFailEffect: effect if unequip item failed (int, default to -1) + Trade: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + nodrop: true/false (boolean, defaults to false) + notrade: true/false (boolean, defaults to false) + nostorage: true/false (boolean, defaults to false) + nocart: true/false (boolean, defaults to false) + noselltonpc: true/false (boolean, defaults to false) + nomail: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) + nogstorage: true/false (boolean, defaults to false) + partneroverride: true/false (boolean, defaults to false) + } + Nouse: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + sitting: true/false (boolean, defaults to false) + } + Stack: [amount, type] (int, defaults to 0) + Sprite: SpriteID (int, defaults to 0) + Script: <" + Script + (it can be multi-line) + "> + OnEquipScript: <" OnEquip Script (can also be multi-line) "> + OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnDropScript: <" OnDrop Script (can also be multi-line) "> + OnTakeScript: <" OnTake Script (can also be multi-line) "> + OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> + OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) "> + OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) "> + AllowCards: { + idNUM: amount (NUM is id number, amount is amount) + } + AllowAmmo: { + idNUM: something (NUM is id number) + } }, **************************************************************************/ /* @@ -161,5804 +161,5777 @@ item_db: ( 8000 8499 = LEGACY merge items, generic or usable */ { - Id: 501 - AegisName: "Acorn" - Name: "Acorn" - Type: "IT_HEALING" - Buy: 20 - Sell: 7 - Weight: 3 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - if (@useType == 1) - { - if (!getmapxy(.@map$, .@x, .@y, 0)) - { - monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); - } - } - else - { - @min = 12; - @max = 18; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - } - "> -}, -{ - Id: 502 - AegisName: "Bread" - Name: "Bread" - Type: "IT_HEALING" - Buy: 50 - Sell: 15 - Weight: 25 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 25; - @max = 40; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 503 - AegisName: "Fungus" - Name: "Fungus" - Type: "IT_HEALING" - Buy: 45 - Sell: 15 - Weight: 8 - Delay: 1000 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_end SC_POISON; - @min = 25; - @max = 35; - @delay = 5; - @type = 4; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 504 - AegisName: "Cheese" - Name: "Cheese" - Type: "IT_HEALING" - Buy: 55 - Sell: 18 - Weight: 3 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 30; - @max = 50; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 505 - AegisName: "PiouLegs" - Name: "Piou Legs" - Type: "IT_HEALING" - Buy: 15 - Sell: 5 - Weight: 4 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 7; - @max = 13; - @delay = 2; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 506 - AegisName: "LettuceLeaf" - Name: "Lettuce Leaf" - Type: "IT_HEALING" - Buy: 30 - Sell: 10 - Weight: 1 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 15; - @max = 25; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 507 - AegisName: "Piberries" - Name: "Piberries" - Type: "IT_HEALING" - Buy: 20 - Sell: 5 - Weight: 2 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 12; - @max = 23; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 508 - AegisName: "SeaDrops" - Name: "Sea Drops" - Type: "IT_HEALING" - Buy: 3 - Sell: 1 - Weight: 4 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start SC_POISON, 30000, 0; - @min = 10; - @max = 20; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 509 - AegisName: "Aquada" - Name: "Aquada" - Type: "IT_HEALING" - Buy: 120 - Sell: 40 - Weight: 16 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 75; - @max = 100; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 510 - AegisName: "PinkBlobime" - Name: "Pink Blobime" - Type: "IT_HEALING" - Buy: 10 - Sell: 3 - Weight: 10 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start2 SC_POISON, 1, 30, 3333; - @min = 2; - @max = 6; - @delay = 1; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 501 + AegisName: "Acorn" + Name: "Acorn" + Type: "IT_HEALING" + Buy: 20 + Sell: 7 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + if (@useType == 1) + { + if (!getmapxy(.@map$, .@x, .@y, 0)) + { + monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); + } + } + else + { + @min = 12; + @max = 18; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + } + "> +}, +{ + Id: 502 + AegisName: "Bread" + Name: "Bread" + Type: "IT_HEALING" + Buy: 50 + Sell: 15 + Weight: 25 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 25; + @max = 40; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 503 + AegisName: "Fungus" + Name: "Fungus" + Type: "IT_HEALING" + Buy: 45 + Sell: 15 + Weight: 8 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_end SC_POISON; + @min = 25; + @max = 35; + @delay = 5; + @type = 4; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 504 + AegisName: "Cheese" + Name: "Cheese" + Type: "IT_HEALING" + Buy: 55 + Sell: 18 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 30; + @max = 50; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 505 + AegisName: "PiouLegs" + Name: "Piou Legs" + Type: "IT_HEALING" + Buy: 15 + Sell: 5 + Weight: 4 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 7; + @max = 13; + @delay = 2; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 506 + AegisName: "LettuceLeaf" + Name: "Lettuce Leaf" + Type: "IT_HEALING" + Buy: 30 + Sell: 10 + Weight: 1 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 15; + @max = 25; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 507 + AegisName: "Piberries" + Name: "Piberries" + Type: "IT_HEALING" + Buy: 20 + Sell: 5 + Weight: 2 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 12; + @max = 23; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 508 + AegisName: "SeaDrops" + Name: "Sea Drops" + Type: "IT_HEALING" + Buy: 3 + Sell: 1 + Weight: 4 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_POISON, 30000, 0; + @min = 10; + @max = 20; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 509 + AegisName: "Aquada" + Name: "Aquada" + Type: "IT_HEALING" + Buy: 120 + Sell: 40 + Weight: 16 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 75; + @max = 100; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 510 + AegisName: "PinkBlobime" + Name: "Pink Blobime" + Type: "IT_HEALING" + Buy: 10 + Sell: 3 + Weight: 10 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 30, 3333; + @min = 2; + @max = 6; + @delay = 1; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 511 + AegisName: "PurpleBlobime" + Name: "Purple Blobime" + Type: "IT_HEALING" + Buy: 20 + Sell: 4 + Weight: 10 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 30, 6666; + @min = 30; + @max = 70; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 512 + AegisName: "HalfCroconut" + Name: "Half Croconut" + Type: "IT_HEALING" + Buy: 75 + Sell: 25 + Weight: 38 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 65; + @max = 90; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 513 + AegisName: "Croconut" + Name: "Croconut" + Type: "IT_HEALING" + Buy: 100 + Sell: 35 + Weight: 80 + Script: <" + doevent "Croconut::OnUse"; + "> +}, +{ + Id: 514 + AegisName: "OldBook" + Name: "Old Book" + Type: "IT_USABLE" + Buy: 30 + Sell: 10 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book4::OnUse"; + "> +}, +{ + Id: 515 + AegisName: "Plushroom" + Name: "Plushroom" + Type: "IT_HEALING" + Buy: 42 + Sell: 14 + Weight: 8 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 15000, 5; + @min = 20; + @max = 30; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 516 + AegisName: "PumpkinSeeds" + Name: "Pumpkin Seeds" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 1 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 10, 2500; + heal 1, 0; + "> +}, +{ + Id: 517 + AegisName: "DeliciousCookie" + Name: "Delicious Cookie" + Type: "IT_ARMOR" + Buy: 30 + Sell: 10 + Weight: 2 + Loc: "EQP_HEAD_MID" + EquipLv: 1 + Trade: { + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + } + OnEquipScript: <" + if (gettimetick(2) < COOKIE_COOLDOWN) { + unequip(EQI_HEAD_MID); + //dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN)); + end; + } + COOKIE_COOLDOWN=gettimetick(2)+600; + addtimer 60000, "#DeliciousCookie::OnUnequip"; + "> +}, +{ + Id: 518 + AegisName: "UrchinMeat" + Name: "Urchin Meat" + Type: "IT_HEALING" + Buy: 50 + Sell: 18 + Weight: 1 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 28; + @max = 35; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 519 + AegisName: "EasterEgg" + Name: "Easter Egg" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 60; + @max = 75; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 520 + AegisName: "PiberriesInfusion" + Name: "Piberries Infusion" + Type: "IT_HEALING" + Buy: 140 + Sell: 20 + Weight: 15 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 110; + @max = 130; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 521 + AegisName: "FatesPotion" + Name: "Fates Potion" + Type: "IT_HEALING" + Buy: 250 + Sell: 80 + Weight: 17 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 240; + @max = 260; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 522 + AegisName: "ClothoLiquor" + Name: "Clotho Liquor" + Type: "IT_HEALING" + Buy: 600 + Sell: 150 + Weight: 16 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 575; + @max = 625; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 523 + AegisName: "LachesisBrew" + Name: "Lachesis Brew" + Type: "IT_HEALING" + Buy: 1000 + Sell: 150 + Weight: 14 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1100; + @max = 1300; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 524 + AegisName: "AtroposMixture" + Name: "Atropos Mixture" + Type: "IT_HEALING" + Buy: 2450 + Sell: 300 + Weight: 15 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 2300; + @max = 2550; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 525 + AegisName: "ElixirOfLife" + Name: "Elixir Of Life" + Type: "IT_HEALING" + Buy: 5000 + Sell: 500 + Weight: 20 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + percentheal 100, 100; + "> +}, +{ + Id: 526 + AegisName: "IronShovel" + Name: "Iron Shovel" + Type: "IT_USABLE" + Buy: 3000 + Sell: 100 + Weight: 210 + KeepAfterUse: true + Script: <" + doevent "Shovel::OnUse"; + "> +}, +{ + Id: 527 + AegisName: "PumpkinJuice" + Name: "Pumpkin Juice" + Type: "IT_HEALING" + Buy: 200 + Sell: 5 + Weight: 5 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 30; + @max = 50; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 528 + AegisName: "Manana" + Name: "Manana" + Type: "IT_HEALING" + Buy: 100 + Sell: 35 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 70; + @max = 80; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 529 + AegisName: "Curshroom" + Name: "Curshroom" + Type: "IT_HEALING" + Buy: 150 + Sell: 25 + Weight: 10 + Delay: 1000 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 5; + sc_end SC_POISON; + @min = 40; + @max = 50; + @delay = 5; + @type = 3; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 530 + AegisName: "Carrot" + Name: "Carrot" + Type: "IT_HEALING" + Buy: 30 + Sell: 8 + Weight: 3 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 20; + @max = 30; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 531 + AegisName: "RedPlushWine" + Name: "Red Plush Wine" + Type: "IT_HEALING" + Buy: 100 + Sell: 20 + Weight: 10 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 40; + @max = 90; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 532 + AegisName: "PiouAndTheFluffy" + Name: "Piou and The Fluffy" + Type: "IT_USABLE" + Buy: 50 + Sell: 11 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book1::OnUse"; + "> +}, +{ + Id: 533 + AegisName: "PoemAboutPoems" + Name: "Poem about Poems" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book2::OnUse"; + "> +}, +{ + Id: 534 + AegisName: "ChorusOfTheWoods" + Name: "Chorus of the Woods" + Type: "IT_USABLE" + Buy: 30 + Sell: 10 + Weight: 25 + KeepAfterUse: true + Script: <" + doevent "#001-2-6-Book3::OnUse"; + "> +}, +{ + Id: 535 + AegisName: "CommunicationTheory" + Name: "Communication Theory" + Type: "IT_USABLE" + Buy: 70 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#001-2-5-Book1::OnUse"; + "> +}, +{ + Id: 537 + AegisName: "BookOfLaws" + Name: "The Book of Laws" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 10 + KeepAfterUse: true + Refine: false + Script: <" + doevent "@rules::OnUseBook"; + "> +}, +{ + Id: 538 + AegisName: "FishingGuideVolI" + Name: "Fishing Guide Vol. I" + Type: "IT_USABLE" + Buy: 60 + Sell: 10 + Weight: 30 + KeepAfterUse: true + Refine: false + Script: <" + doevent "#001-2-4-Book2::OnUse"; + "> +}, +{ + Id: 539 + AegisName: "RecipeBook" + Name: "Recipe Book" + Type: "IT_USABLE" + Buy: 80 + Sell: 10 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#RecipeBook::OnUse"; + "> +}, +{ + Id: 540 + AegisName: "MasterBook" + Name: "Master Book" + Type: "IT_USABLE" + Buy: 8000 + Sell: 0 + Weight: 20 + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + doevent "#MasterBook::OnUse"; + "> +}, +{ + Id: 560 + AegisName: "CarpSandwich" + Name: "Carp Sandwich" + Type: "IT_HEALING" + Buy: 580 + Sell: 75 + Weight: 25 + Delay: 1200 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 400; + @max = 600; + @delay = 8; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 561 + AegisName: "PioulegSandwich" + Name: "Piouleg Sandwich" + Type: "IT_HEALING" + Buy: 640 + Sell: 85 + Weight: 25 + Delay: 850 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 200; + @max = 350; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 562 + AegisName: "MananaSandwich" + Name: "Manana Sandwich" + Type: "IT_HEALING" + Buy: 870 + Sell: 90 + Weight: 25 + Delay: 700 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 250; + @max = 450; + @delay = 5; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 563 + AegisName: "Beer" + Name: "Beer" + Type: "IT_HEALING" + Buy: 90 + Sell: 20 + Weight: 20 + Delay: 750 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 60; + @max = 110; + @delay = 8; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 564 + AegisName: "RoastedMaggot" + Name: "Roasted Maggot" + Type: "IT_HEALING" + Buy: 500 + Sell: 50 + Weight: 25 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 100; + @max = 120; + @delay = 10; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 565 + AegisName: "BottleOfWater" + Name: "Bottle of Water" + Type: "IT_HEALING" + Buy: 60 + Sell: 5 + Weight: 25 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 200; + @max = 350; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 566 + AegisName: "CherryCake" + Name: "Cherry Cake" + Type: "IT_HEALING" + Buy: 100 + Sell: 15 + Weight: 10 + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 20; + @max = 35; + @delay = 1; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 567 + AegisName: "MaggotSlimePotion" + Name: "Maggot Slime Potion" + Type: "IT_HEALING" + Buy: 75 + Sell: 15 + Weight: 15 + Refine: false + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 10; + @max = 130; + @delay = 2; + @type = 1; + if (rand(100) < 50) { + getmapxy(.@m$, .@x, .@y, 0); + .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1); + unitattack(.@mobGID, getcharid(3)); + } + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 600 + AegisName: "SmallHealing" + Name: "Small Healing Potion" + Type: "IT_HEALING" + Buy: 500 + Sell: 45 + Weight: 32 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 300; + @max = 500; + @delay = 3; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 601 + AegisName: "MediumHealing" + Name: "Medium Healing Potion" + Type: "IT_HEALING" + Buy: 850 + Sell: 75 + Weight: 64 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 500; + @max = 800; + @delay = 4; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 602 + AegisName: "LargeHealing" + Name: "Large Healing Potion" + Type: "IT_HEALING" + Buy: 2480 + Sell: 350 + Weight: 128 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 800; + @max = 1200; + @delay = 5; + @type = 2; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 603 + AegisName: "SmallMana" + Name: "Small Mana Potion" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 32 + Delay: 205 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 20; + "> +}, +{ + Id: 604 + AegisName: "MediumMana" + Name: "Medium Mana Potion" + Type: "IT_HEALING" + Buy: 1650 + Sell: 205 + Weight: 64 + Delay: 250 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 50; + "> +}, +{ + Id: 605 + AegisName: "LargeMana" + Name: "Large Mana Potion" + Type: "IT_HEALING" + Buy: 3240 + Sell: 340 + Weight: 128 + Delay: 250 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + itemheal 0, 100; + "> +}, +{ + Id: 606 + AegisName: "ConcPotion" + Name: "Concentration Potion" + Type: "IT_USABLE" + Buy: 2500 + Sell: 650 + Weight: 25 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 20; + sc_start SC_INCHITRATE, 30000, 20; + "> +}, +{ + Id: 607 + AegisName: "IronPotion" + Name: "Iron Potion" + Type: "IT_USABLE" + Buy: 2500 + Sell: 650 + Weight: 40 + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_INCATKRATE, 30000, 20; + sc_start SC_INCDEFRATE, 30000, 20; // Probably doesn't works + "> +}, +{ + Id: 608 + AegisName: "FertilityPotion" + Name: "Fertility Potion" + Type: "IT_HEALING" + Buy: 25000 + Sell: 2750 + Weight: 25 + Delay: 1000 + KeepAfterUse: true + Script: <" + sc_start SC_CURSE, 30000, 100; + sc_start SC_POISON, 30000, 100; + dispbottom l("Yuck! I won't drink this!"); + "> +}, +{ + Id: 609 + AegisName: "Honey" + Name: "Honey" + Type: "IT_HEALING" + Buy: 5000 + Sell: 325 + Weight: 250 + Delay: 100 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 350; + @max = 500; + @delay = 10; + @type = 2; + doevent "rand_sc_heal::OnUse"; + bonus bMaxSP,20; // FIXME + "> +}, +{ + Id: 610 + AegisName: "DeathPotion" + Name: "Death Potion" + Type: "IT_USABLE" + Buy: 5000 + Sell: 325 + Weight: 250 + UseEffect: "EFFECT_HEAL" + Script: <" + percentheal -100, -100; + "> +}, +{ + Id: 611 + AegisName: "GrassSeeds" + Name: "Grass Seeds" + Type: "IT_USABLE" + Buy: 200 + Sell: 35 + Weight: 3 + Delay: 500 + Script: <" + if (!getmapxy(.@map$, .@x, .@y, 0)) { + monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); + } + "> +}, +{ + Id: 612 + AegisName: "FlowerSeeds" + Name: "Flower Seeds" + Type: "IT_USABLE" + Buy: 500 + Sell: 150 + Weight: 4 + Delay: 500 + Script: <" + if (!getmapxy(.@map$, .@x, .@y, 0)) { + .@mob=callfunc("any", YellowRose, BlueRose, RedRose); + monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); + } + "> +}, +{ + Id: 613 + AegisName: "PurificationPotion" + Name: "Purification Potion" + Type: "IT_USABLE" + Buy: 25000 + Sell: 2750 + Weight: 25 + Delay: 1000 + KeepAfterUse: true + Script: <" + sc_start SC_CURSE, 30000, 100; + sc_start SC_POISON, 30000, 100; + dispbottom l("Yuck! I won't drink this!"); + "> +}, +{ + Id: 614 + AegisName: "SailorStew" + Name: "Sailor's Stew" + Type: "IT_USABLE" + Buy: 50000 + Sell: 10 + Weight: 650 + Delay: 1000 + Script: <" + sc_start SC_ATTHASTE_POTION1, 80000, 300; // These are totally placeholders. We want STR + 10 and VIT + 5 and max. HP + 2000 for three minutes. + sc_start SC_INCHITRATE, 80000, 300; + "> }, { - Id: 511 - AegisName: "PurpleBlobime" - Name: "Purple Blobime" - Type: "IT_HEALING" - Buy: 20 - Sell: 4 - Weight: 10 - UseEffect: "EFFECT_HEAL" + Id: 615 + AegisName: "TreasureMap" + Name: "Treasure Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 300 + Weight: 14 + KeepAfterUse: true + Refine: false Script: <" - sc_start2 SC_POISON, 1, 30, 6666; - @min = 30; - @max = 70; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; + // ShovelQuests_Assigned → Coordinates for Treasure Map + if (!ShovelQuests_AssignedX) { + callfunc "shovel_genrandtreasure"; + } + dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); "> }, { - Id: 512 - AegisName: "HalfCroconut" - Name: "Half Croconut" - Type: "IT_HEALING" - Buy: 75 - Sell: 25 - Weight: 38 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 65; - @max = 90; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 616 + AegisName: "ChocolateBar" + Name: "Chocolate Bar" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 100 }, { - Id: 513 - AegisName: "Croconut" - Name: "Croconut" - Type: "IT_HEALING" - Buy: 100 - Sell: 35 - Weight: 80 - Script: <" - doevent "Croconut::OnUse"; - "> + Id: 617 + AegisName: "MoubooMilk" + Name: "Mouboo Milk" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 200 }, { - Id: 514 - AegisName: "OldBook" - Name: "Old Book" - Type: "IT_USABLE" - Buy: 30 - Sell: 10 - Weight: 25 - KeepAfterUse: true - Script: <" - doevent "#001-2-6-Book4::OnUse"; - "> + Id: 618 + AegisName: "MoubooSteak" + Name: "Mouboo Steak" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 250 }, { - Id: 515 - AegisName: "Plushroom" - Name: "Plushroom" - Type: "IT_HEALING" - Buy: 42 - Sell: 14 - Weight: 8 - Delay: 1000 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start SC_ATTHASTE_POTION1, 15000, 5; - @min = 20; - @max = 30; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 619 + AegisName: "RoastedAcorn" + Name: "Roasted Acorn" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 50 }, { - Id: 516 - AegisName: "PumpkinSeeds" - Name: "Pumpkin Seeds" - Type: "IT_HEALING" - Buy: 5 - Sell: 2 - Weight: 1 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start2 SC_POISON, 1, 10, 2500; - heal 1, 0; - "> + Id: 620 + AegisName: "RedApple" + Name: "Red Apple" + Type: "IT_HEALING" + Buy: 750 + Sell: 65 + Weight: 100 }, { - Id: 517 - AegisName: "DeliciousCookie" - Name: "Delicious Cookie" - Type: "IT_ARMOR" - Buy: 30 - Sell: 10 - Weight: 2 - Loc: "EQP_HEAD_MID" - EquipLv: 1 + Id: 621 + AegisName: "FriendGift" + Name: "Friend Gift" + Buy: 0 + Sell: 0 + Weight: 0 + KeepAfterUse: false + Refine: false Trade: { + notrade: true nodrop: true noselltonpc: true nogstorage: true nomail: true + noauction: true } - OnEquipScript: <" - if (gettimetick(2) < COOKIE_COOLDOWN) { - unequip(EQI_HEAD_MID); - //dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN)); - end; - } - COOKIE_COOLDOWN=gettimetick(2)+600; - addtimer 60000, "#DeliciousCookie::OnUnequip"; - "> -}, -{ - Id: 518 - AegisName: "UrchinMeat" - Name: "Urchin Meat" - Type: "IT_HEALING" - Buy: 50 - Sell: 18 - Weight: 1 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 28; - @max = 35; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 519 - AegisName: "EasterEgg" - Name: "Easter Egg" - Type: "IT_HEALING" - Buy: 5 - Sell: 2 - Weight: 10 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 60; - @max = 75; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 520 - AegisName: "PiberriesInfusion" - Name: "Piberries Infusion" - Type: "IT_HEALING" - Buy: 140 - Sell: 20 - Weight: 15 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 110; - @max = 130; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 521 - AegisName: "FatesPotion" - Name: "Fates Potion" - Type: "IT_HEALING" - Buy: 250 - Sell: 80 - Weight: 17 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 240; - @max = 260; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 522 - AegisName: "ClothoLiquor" - Name: "Clotho Liquor" - Type: "IT_HEALING" - Buy: 600 - Sell: 150 - Weight: 16 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 575; - @max = 625; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 523 - AegisName: "LachesisBrew" - Name: "Lachesis Brew" - Type: "IT_HEALING" - Buy: 1000 - Sell: 150 - Weight: 14 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 1100; - @max = 1300; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 524 - AegisName: "AtroposMixture" - Name: "Atropos Mixture" - Type: "IT_HEALING" - Buy: 2450 - Sell: 300 - Weight: 15 - Delay: 500 - UseEffect: "EFFECT_HEAL" Script: <" - @min = 2300; - @max = 2550; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 525 - AegisName: "ElixirOfLife" - Name: "Elixir Of Life" - Type: "IT_HEALING" - Buy: 5000 - Sell: 500 - Weight: 20 - Delay: 1000 - UseEffect: "EFFECT_HEAL" - Script: <" - percentheal 100, 100; - "> -}, -{ - Id: 526 - AegisName: "IronShovel" - Name: "Iron Shovel" - Type: "IT_USABLE" - Buy: 3000 - Sell: 100 - Weight: 210 - KeepAfterUse: true - Script: <" - doevent "Shovel::OnUse"; + callfunc("OpenFriendGift"); "> }, + + +// Generic { - Id: 527 - AegisName: "PumpkinJuice" - Name: "Pumpkin Juice" - Type: "IT_HEALING" - Buy: 200 - Sell: 5 - Weight: 5 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 30; - @max = 50; - @delay = 4; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 700 + AegisName: "SmallTentacles" + Name: "Small Tentacles" + Type: "IT_ETC" + Buy: 50 + Sell: 16 + Weight: 5 +}, +{ + Id: 701 + AegisName: "PiouFeathers" + Name: "Piou Feathers" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 1 +}, +{ + Id: 702 + AegisName: "TortugaShellFragment" + Name: "Tortuga Shell Fragment" + Type: "IT_ETC" + Buy: 25 + Sell: 8 + Weight: 25 +}, +{ + Id: 703 + AegisName: "HalfEggshell" + Name: "Half Eggshell" + Type: "IT_ETC" + Buy: 40 + Sell: 13 + Weight: 2 +}, +{ + Id: 704 + AegisName: "RattoTail" + Name: "Ratto Tail" + Type: "IT_ETC" + Buy: 30 + Sell: 10 + Weight: 1 +}, +{ + Id: 705 + AegisName: "RattoTeeth" + Name: "Ratto Teeth" + Type: "IT_ETC" + Buy: 30 + Sell: 10 + Weight: 1 +}, +{ + Id: 706 + AegisName: "CrocClaw" + Name: "Croc Claw" + Type: "IT_ETC" + Buy: 60 + Sell: 20 + Weight: 45 +}, +{ + Id: 707 + AegisName: "SquichyClaws" + Name: "Squichy Claws" + Type: "IT_ETC" + Buy: 250 + Sell: 40 + Weight: 1 +}, +{ + Id: 708 + AegisName: "TortugaShell" + Name: "Tortuga Shell" + Type: "IT_ETC" + Buy: 90 + Sell: 30 + Weight: 95 +}, +{ + Id: 709 + AegisName: "TortugaTongue" + Name: "Tortuga Tongue" + Type: "IT_ETC" + Buy: 18 + Sell: 6 + Weight: 2 +}, +{ + Id: 710 + AegisName: "Pearl" + Name: "Pearl" + Type: "IT_ETC" + Buy: 1000 + Sell: 200 + Weight: 1 +}, +{ + Id: 711 + AegisName: "Coral" + Name: "Coral" + Type: "IT_ETC" + Buy: 100 + Sell: 35 + Weight: 10 +}, +{ + Id: 712 + AegisName: "BlueCoral" + Name: "Blue Coral" + Type: "IT_ETC" + Buy: 80 + Sell: 27 + Weight: 10 +}, +{ + Id: 713 + AegisName: "FishBox" + Name: "Fish Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1250 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 714 + AegisName: "GuildCertification" + Name: "Guild Certification" + Type: "IT_ETC" + Buy: 100000 + Sell: 100 +}, +{ + Id: 715 + AegisName: "CroconutBox" + Name: "Croconut Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1400 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 716 + AegisName: "PlushroomBox" + Name: "Plushroom Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 720 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 717 + AegisName: "PoisonedDish" + Name: "Poisoned Dish" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 20 + Delay: 0 + Trade: { + nodrop: true + noselltonpc: true + } + Sprite: 0 +}, +{ + Id: 718 + AegisName: "JohanneKey" + Name: "Johanne Key" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Delay: 0 + Trade: { + nodrop: true + noselltonpc: true + } + Sprite: 0 +}, +{ + Id: 719 + AegisName: "LeftCraftyWing" + Name: "Left Crafty Wing" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 35 +}, +{ + Id: 720 + AegisName: "BatTeeth" + Name: "Bat Teeth" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 3 +}, +{ + Id: 721 + AegisName: "RightCraftyWing" + Name: "Right Crafty Wing" + Type: "IT_ETC" + Buy: 10 + Sell: 3 + Weight: 35 +}, +{ + Id: 722 + AegisName: "Pumpkin" + Name: "Pumpkin" + Type: "IT_ETC" + Buy: 15 + Sell: 5 + Weight: 530 +}, +{ + Id: 723 + AegisName: "MushroomSpores" + Name: "Mushroom Spores" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 1 +}, +{ + Id: 724 + AegisName: "Moss" + Name: "Moss" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 2 +}, +{ + Id: 725 + AegisName: "Tentacles" + Name: "Tentacles" + Type: "IT_ETC" + Buy: 100 + Sell: 30 + Weight: 8 +}, +{ + Id: 726 + AegisName: "CommonCarp" + Name: "Common Carp" + Type: "IT_ETC" + Buy: 600 + Sell: 60 + Weight: 200 +}, +{ + Id: 727 + AegisName: "GrassCarp" + Name: "Grass Carp" + Type: "IT_ETC" + Buy: 900 + Sell: 80 + Weight: 200 +}, +{ + Id: 728 + AegisName: "FishingRod" + Name: "Fishing Rod" + Type: "IT_ETC" + Buy: 5000 + Sell: 150 + Weight: 20 +}, +{ + Id: 729 + AegisName: "FluffyFur" + Name: "Fluffy Fur" + Type: "IT_ETC" + Buy: 200 + Sell: 8 + Weight: 2 +}, +{ + Id: 730 + AegisName: "AquadaBox" + Name: "Aquada Box" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 850 + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 731 + AegisName: "EmptyBottle" + Name: "Empty Bottle" + Type: "IT_ETC" + Buy: 500 + Sell: 100 + Weight: 100 +}, +{ + Id: 732 + AegisName: "RawLog" + Name: "Raw Log" + Type: "IT_ETC" + Buy: 200 + Sell: 5 + Weight: 200 +}, +{ + Id: 733 + AegisName: "PinkAntennae" + Name: "Pink Antennae" + Type: "IT_ETC" + Buy: 500 + Sell: 15 + Weight: 25 +}, +{ + Id: 734 + AegisName: "EmptyMug" + Name: "Empty Mug" + Type: "IT_ETC" + Buy: 1500 + Sell: 50 + Weight: 100 +}, +{ + Id: 735 + AegisName: "PinkPetal" + Name: "Pink Petal" + Type: "IT_ETC" + Buy: 75 + Sell: 8 + Weight: 5 +}, +{ + Id: 736 + AegisName: "PileOfAsh" + Name: "Pile Of Ash" + Type: "IT_ETC" + Buy: 500 + Sell: 20 + Weight: 5 +}, +{ + Id: 737 + AegisName: "AlizarinHerb" + Name: "Alizarin Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id: 738 + AegisName: "CobaltHerb" + Name: "Cobalt Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id: 739 + AegisName: "GambogeHerb" + Name: "Gamboge Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id: 740 + AegisName: "MauveHerb" + Name: "Mauve Herb" + Type: "IT_ETC" + Buy: 20 + Sell: 1 + Weight: 1 +}, +{ + Id: 741 + AegisName: "GoldNuggets" + Name: "Gold Nuggets" + Type: "IT_ETC" + Buy: 10000 + Sell: 1500 + Weight: 100 +}, +{ + Id: 742 + AegisName: "Coal" + Name: "Coal" + Type: "IT_ETC" + Buy: 1800 + Sell: 100 + Weight: 50 +}, +{ + Id: 743 + AegisName: "IronOre" + Name: "Iron Ore" + Type: "IT_ETC" + Buy: 6500 + Sell: 350 + Weight: 150 +}, +{ + Id: 744 + AegisName: "MaggotSlime" + Name: "Maggot Slime" + Type: "IT_ETC" + Buy: 100 + Sell: 3 + Weight: 1 +}, +{ + Id: 745 + AegisName: "BugLeg" + Name: "Bug Leg" + Type: "IT_ETC" + Buy: 100 + Sell: 4 + Weight: 1 +}, +{ + Id: 746 + AegisName: "HardSpike" + Name: "Hard Spike" + Type: "IT_ETC" + Buy: 750 + Sell: 60 + Weight: 1 +}, +{ + Id: 747 + AegisName: "SilkCocoon" + Name: "Silk Cocoon" + Type: "IT_ETC" + Buy: 500 + Sell: 25 + Weight: 1 +}, +{ + Id: 748 + AegisName: "ARedRose" + Name: "Red Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id: 749 + AegisName: "AWhiteRose" + Name: "White Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id: 750 + AegisName: "AYellowRose" + Name: "Yellow Rose" + Type: "IT_ETC" + Buy: 1000 + Sell: 75 + Weight: 10 +}, +{ + Id: 751 + AegisName: "ABlueRose" + Name: "Blue Rose" + Type: "IT_ETC" + Buy: 2000 + Sell: 150 + Weight: 10 +}, +{ + Id: 752 + AegisName: "ARedTulip" + Name: "Red Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id: 753 + AegisName: "AWhiteTulip" + Name: "White Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id: 754 + AegisName: "AYellowTulip" + Name: "Yellow Tulip" + Type: "IT_ETC" + Buy: 800 + Sell: 65 + Weight: 10 +}, +{ + Id: 755 + AegisName: "ABlueTulip" + Name: "Blue Tulip" + Type: "IT_ETC" + Buy: 1600 + Sell: 130 + Weight: 10 +}, +{ + Id: 756 + AegisName: "CoinBag" + Name: "Coin Bag" + Type: "IT_ETC" + Buy: 10000 + Sell: 500 + Weight: 250 +}, +{ + Id: 757 + AegisName: "MagicFeather" + Name: "Magic Feather" + Type: "IT_ETC" + Buy: 100000 + Sell: 12500 + Weight: 25 +}, +{ + Id: 758 + AegisName: "SmallMushroom" + Name: "Small Mushroom" + Type: "IT_ETC" + Buy: 500 + Sell: 80 + Weight: 75 +}, +{ + Id: 759 + AegisName: "BlackScorpionStinger" + Name: "Black Scorpion Stinger" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 200 +}, +{ + Id: 760 + AegisName: "GoldenScorpionStinger" + Name: "Golden Scorpion Stinger" + Type: "IT_ETC" + Buy: 25000 + Sell: 8500 + Weight: 500 +}, +{ + Id: 761 + AegisName: "Gearwheel" + Name: "Gearwheel" + Type: "IT_ETC" + Buy: 2500 + Sell: 650 + Weight: 500 +}, +{ + Id: 762 + AegisName: "Lockpicks" + Name: "Lockpicks" + Type: "IT_ETC" + Buy: 5000 + Sell: 400 + Weight: 50 +}, +{ + Id: 763 + AegisName: "Bone" + Name: "Bone" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 +}, +{ + Id: 764 + AegisName: "DruidTreeBranch" + Name: "Druid Tree Branch" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 200 +}, +{ + Id: 765 + AegisName: "LeftScorpionClaw" + Name: "Left Scorpion Claw" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 150 +}, +{ + Id: 766 + AegisName: "RightScorpionClaw" + Name: "Right Scorpion Claw" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 150 +}, +{ + Id: 767 + AegisName: "CopperOre" + Name: "Copper Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 768 + AegisName: "SilverOre" + Name: "Silver Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 769 + AegisName: "GoldOre" + Name: "Gold Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 770 + AegisName: "PlatinumOre" + Name: "Platinum Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 771 + AegisName: "DiamondPowder" + Name: "Diamond Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 772 + AegisName: "RubyPowder" + Name: "Ruby Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 773 + AegisName: "EmeraldPowder" + Name: "Emerald Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 774 + AegisName: "SapphirePowder" + Name: "Sapphire Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 775 + AegisName: "TopazPowder" + Name: "Topaz Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 776 + AegisName: "AmethystPowder" + Name: "Amethyst Powder" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 50 +}, +{ + Id: 777 + AegisName: "ScorpionStinger" + Name: "Scorpion Stinger" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 20 +}, +{ + Id: 778 + AegisName: "Skull" + Name: "Skull" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 350 +}, +{ + Id: 779 + AegisName: "SnakeSkin" + Name: "Snake Skin" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 +}, +{ + Id: 780 + AegisName: "SnakeTongue" + Name: "Snake Tongue" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 35 +}, +{ + Id: 781 + AegisName: "TerraniteOre" + Name: "Terranite Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 782 + AegisName: "IronIngot" + Name: "Iron Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 783 + AegisName: "CopperIngot" + Name: "Copper Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 784 + AegisName: "SilverIngot" + Name: "Silver Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 785 + AegisName: "GoldIngot" + Name: "Gold Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 786 + AegisName: "PlatinumIngot" + Name: "Platinum Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 787 + AegisName: "TerraniteIngot" + Name: "Terranite Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 788 + AegisName: "RotoniumOre" + Name: "Rotonium Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 789 + AegisName: "ZealiteOre" + Name: "Zealite Ore" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 500 +}, +{ + Id: 790 + AegisName: "RotoniumIngot" + Name: "Rotonium Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 791 + AegisName: "ZealiteIngot" + Name: "Zealite Ingot" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 1000 +}, +{ + Id: 800 + AegisName: "DiamondShard" + Name: "Diamond Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 801 + AegisName: "RubyShard" + Name: "Ruby Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 802 + AegisName: "EmeraldShard" + Name: "Emerald Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 803 + AegisName: "SapphireShard" + Name: "Sapphire Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 804 + AegisName: "TopazShard" + Name: "Topaz Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 805 + AegisName: "AmethystShard" + Name: "Amethyst Shard" + Type: "IT_ETC" + Buy: 5000 + Sell: 700 + Weight: 10 + Slots: 0 +}, +{ + Id: 806 + AegisName: "EmptyBowl" + Name: "Empty Bowl" + Type: "IT_ETC" + Buy: 50000 + Sell: 5000 + Weight: 150 + Slots: 0 +}, +{ + Id: 807 + AegisName: "ClothesPack" + Name: "Clothes Pack" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } }, { - Id: 528 - AegisName: "Manana" - Name: "Manana" - Type: "IT_HEALING" - Buy: 100 - Sell: 35 - Weight: 10 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 70; - @max = 80; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 808 + AegisName: "TreasureKey" + Name: "Treasure Key" + Type: "IT_ETC" + Buy: 500 + Sell: 110 + Weight: 2 + Refine: false }, +// Necklaces { - Id: 529 - AegisName: "Curshroom" - Name: "Curshroom" - Type: "IT_HEALING" - Buy: 150 - Sell: 25 - Weight: 10 - Delay: 1000 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start SC_ATTHASTE_POTION1, 30000, 5; - sc_end SC_POISON; - @min = 40; - @max = 50; - @delay = 5; - @type = 3; - doevent "rand_sc_heal::OnUse"; - "> + Id: 1000 + AegisName: "CopperNecklace" + Name: "Copper Necklace" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 400 + Weight: 50 + Atk: 5 + Matk: 25 + Slots: 1 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1000 + BindOnEquip: false + AllowCards: { + id5028: 1 + id5029: 1 + id5030: 1 + id5031: 1 + id5032: 1 + id5033: 1 + } }, +// Armor { - Id: 530 - AegisName: "Carrot" - Name: "Carrot" - Type: "IT_HEALING" - Buy: 30 - Sell: 8 - Weight: 3 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 20; - @max = 30; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 1300 + AegisName: "CreasedShirt" + Name: "Creased Shirt" + Type: "IT_ARMOR" + Buy: 70 + Sell: 18 + Weight: 17 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1300 + BindOnEquip: false +}, +{ + Id: 1301 + AegisName: "VneckJumper" + Name: "V-neck Jumper" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 200 + Weight: 30 + Def: 6 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1301 + BindOnEquip: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + } +}, +{ + Id: 1302 + AegisName: "ArtisTankTop" + Name: "Artis Tank Top" + Type: "IT_ARMOR" + Buy: 1200 + Sell: 120 + Weight: 11 + Def: 2 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 1302 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 1303 + AegisName: "SailorShirt" + Name: "SailorShirt" + Type: "IT_ARMOR" + Buy: 1900 + Sell: 250 + Weight: 22 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1303 + BindOnEquip: false +}, +{ + Id: 1304 + AegisName: "LegionTrainingShirt" + Name: "Legion's Training Shirt" + Type: "IT_ARMOR" + Buy: 4500 + Sell: 300 + Weight: 120 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1304 + BindOnEquip: false +}, +{ + Id: 1305 + AegisName: "LegionCopperArmor" + Name: "Legion's Copper Armor" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 800 + Weight: 340 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1305 + BindOnEquip: false +}, +{ + Id: 1306 + AegisName: "ForestArmor" + Name: "Forest Armor" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 7300 + Weight: 170 + Def: 11 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 1306 + BindOnEquip: false + Script: <" + bonus bDex, 5; + "> +}, +{ + Id: 1307 + AegisName: "SilkRobe" + Name: "Silk Robe" + Type: "IT_ARMOR" + Buy: 35000 + Sell: 2900 + Weight: 70 + Def: 6 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 1307 + BindOnEquip: false + Script: <" + bonus bInt, 3; + bonus bAgi, 1; + bonus bMatk, 30; + "> + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } +}, +{ + Id: 1308 + AegisName: "FineDress" + Name: "Fine Dress" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 2600 + Weight: 240 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1308 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 1309 + AegisName: "WarlordPlate" + Name: "Warlord Plate" + Type: "IT_ARMOR" + Buy: 75000 + Sell: 8500 + Weight: 1500 + Def: 28 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 35 + Refine: false + ViewSprite: 1309 + BindOnEquip: false + BuyingStore: true + Script: <" + bonus bStr, 2; + bonus bVit, 1; + "> +}, +{ + Id: 1310 + AegisName: "LegionIronArmor" + Name: "Legion's Iron Armor" + Type: "IT_ARMOR" + Buy: 55000 + Sell: 13000 + Weight: 680 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 25 + Refine: false + ViewSprite: 1310 + BindOnEquip: false +}, +{ + Id: 1311 + AegisName: "GoldenWarlordPlate" + Name: "Golden Warlord Plate" + Type: "IT_ARMOR" + Buy: 150000 + Sell: 45000 + Weight: 3500 + Def: 65 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 50 + Refine: false + ViewSprite: 1311 + BindOnEquip: false + BuyingStore: true + Script: <" + bonus bStr, 4; + bonus bVit, 2; + "> + Trade: { + nodrop: true + noselltonpc: true + } }, + +// Placeholder Chests + { - Id: 531 - AegisName: "RedPlushWine" - Name: "Red Plush Wine" - Type: "IT_HEALING" - Buy: 100 - Sell: 20 - Weight: 10 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 40; - @max = 90; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 1312 + AegisName: "ApprenticeRobe" + Name: "Apprentice Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1312 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 1313 + AegisName: "AssassinChest" + Name: "Assassin Chest" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1313 + BindOnEquip: false +}, +{ + Id: 1314 + AegisName: "BlackArmor" + Name: "Black Armor" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1314 + BindOnEquip: false +}, +{ + Id: 1315 + AegisName: "Chainmail" + Name: "Chainmail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1315 + BindOnEquip: false +}, +{ + Id: 1316 + AegisName: "EvocatorRobe" + Name: "Evocator Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1316 + BindOnEquip: false +}, +{ + Id: 1317 + AegisName: "JustifierChest" + Name: "Justifier Chest" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 1 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1317 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 1318 + AegisName: "LightPlatemail" + Name: "Light Platemail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1318 + BindOnEquip: false +}, +{ + Id: 1319 + AegisName: "PeltJacket" + Name: "Pelt Jacket" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1319 + BindOnEquip: false +}, +{ + Id: 1320 + AegisName: "Snakeplate" + Name: "Snakeplate" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1320 + BindOnEquip: false +}, +{ + Id: 1321 + AegisName: "SorcererRobe" + Name: "Sorcerer Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1321 + BindOnEquip: false +}, +{ + Id: 1322 + AegisName: "TerraniteArmor" + Name: "Terranite Armor" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1322 + BindOnEquip: false +}, +{ + Id: 1323 + AegisName: "WizardRobe" + Name: "Wizard Robe" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 5000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1323 + BindOnEquip: false }, + +// Boots { - Id: 532 - AegisName: "PiouAndTheFluffy" - Name: "Piou and The Fluffy" - Type: "IT_USABLE" - Buy: 50 - Sell: 11 - Weight: 25 - KeepAfterUse: true - Script: <" - doevent "#001-2-6-Book1::OnUse"; - "> + Id: 1800 + AegisName: "LousyMoccasins" + Name: "Lousy Moccasins" + Type: "IT_ARMOR" + Buy: 600 + Sell: 180 + Weight: 18 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 1800 + BindOnEquip: false +}, +{ + Id: 1801 + AegisName: "CottonBoots" + Name: "Cotton Boots" + Type: "IT_ARMOR" + Buy: 2600 + Sell: 420 + Weight: 35 + Def: 2 + Slots: 1 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 12 + Refine: false + ViewSprite: 1801 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 1802 + AegisName: "FurBoots" + Name: "Fur Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 650 + Weight:75 + Def: 4 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1802 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1803 + AegisName: "BanditBoots" + Name: "Bandit Boots" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 900 + Weight: 60 + Def: 4 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 1803 + BindOnEquip: false + BuyingStore: true }, + +// Placeholder Boots { - Id: 533 - AegisName: "PoemAboutPoems" - Name: "Poem about Poems" - Type: "IT_USABLE" - Buy: 40 - Sell: 10 - Weight: 20 - KeepAfterUse: true - Script: <" - doevent "#001-2-6-Book2::OnUse"; - "> + Id: 1804 + AegisName: "AssassinBoots" + Name: "Assassin Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1804 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1805 + AegisName: "BromenalBoots" + Name: "Bromenal Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1805 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1806 + AegisName: "RidingBoots" + Name: "Riding Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1806 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1807 + AegisName: "Slippers" + Name: "Slippers" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1807 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1808 + AegisName: "WarlordBoots" + Name: "Warlord Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1808 + BindOnEquip: false + BuyingStore: true +}, +{ + Id: 1809 + AegisName: "ManaSlippers" + Name: "Mana Slippers" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 1 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1809 + BindOnEquip: false + BuyingStore: true + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } +}, +{ + Id: 1810 + AegisName: "SquirrelBoots" + Name: "Squirrel Boots" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 600 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 1810 + BindOnEquip: false + BuyingStore: true }, + +// Gloves { - Id: 534 - AegisName: "ChorusOfTheWoods" - Name: "Chorus of the Woods" - Type: "IT_USABLE" - Buy: 30 - Sell: 10 - Weight: 25 - KeepAfterUse: true - Script: <" - doevent "#001-2-6-Book3::OnUse"; - "> + Id: 2000 + AegisName: "Armbands" + Name: "Armbands" + Type: "IT_ARMOR" + Buy: 400 + Sell: 120 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 3 + Refine: false + ViewSprite: 2000 + BindOnEquip: false +}, +{ + Id: 2001 + AegisName: "CopperArmbands" + Name: "Copper Armbands" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 800 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 7 + Refine: false + ViewSprite: 2001 + BindOnEquip: false +}, +{ + Id: 2002 + AegisName: "IronArmbands" + Name: "Iron Armbands" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 940 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 11 + Refine: false + ViewSprite: 2002 + BindOnEquip: false +}, +{ + Id: 2003 + AegisName: "CottonGloves" + Name: "Cotton Gloves" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 250 + Weight: 60 + Def: 1 + Slots: 1 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2003 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2004 + AegisName: "LeatherGloves" + Name: "Leather Gloves" + Type: "IT_ARMOR" + Buy: 3500 + Sell: 500 + Weight: 140 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 2004 + BindOnEquip: false +}, +{ + Id: 2005 + AegisName: "BanditGloves" + Name: "Bandit Gloves" + Type: "IT_ARMOR" + Buy: 8500 + Sell: 650 + Weight: 85 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 25 + Refine: false + ViewSprite: 2005 + BindOnEquip: false }, + +//Placeholder Gloves { - Id: 535 - AegisName: "CommunicationTheory" - Name: "Communication Theory" - Type: "IT_USABLE" - Buy: 70 - Sell: 10 - Weight: 20 - KeepAfterUse: true - Script: <" - doevent "#001-2-5-Book1::OnUse"; - "> + Id: 2006 + AegisName: "AssassinGloves" + Name: "Assassin Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2006 + BindOnEquip: false +}, +{ + Id: 2007 + AegisName: "BromenalGloves" + Name: "Bromenal Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2007 + BindOnEquip: false +}, +{ + Id: 2008 + AegisName: "ShortGloves" + Name: "Short Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2008 + BindOnEquip: false +}, +{ + Id: 2009 + AegisName: "SilkGloves" + Name: "Silk Gloves" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 400 + Weight: 10 + Def: 1 + Slots: 1 + Loc: "EQP_GARMENT" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2009 + BindOnEquip: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } }, + + +// Pants { - Id: 537 - AegisName: "BookOfLaws" - Name: "The Book of Laws" - Type: "IT_USABLE" - Buy: 0 - Sell: 0 - Weight: 10 - KeepAfterUse: true - Refine: false - Script: <" - doevent "@rules::OnUseBook"; - "> + Id: 2200 + AegisName: "CreasedShorts" + Name: "Creased Shorts" + Type: "IT_ARMOR" + Buy: 60 + Sell: 15 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + BindOnEquip: false +}, +{ + Id: 2201 + AegisName: "BrownTrousers" + Name: "Brown Trousers" + Type: "IT_ARMOR" + Buy: 1200 + Sell: 250 + Weight: 35 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2201 + BindOnEquip: false +}, +{ + Id: 2202 + AegisName: "JeansChaps" + Name: "Jeans Chaps" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 500 + Weight: 360 + Atk: 0 + Matk: -100 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 12 + Refine: false + ViewSprite: 2202 + BindOnEquip: false +}, +{ + Id: 2203 + AegisName: "SilkPants" + Name: "Silk Pants" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 20 + Def: 3 + Slots: 1 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 2203 + BindOnEquip: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } +}, +{ + Id: 2204 + AegisName: "CottonSkirt" + Name: "Cotton Skirt" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 600 + Weight: 15 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2204 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2205 + AegisName: "LeatherTrousers" + Name: "Leather Trousers" + Type: "IT_ARMOR" + Buy: 9500 + Sell: 2100 + Weight: 280 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2205 + BindOnEquip: false +}, +{ + Id: 2206 + AegisName: "BanditTrousers" + Name: "Bandit Trousers" + Type: "IT_ARMOR" + Buy: 9500 + Sell: 1100 + Weight: 110 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 25 + Refine: false + ViewSprite: 2206 + BindOnEquip: false }, + +//PLaceholder Pants { - Id: 538 - AegisName: "FishingGuideVolI" - Name: "Fishing Guide Vol. I" - Type: "IT_USABLE" - Buy: 60 - Sell: 10 - Weight: 30 - KeepAfterUse: true - Refine: false - Script: <" - doevent "#001-2-4-Book2::OnUse"; - "> + Id: 2207 + AegisName: "AssassinPants" + Name: "Assassin Pants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2207 + BindOnEquip: false +}, +{ + Id: 2208 + AegisName: "ChainmailSkirt" + Name: "Chainmail Skirt" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2208 + BindOnEquip: false +}, +{ + Id: 2209 + AegisName: "PirateShorts" + Name: "Pirate Shorts" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2209 + BindOnEquip: false +}, +{ + Id: 2210 + AegisName: "TerranitePants" + Name: "Terranite Pants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 100 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2210 + BindOnEquip: false }, + +// Shields { - Id: 539 - AegisName: "RecipeBook" - Name: "Recipe Book" - Type: "IT_USABLE" - Buy: 80 - Sell: 10 - Weight: 20 - KeepAfterUse: true - Script: <" - doevent "#RecipeBook::OnUse"; - "> + Id: 2700 + AegisName: "Barrel" + Name: "Barrel" + Type: "IT_ARMOR" + Buy: 150 + Sell: 50 + Weight: 400 + Def: 2 + Slots: 0 + Loc: "EQP_HAND_L" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2700 + BindOnEquip: false + OnEquipScript: <" + bonus bAspd, -30; + bonus bCriticalDef, 15; + bonus bAtkRange, -5; + "> +}, +{ + Id: 2701 + AegisName: "LeatherShield" + Name: "Leather Shield" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 250 + Weight: 100 + Def: 2 + Loc: "EQP_HAND_L" + EquipLv: 5 + Refine: false + ViewSprite: 2701 + BindOnEquip: false + OnEquipScript: <" + bonus bAtkRange, -1; + "> +}, +{ + Id: 2702 + AegisName: "WoodenShield" + Name: "Wooden Shield" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 750 + Weight: 2450 + Def: 6 + Loc: "EQP_HAND_L" + EquipLv: 12 + Refine: false + ViewSprite: 0 + BindOnEquip: false + OnEquipScript: <" + bonus bAtkRange, -1; + "> +}, +{ + Id: 2703 + AegisName: "SteelShield" + Name: "Steel Shield" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2630 + Weight: 5500 + Def: 12 + Matk: -200 + Loc: "EQP_HAND_L" + EquipLv: 20 + Refine: false + ViewSprite: 2701 + BindOnEquip: false + OnEquipScript: <" + bonus bAtkRange, -1; + "> }, +// Headgear { - Id: 540 - AegisName: "MasterBook" - Name: "Master Book" - Type: "IT_USABLE" - Buy: 8000 - Sell: 0 - Weight: 20 - KeepAfterUse: true + Id: 2900 + AegisName: "Bandana" + Name: "Bandana" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 4 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2900 + BindOnEquip: false +}, +{ + Id: 2901 + AegisName: "PumpkinHat" + Name: "Pumpkin Hat" + Type: "IT_ARMOR" + Buy: 320 + Sell: 100 + Weight: 50 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 2901 + BindOnEquip: false +}, +{ + Id: 2902 + AegisName: "FancyHat" + Name: "Fancy Hat" + Type: "IT_ARMOR" + Buy: 320 + Sell: 100 + Weight: 11 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 4 + Refine: false + ViewSprite: 2902 + BindOnEquip: false +}, +{ + Id: 2903 + AegisName: "BrimmedHat" + Name: "Brimmed Hat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 240 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 2903 + BindOnEquip: false +}, +{ + Id: 2904 + AegisName: "BrimmedFeatherHat" + Name: "Brimmed Feather Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 23 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 8 + Refine: false + ViewSprite: 2904 + BindOnEquip: false +}, +{ + Id: 2905 + AegisName: "BrimmedFlowerHat" + Name: "Brimmed Flower Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 22 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + BindOnEquip: false +}, +{ + Id: 2906 + AegisName: "InfantryHelmet" + Name: "Infantry Helmet" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 300 + Weight: 400 + Atk: 0 + Matk: -50 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 12 + Refine: false + ViewSprite: 2906 + BindOnEquip: false +}, +{ + Id: 2907 + AegisName: "CandleHelmet" + Name: "Candle Helmet" + Type: "IT_ARMOR" + Buy: 4500 + Sell: 650 + Weight: 500 + Atk: 0 + Matk: -25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 16 + Refine: false + ViewSprite: 2907 + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id: 2908 + AegisName: "WarlordHelmet" + Name: "Warlord Helmet" + Type: "IT_ARMOR" + Buy: 13500 + Sell: 3200 + Weight: 1000 + Atk: 0 + Matk: -300 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 24 + Refine: false + ViewSprite: 2908 + BindOnEquip: false +}, +{ + Id: 2909 + AegisName: "AxeHat" + Name: "Axe Hat" + Type: "IT_ARMOR" + Buy: 3500 + Sell: 750 + Weight: 50 + Atk: 0 + Matk: 25 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2909 + BindOnEquip: false +}, +{ + Id: 2910 + AegisName: "PinkieHat" + Name: "Pinkie Hat" + Type: "IT_ARMOR" + Buy: 12600 + Sell: 3500 + Weight: 5 + Atk: 0 + Matk: 7 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2910 + BindOnEquip: false +}, +{ + Id: 2911 + AegisName: "TopHat" + Name: "Top Hat" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 12500 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 17 + Refine: false + ViewSprite: 2911 + BindOnEquip: false +}, +{ + Id: 2912 + AegisName: "BowlerHat" + Name: "Bowler Hat" + Type: "IT_ARMOR" + Buy: 17355 + Sell: 4300 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2912 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2913 + AegisName: "FairyHat" + Name: "Fairy Hat" + Type: "IT_ARMOR" + Buy: 6300 + Sell: 1200 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2913 + BindOnEquip: false +}, +{ + Id: 2914 + AegisName: "NohMask" + Name: "Noh Mask" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 5200 + Weight: 150 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2914 + BindOnEquip: false +}, +{ + Id: 2915 + AegisName: "Rosehat" + Name: "Rosehat" + Type: "IT_ARMOR" + Buy: 12000 + Sell: 4100 + Weight: 50 + Atk: 0 + Matk: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2915 + BindOnEquip: false +}, +{ + Id: 2916 + AegisName: "BanditHood" + Name: "Bandit Hood" + Type: "IT_ARMOR" + Buy: 9560 + Sell: 780 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 20 + Refine: false + ViewSprite: 2916 + BindOnEquip: false +}, +{ + Id: 2917 + AegisName: "BrownBowlerHat" + Name: "Brown Bowler Hat" + Type: "IT_ARMOR" + Buy: 17355 + Sell: 4300 + Weight: 30 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2917 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2918 + AegisName: "CatEars" + Name: "Cat Ears" + Type: "IT_ARMOR" + Buy: 37500 + Sell: 12500 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 35 + Refine: false + ViewSprite: 2918 + BindOnEquip: false + Script: <" + bonus bAgi, 3; + "> + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2919 + AegisName: "SantaHat" + Name: "Santa Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 28 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2919 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2920 + AegisName: "MoonshroomHat" + Name: "Moonshroom Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 50 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2920 + BindOnEquip: false + Script: <" + bonus bInt, 3; + bonus bStr, -1; + "> + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2921 + AegisName: "SantaBeardHat" + Name: "Santa Beard Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 32 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2921 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2922 + AegisName: "FunkyHat" + Name: "Funky Hat" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 50 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2922 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2923 + AegisName: "CashierShade" + Name: "Cashier Shade" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 28 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 5 + Refine: false + ViewSprite: 2923 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } +}, +{ + Id: 2924 + AegisName: "BeanieCopter" + Name: "Beanie Copter" + Type: "IT_ARMOR" + Buy: 950 + Sell: 220 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 3 + Refine: false + ViewSprite: 2924 + BindOnEquip: false Trade: { - notrade: true nodrop: true noselltonpc: true - nogstorage: true - nomail: true - noauction: true } - Script: <" - doevent "#MasterBook::OnUse"; - "> -}, -{ - Id: 560 - AegisName: "CarpSandwich" - Name: "Carp Sandwich" - Type: "IT_HEALING" - Buy: 580 - Sell: 75 - Weight: 25 - Delay: 1200 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 400; - @max = 600; - @delay = 8; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 561 - AegisName: "PioulegSandwich" - Name: "Piouleg Sandwich" - Type: "IT_HEALING" - Buy: 640 - Sell: 85 - Weight: 25 - Delay: 850 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 200; - @max = 350; - @delay = 4; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 562 - AegisName: "MananaSandwich" - Name: "Manana Sandwich" - Type: "IT_HEALING" - Buy: 870 - Sell: 90 - Weight: 25 - Delay: 700 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 250; - @max = 450; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> -}, -{ - Id: 563 - AegisName: "Beer" - Name: "Beer" - Type: "IT_HEALING" - Buy: 90 - Sell: 20 - Weight: 20 - Delay: 750 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 60; - @max = 110; - @delay = 8; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> }, + +// Placeholder Hats + { - Id: 564 - AegisName: "RoastedMaggot" - Name: "Roasted Maggot" - Type: "IT_HEALING" - Buy: 500 - Sell: 50 - Weight: 25 - Delay: 450 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 100; - @max = 120; - @delay = 10; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 2925 + AegisName: "BullHelmet" + Name: "Bull Helmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2925 + BindOnEquip: false +}, +{ + Id: 2926 + AegisName: "BunnyEars" + Name: "Bunny Ears" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2926 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2927 + AegisName: "DesertHat" + Name: "Desert Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2927 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2928 + AegisName: "MinerHat" + Name: "Miner Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2928 + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id: 2929 + AegisName: "SilkHeadband" + Name: "Silk Headband" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2929 + BindOnEquip: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } +}, +{ + Id: 2930 + AegisName: "Headband" + Name: "Headband" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2930 + BindOnEquip: false + AllowCards: { + id5003: 1 + id5004: 1 + id5005: 1 + id5006: 1 + id5007: 1 + id5008: 1 + id5009: 1 + id5010: 1 + id5011: 1 + id5012: 1 + id5013: 1 + id5014: 1 + id5015: 1 + id5016: 1 + id5017: 1 + id5018: 1 + id5019: 1 + id5020: 1 + id5021: 1 + } +}, +{ + Id: 2931 + AegisName: "TerraniteHelmet" + Name: "Terranite Helmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2931 + BindOnEquip: false +}, +{ + Id: 2932 + AegisName: "TrapperHat" + Name: "Trapper Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2932 + BindOnEquip: false +}, +{ + Id: 2933 + AegisName: "WizardHat" + Name: "Wizard Hat" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 100 + Atk: 0 + Matk: -10 + Def: 1 + Slots: 1 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 10 + Refine: false + ViewSprite: 2933 + BindOnEquip: false + AllowCards: { + id5000: 1 + id5001: 1 + id5002: 1 + id5034: 1 + id5035: 1 + id5036: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + id5041: 1 + id5042: 1 + id5043: 1 + } }, + +// Scarfs { - Id: 565 - AegisName: "BottleOfWater" - Name: "Bottle of Water" - Type: "IT_HEALING" - Buy: 60 - Sell: 5 - Weight: 25 - Delay: 450 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 200; - @max = 350; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 3200 + AegisName: "Shemagh" + Name: "Shemagh" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 90 + Weight: 22 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 3 + Refine: false + ViewSprite: 3200 + BindOnEquip: false +}, +{ + Id: 3201 + AegisName: "BanditShawl" + Name: "Bandit Shawl" + Type: "IT_ARMOR" + Buy: 6500 + Sell: 450 + Weight: 45 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 30 + Refine: false + ViewSprite: 3201 + BindOnEquip: false +}, +{ + Id: 3202 + AegisName: "Eyepatch" + Name: "Eyepatch" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 250 + Weight: 8 + Def: 1 + Loc: "EQP_ACC_R" + EquipLv: 16 + Refine: false + ViewSprite: 3202 + BindOnEquip: false + Trade: { + nodrop: true + noselltonpc: true + } }, +// Weapons { - Id: 566 - AegisName: "CherryCake" - Name: "Cherry Cake" - Type: "IT_HEALING" - Buy: 100 - Sell: 15 - Weight: 10 - Delay: 450 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 20; - @max = 35; - @delay = 1; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> + Id: 3500 + AegisName: "Knife" + Name: "Knife" + Type: "IT_WEAPON" + Buy: 90 + Sell: 25 + Weight: 6 + Atk: 10 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + Subtype: "W_DAGGER" + ViewSprite: 1 + BindOnEquip: false +}, +{ + Id: 3501 + AegisName: "PiouSlayer" + Name: "Piou Slayer" + Type: "IT_WEAPON" + Buy: 1100 + Sell: 300 + Weight: 26 + Atk: 25 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 3 + Refine: false + Subtype: "W_DAGGER" + BindOnEquip: false +}, +{ + Id: 3502 + AegisName: "TrainingGladius" + Name: "TrainingGladius" + Type: "IT_WEAPON" + Buy: 5000 + Sell: 400 + Weight: 58 + Atk: 40 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 5 + Refine: false + Subtype: "W_1HSWORD" + BindOnEquip: false +}, +{ + Id: 3503 + AegisName: "WoodenSword" + Name: "Wooden Sword" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 25 + Atk: 40 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 5 + Refine: false + Subtype: "W_1HSWORD" + BindOnEquip: false +}, +{ + Id: 3504 + AegisName: "ArtisBacksword" + Name: "Artis Backsword" + Type: "IT_WEAPON" + Buy: 25800 + Sell: 1200 + Weight: 86 + Atk: 120 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: false + Subtype: "W_1HSWORD" + BindOnEquip: false +}, +{ + Id: 3505 + AegisName: "TrainingWand" + Name: "Training Wand" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 1500 + Weight: 67 + Atk: 10 + Matk: 250 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: false + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + Script: <" + skill AL_HEAL, 1; + bonus bMagicAtkDef, 10; + "> +}, +{ + Id: 3506 + AegisName: "ManaTorch" + Name: "Mana Torch" + Type: "IT_WEAPON" + Buy: 12500 + Sell: 1000 + Weight: 150 + Atk: 10 + Matk: 150 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: false + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + Script: <" + skill MG_FIREBALL, 1; + bonus bMatkRate, 10; + "> +}, +{ + Id: 3507 + AegisName: "Scythe" + Name: "Scythe" + Type: "IT_WEAPON" + Buy: 104800 + Sell: 1750 + Weight: 1200 + Atk: 100 + Matk: 0 + Def: 2 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 12 + Refine: false + Subtype: "W_2HSPEAR" + BindOnEquip: false +}, +{ + Id: 3508 + AegisName: "Dagger" + Name: "Dagger" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 500 + Weight: 350 + Atk: 120 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: false + Subtype: "W_DAGGER" + ViewSprite: 1 + BindOnEquip: false +}, +{ + Id: 3509 + AegisName: "Setzer" + Name: "Setzer" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 5000 + Weight: 250 + Atk: 150 + Matk: 0 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 20 + Refine: false + Subtype: "W_DAGGER" + ViewSprite: 1 + BindOnEquip: false +}, +{ + Id: 3510 + AegisName: "Pickaxe" + Name: "Pickaxe" + Type: "IT_WEAPON" + Buy: 17500 + Sell: 3700 + Weight: 250 + Atk: 130 + Matk: 0 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 15 + Refine: false + Subtype: "W_KATAR" + BindOnEquip: false +}, +{ + Id: 3511 + AegisName: "Torch" + Name: "Torch" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 500 + Weight: 100 + Atk: 85 + Matk: 0 + Range: 0 + Slots: 0 + Loc: ["EQP_HAND_R","EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: false + Subtype: "W_STAFF" + BindOnEquip: false + OnEquipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> + OnUnequipScript: <" + doevent "#SpotlightMaster::OnTouch"; + "> +}, +{ + Id: 3512 + AegisName: "Axe" + Name: "Axe" + Type: "IT_WEAPON" + Buy: 12000 + Sell: 2000 + Weight: 500 + Atk: 80 + Matk: 0 + Def: 2 + Range: 0 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 10 + Refine: false + Subtype: "W_1HAXE" + BindOnEquip: false +}, +{ + Id: 3513 + AegisName: "Chopstick" + Name: "Chopstick" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 1500 + Weight: 800 + Atk: 80 + Matk: 0 + Def: 50 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 10 + Refine: false + Subtype: "W_2HSTAFF" + BindOnEquip: false +}, +{ + Id: 3514 + AegisName: "Halberd" + Name: "Halberd" + Type: "IT_WEAPON" + Buy: 25000 + Sell: 7500 + Weight: 1200 + Atk: 170 + Matk: 0 + Def: 8 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Refine: false + Subtype: "W_2HAXE" + BindOnEquip: false +}, +{ + Id: 3515 + AegisName: "SharpKnife" + Name: "Sharp Knife" + Type: "IT_WEAPON" + Buy: 180 + Sell: 50 + Weight: 15 + Atk: 120 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + Subtype: "W_DAGGER" + BindOnEquip: false +}, +{ + Id: 3516 + AegisName: "BoneKnife" + Name: "Bone Knife" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 4000 + Weight: 250 + Atk: 125 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 15 + Refine: false + Subtype: "W_DAGGER" + ViewSprite: 1 + BindOnEquip: false }, +// Pet Eggs { - Id: 567 - AegisName: "MaggotSlimePotion" - Name: "Maggot Slime Potion" - Type: "IT_HEALING" - Buy: 75 - Sell: 15 - Weight: 15 - Refine: false - Delay: 450 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 10; - @max = 130; - @delay = 2; - @type = 1; - if (rand(100) < 50) { - getmapxy(.@m$, .@x, .@y, 0); - .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1); - unitattack(.@mobGID, getcharid(3)); - } - doevent "rand_sc_heal::OnUse"; - "> + Id: 4000 + AegisName: "PiouEgg" + Name: "Piou egg" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1 + KeepAfterUse: true + Script: <" + bpet; + "> }, +// Cards & Dyes { - Id: 600 - AegisName: "SmallHealing" - Name: "Small Healing Potion" - Type: "IT_HEALING" - Buy: 500 - Sell: 45 - Weight: 32 - Delay: 100 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 300; - @max = 500; - @delay = 3; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> + Id: 5000 + AegisName: "PitchBlackSilkDye" + Name: "Pitch Black Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5001 + AegisName: "ChocolateSilkDye" + Name: "Chocolate Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5002 + AegisName: "CrimsonSilkDye" + Name: "Crimson Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5003 + AegisName: "BlackCottonDye" + Name: "Black Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5004 + AegisName: "SilverCottonDye" + Name: "Silver Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5005 + AegisName: "CamelCottonDye" + Name: "Camel Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5006 + AegisName: "BrownCottonDye" + Name: "Brown Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5007 + AegisName: "OrangeCottonDye" + Name: "Orange Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5008 + AegisName: "DarkRedCottonDye" + Name: "Dark Red Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5009 + AegisName: "RedCottonDye" + Name: "Red Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5010 + AegisName: "FuschiaCottonDye" + Name: "Fuschia Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5011 + AegisName: "PinkCottonDye" + Name: "Pink Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5012 + AegisName: "MauveCottonDye" + Name: "Mauve Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5013 + AegisName: "PurpleCottonDye" + Name: "Purple Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5014 + AegisName: "NavyBlueCottonDye" + Name: "Navy Blue Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5015 + AegisName: "BlueGrayCottonDye" + Name: "Blue Gray Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5016 + AegisName: "BlueCottonDye" + Name: "Blue Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5017 + AegisName: "TealCottonDye" + Name: "Teal Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5018 + AegisName: "GreenCottonDye" + Name: "Green Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5019 + AegisName: "LimeCottonDye" + Name: "Lime Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5020 + AegisName: "KhakiCottonDye" + Name: "Khaki Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5021 + AegisName: "YellowCottonDye" + Name: "Yellow Cotton Dye" + Type: "IT_CARD" + Buy: 1200 + Sell: 70 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5022 + AegisName: "Diamond" + Name: "Diamond" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5023 + AegisName: "Ruby" + Name: "Ruby" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5024 + AegisName: "Emerald" + Name: "Emerald" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5025 + AegisName: "Sapphire" + Name: "Sapphire" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5026 + AegisName: "Topaz" + Name: "Topaz" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5027 + AegisName: "Amethyst" + Name: "Amethyst" + Type: "IT_CARD" + Weight: 50 + Buy: 50000 + Sell: 6500 +}, +{ + Id: 5028 + AegisName: "CrudeDiamond" + Name: "Crude Diamond" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bLuk, 2; + bonus bDex, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5029 + AegisName: "CrudeRuby" + Name: "Crude Ruby" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bStr, 2; + bonus bAgi, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5030 + AegisName: "CrudeEmerald" + Name: "Crude Emerald" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bDex, 2; + bonus bVit, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5031 + AegisName: "CrudeSapphire" + Name: "Crude Sapphire" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bInt, 2; + bonus bVit, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5032 + AegisName: "CrudeTopaz" + Name: "Crude Topaz" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bVit, 2; + bonus bLuk, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5033 + AegisName: "CrudeAmethyst" + Name: "Crude Amethyst" + Type: "IT_CARD" + Weight: 80 + Buy: 35000 + Sell: 4000 + Script: <" + bonus bAgi, 2; + bonus bStr, -1; + "> + Loc: ["EQP_ACC_L"] +}, +{ + Id: 5034 + AegisName: "TomatoSilkDye" + Name: "Tomato Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5035 + AegisName: "GoldenrodSilkDye" + Name: "Goldenrod Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5036 + AegisName: "SunflowerSilkDye" + Name: "Sunflower Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5037 + AegisName: "OliveSilkDye" + Name: "Olive Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5038 + AegisName: "SeaGreenSilkDye" + Name: "Sea Green Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5039 + AegisName: "MintSilkDye" + Name: "Mint Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5040 + AegisName: "MidnightBlueSilkDye" + Name: "Midnight Blue Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5041 + AegisName: "SlatBlueSilkDye" + Name: "Slat Blue Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5042 + AegisName: "OrchidSilkDye" + Name: "Orchid Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] +}, +{ + Id: 5043 + AegisName: "PinkiePinkSilkDye" + Name: "Pinkie Pink Silk Dye" + Type: "IT_CARD" + Buy: 2000 + Sell: 80 + Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] }, +// Bows { - Id: 601 - AegisName: "MediumHealing" - Name: "Medium Healing Potion" - Type: "IT_HEALING" - Buy: 850 - Sell: 75 - Weight: 64 - Delay: 100 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 500; - @max = 800; - @delay = 4; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> + Id: 6000 + AegisName: "WoodenBow" + Name: "Wooden Bow" + Type: "IT_WEAPON" + Buy: 550 + Sell: 52 + Weight: 12 + Atk: 40 + Range: 4 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 5 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + } +}, +{ + Id: 6001 + AegisName: "ShortBow" + Name: "Short Bow" + Type: "IT_WEAPON" + Buy: 1200 + Sell: 250 + Weight: 260 + Atk: 115 + Range: 5 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 15 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + } +}, +{ + Id: 6002 + AegisName: "ForestBow" + Name: "Forest Bow" + Type: "IT_WEAPON" + Buy: 7500 + Sell: 1250 + Weight: 480 + Atk: 150 + Range: 6 + MinRange: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 20 + Subtype: "W_BOW" + AllowAmmo: { + Id6500: 1 + } }, +// Ammo { - Id: 602 - AegisName: "LargeHealing" - Name: "Large Healing Potion" - Type: "IT_HEALING" - Buy: 2480 - Sell: 350 - Weight: 128 - Delay: 100 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 800; - @max = 1200; - @delay = 5; - @type = 2; - doevent "rand_sc_heal::OnUse"; - "> + Id: 6500 + AegisName: "TrainingArrow" + Name: "Training Arrow" + Type: "IT_AMMO" + Buy: 3 + Sell: 1 + Weight: 1 + Atk: 5 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" }, +// Misc. { - Id: 603 - AegisName: "SmallMana" - Name: "Small Mana Potion" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 32 - Delay: 205 - UseEffect: "EFFECT_HEAL" - Script: <" - itemheal 0, 20; - "> + Id: 7420 + AegisName: "AdventurerSoul" + Name: "Adventurer's Soul" + Type: "IT_ETC" + Buy: 1 + Sell: 0 + Weight: 0 }, +// LEGACY merge items, generic or usable { - Id: 604 - AegisName: "MediumMana" - Name: "Medium Mana Potion" - Type: "IT_HEALING" - Buy: 1650 - Sell: 205 - Weight: 64 - Delay: 250 - UseEffect: "EFFECT_HEAL" - Script: <" - itemheal 0, 50; - "> -}, -{ - Id: 605 - AegisName: "LargeMana" - Name: "Large Mana Potion" - Type: "IT_HEALING" - Buy: 3240 - Sell: 340 - Weight: 128 - Delay: 250 - Sprite: 0 - UseEffect: "EFFECT_HEAL" - Script: <" - itemheal 0, 100; - "> -}, -{ - Id: 606 - AegisName: "ConcPotion" - Name: "Concentration Potion" - Type: "IT_USABLE" - Buy: 2500 - Sell: 650 - Weight: 25 - Delay: 100 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start SC_ATTHASTE_POTION1, 30000, 20; - sc_start SC_INCHITRATE, 30000, 20; - "> -}, -{ - Id: 607 - AegisName: "IronPotion" - Name: "Iron Potion" - Type: "IT_USABLE" - Buy: 2500 - Sell: 650 - Weight: 40 - Delay: 500 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start SC_INCATKRATE, 30000, 20; - sc_start SC_INCDEFRATE, 30000, 20; // Probably doesn't works - "> -}, -{ - Id: 608 - AegisName: "FertilityPotion" - Name: "Fertility Potion" - Type: "IT_HEALING" - Buy: 25000 - Sell: 2750 - Weight: 25 - Delay: 1000 - KeepAfterUse: true - Script: <" - sc_start SC_CURSE, 30000, 100; - sc_start SC_POISON, 30000, 100; - dispbottom l("Yuck! I won't drink this!"); - "> -}, -{ - Id: 609 - AegisName: "Honey" - Name: "Honey" - Type: "IT_HEALING" - Buy: 5000 - Sell: 325 - Weight: 250 - Delay: 100 - UseEffect: "EFFECT_HEAL" - Script: <" - @min = 350; - @max = 500; - @delay = 10; - @type = 2; - doevent "rand_sc_heal::OnUse"; - bonus bMaxSP,20; // FIXME - "> -}, -{ - Id: 610 - AegisName: "DeathPotion" - Name: "Death Potion" - Type: "IT_USABLE" - Buy: 5000 - Sell: 325 - Weight: 250 - UseEffect: "EFFECT_HEAL" - Script: <" - percentheal -100, -100; - "> -}, -{ - Id: 611 - AegisName: "GrassSeeds" - Name: "Grass Seeds" - Type: "IT_USABLE" - Buy: 200 - Sell: 35 - Weight: 3 - Delay: 500 - Script: <" - if (!getmapxy(.@map$, .@x, .@y, 0)) { - monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); - } - "> -}, -{ - Id: 612 - AegisName: "FlowerSeeds" - Name: "Flower Seeds" - Type: "IT_USABLE" - Buy: 500 - Sell: 150 - Weight: 4 - Delay: 500 - Script: <" - if (!getmapxy(.@map$, .@x, .@y, 0)) { - .@mob=callfunc("any", YellowRose, BlueRose, RedRose); - monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); - } - "> -}, -{ - Id: 613 - AegisName: "PurificationPotion" - Name: "Purification Potion" - Type: "IT_USABLE" - Buy: 25000 - Sell: 2750 - Weight: 25 - Delay: 1000 - KeepAfterUse: true - Script: <" - sc_start SC_CURSE, 30000, 100; - sc_start SC_POISON, 30000, 100; - dispbottom l("Yuck! I won't drink this!"); - "> -}, -{ - Id: 614 - AegisName: "SailorStew" - Name: "Sailor's Stew" - Type: "IT_USABLE" - Buy: 50000 - Sell: 10 - Weight: 650 - Delay: 1000 - Script: <" - sc_start SC_ATTHASTE_POTION1, 80000, 300; // These are totally placeholders. We want STR + 10 and VIT + 5 and max. HP + 2000 for three minutes. - sc_start SC_INCHITRATE, 80000, 300; - "> -}, -{ - Id: 615 - AegisName: "TreasureMap" - Name: "Treasure Map" - Type: "IT_USABLE" - Buy: 45000 - Sell: 300 - Weight: 14 - KeepAfterUse: true - Refine: false - Script: <" - // ShovelQuests_Assigned → Coordinates for Treasure Map - if (!ShovelQuests_AssignedX) { - callfunc "shovel_genrandtreasure"; - } - dispbottom l("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY); - "> -}, -{ - Id: 616 - AegisName: "ChocolateBar" - Name: "Chocolate Bar" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 100 -}, -{ - Id: 617 - AegisName: "MoubooMilk" - Name: "Mouboo Milk" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 200 -}, -{ - Id: 618 - AegisName: "MoubooSteak" - Name: "Mouboo Steak" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 250 -}, -{ - Id: 619 - AegisName: "RoastedAcorn" - Name: "Roasted Acorn" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 50 -}, -{ - Id: 620 - AegisName: "RedApple" - Name: "Red Apple" - Type: "IT_HEALING" - Buy: 750 - Sell: 65 - Weight: 100 -}, -{ - Id: 621 - AegisName: "FriendGift" - Name: "Friend Gift" - Buy: 0 - Sell: 0 - Weight: 0 - KeepAfterUse: false - Refine: false - Trade: { - notrade: true - nodrop: true - noselltonpc: true - nogstorage: true - nomail: true - noauction: true - } - Script: <" - callfunc("OpenFriendGift"); - "> -}, - - -// Generic -{ - Id: 700 - AegisName: "SmallTentacles" - Name: "Small Tentacles" - Type: "IT_ETC" - Buy: 50 - Sell: 16 - Weight: 5 -}, -{ - Id: 701 - AegisName: "PiouFeathers" - Name: "Piou Feathers" - Type: "IT_ETC" - Buy: 10 - Sell: 3 - Weight: 1 -}, -{ - Id: 702 - AegisName: "TortugaShellFragment" - Name: "Tortuga Shell Fragment" - Type: "IT_ETC" - Buy: 25 - Sell: 8 - Weight: 25 -}, -{ - Id: 703 - AegisName: "HalfEggshell" - Name: "Half Eggshell" - Type: "IT_ETC" - Buy: 40 - Sell: 13 - Weight: 2 -}, -{ - Id: 704 - AegisName: "RattoTail" - Name: "Ratto Tail" - Type: "IT_ETC" - Buy: 30 - Sell: 10 - Weight: 1 -}, -{ - Id: 705 - AegisName: "RattoTeeth" - Name: "Ratto Teeth" - Type: "IT_ETC" - Buy: 30 - Sell: 10 - Weight: 1 -}, -{ - Id: 706 - AegisName: "CrocClaw" - Name: "Croc Claw" - Type: "IT_ETC" - Buy: 60 - Sell: 20 - Weight: 45 -}, -{ - Id: 707 - AegisName: "SquichyClaws" - Name: "Squichy Claws" - Type: "IT_ETC" - Buy: 250 - Sell: 40 - Weight: 1 -}, -{ - Id: 708 - AegisName: "TortugaShell" - Name: "Tortuga Shell" - Type: "IT_ETC" - Buy: 90 - Sell: 30 - Weight: 95 -}, -{ - Id: 709 - AegisName: "TortugaTongue" - Name: "Tortuga Tongue" - Type: "IT_ETC" - Buy: 18 - Sell: 6 - Weight: 2 -}, -{ - Id: 710 - AegisName: "Pearl" - Name: "Pearl" - Type: "IT_ETC" - Buy: 1000 - Sell: 200 - Weight: 1 -}, -{ - Id: 711 - AegisName: "Coral" - Name: "Coral" - Type: "IT_ETC" - Buy: 100 - Sell: 35 - Weight: 10 -}, -{ - Id: 712 - AegisName: "BlueCoral" - Name: "Blue Coral" - Type: "IT_ETC" - Buy: 80 - Sell: 27 - Weight: 10 -}, -{ - Id: 713 - AegisName: "FishBox" - Name: "Fish Box" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 1250 - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 714 - AegisName: "GuildCertification" - Name: "Guild Certification" - Type: "IT_ETC" - Buy: 100000 - Sell: 100 -}, -{ - Id: 715 - AegisName: "CroconutBox" - Name: "Croconut Box" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 1400 - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 716 - AegisName: "PlushroomBox" - Name: "Plushroom Box" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 720 - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 717 - AegisName: "PoisonedDish" - Name: "Poisoned Dish" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 20 - Delay: 0 - Trade: { - nodrop: true - noselltonpc: true - } - Sprite: 0 -}, -{ - Id: 718 - AegisName: "JohanneKey" - Name: "Johanne Key" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 1 - Delay: 0 - Trade: { - nodrop: true - noselltonpc: true - } - Sprite: 0 -}, -{ - Id: 719 - AegisName: "LeftCraftyWing" - Name: "Left Crafty Wing" - Type: "IT_ETC" - Buy: 10 - Sell: 3 - Weight: 35 -}, -{ - Id: 720 - AegisName: "BatTeeth" - Name: "Bat Teeth" - Type: "IT_ETC" - Buy: 10 - Sell: 3 - Weight: 3 -}, -{ - Id: 721 - AegisName: "RightCraftyWing" - Name: "Right Crafty Wing" - Type: "IT_ETC" - Buy: 10 - Sell: 3 - Weight: 35 -}, -{ - Id: 722 - AegisName: "Pumpkin" - Name: "Pumpkin" - Type: "IT_ETC" - Buy: 15 - Sell: 5 - Weight: 530 -}, -{ - Id: 723 - AegisName: "MushroomSpores" - Name: "Mushroom Spores" - Type: "IT_ETC" - Buy: 5 - Sell: 1 - Weight: 1 -}, -{ - Id: 724 - AegisName: "Moss" - Name: "Moss" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 2 -}, -{ - Id: 725 - AegisName: "Tentacles" - Name: "Tentacles" - Type: "IT_ETC" - Buy: 100 - Sell: 30 - Weight: 8 -}, -{ - Id: 726 - AegisName: "CommonCarp" - Name: "Common Carp" - Type: "IT_ETC" - Buy: 600 - Sell: 60 - Weight: 200 -}, -{ - Id: 727 - AegisName: "GrassCarp" - Name: "Grass Carp" - Type: "IT_ETC" - Buy: 900 - Sell: 80 - Weight: 200 -}, -{ - Id: 728 - AegisName: "FishingRod" - Name: "Fishing Rod" - Type: "IT_ETC" - Buy: 5000 - Sell: 150 - Weight: 20 -}, -{ - Id: 729 - AegisName: "FluffyFur" - Name: "Fluffy Fur" - Type: "IT_ETC" - Buy: 200 - Sell: 8 - Weight: 2 -}, -{ - Id: 730 - AegisName: "AquadaBox" - Name: "Aquada Box" - Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 850 - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 731 - AegisName: "EmptyBottle" - Name: "Empty Bottle" - Type: "IT_ETC" - Buy: 500 - Sell: 100 - Weight: 100 -}, -{ - Id: 732 - AegisName: "RawLog" - Name: "Raw Log" - Type: "IT_ETC" - Buy: 200 - Sell: 5 - Weight: 200 -}, -{ - Id: 733 - AegisName: "PinkAntennae" - Name: "Pink Antennae" - Type: "IT_ETC" - Buy: 500 - Sell: 15 - Weight: 25 -}, -{ - Id: 734 - AegisName: "EmptyMug" - Name: "Empty Mug" - Type: "IT_ETC" - Buy: 1500 - Sell: 50 - Weight: 100 -}, -{ - Id: 735 - AegisName: "PinkPetal" - Name: "Pink Petal" - Type: "IT_ETC" - Buy: 75 - Sell: 8 - Weight: 5 -}, -{ - Id: 736 - AegisName: "PileOfAsh" - Name: "Pile Of Ash" - Type: "IT_ETC" - Buy: 500 - Sell: 20 - Weight: 5 -}, -{ - Id: 737 - AegisName: "AlizarinHerb" - Name: "Alizarin Herb" - Type: "IT_ETC" - Buy: 20 - Sell: 1 - Weight: 1 -}, -{ - Id: 738 - AegisName: "CobaltHerb" - Name: "Cobalt Herb" - Type: "IT_ETC" - Buy: 20 - Sell: 1 - Weight: 1 -}, -{ - Id: 739 - AegisName: "GambogeHerb" - Name: "Gamboge Herb" - Type: "IT_ETC" - Buy: 20 - Sell: 1 - Weight: 1 -}, -{ - Id: 740 - AegisName: "MauveHerb" - Name: "Mauve Herb" - Type: "IT_ETC" - Buy: 20 - Sell: 1 - Weight: 1 -}, -{ - Id: 741 - AegisName: "GoldNuggets" - Name: "Gold Nuggets" - Type: "IT_ETC" - Buy: 10000 - Sell: 1500 - Weight: 100 -}, -{ - Id: 742 - AegisName: "Coal" - Name: "Coal" - Type: "IT_ETC" - Buy: 1800 - Sell: 100 - Weight: 50 -}, -{ - Id: 743 - AegisName: "IronOre" - Name: "Iron Ore" - Type: "IT_ETC" - Buy: 6500 - Sell: 350 - Weight: 150 -}, -{ - Id: 744 - AegisName: "MaggotSlime" - Name: "Maggot Slime" - Type: "IT_ETC" - Buy: 100 - Sell: 3 - Weight: 1 -}, -{ - Id: 745 - AegisName: "BugLeg" - Name: "Bug Leg" - Type: "IT_ETC" - Buy: 100 - Sell: 4 - Weight: 1 -}, -{ - Id: 746 - AegisName: "HardSpike" - Name: "Hard Spike" - Type: "IT_ETC" - Buy: 750 - Sell: 60 - Weight: 1 -}, -{ - Id: 747 - AegisName: "SilkCocoon" - Name: "Silk Cocoon" - Type: "IT_ETC" - Buy: 500 - Sell: 25 - Weight: 1 -}, -{ - Id: 748 - AegisName: "ARedRose" - Name: "Red Rose" - Type: "IT_ETC" - Buy: 1000 - Sell: 75 - Weight: 10 -}, -{ - Id: 749 - AegisName: "AWhiteRose" - Name: "White Rose" - Type: "IT_ETC" - Buy: 1000 - Sell: 75 - Weight: 10 -}, -{ - Id: 750 - AegisName: "AYellowRose" - Name: "Yellow Rose" - Type: "IT_ETC" - Buy: 1000 - Sell: 75 - Weight: 10 -}, -{ - Id: 751 - AegisName: "ABlueRose" - Name: "Blue Rose" - Type: "IT_ETC" - Buy: 2000 - Sell: 150 - Weight: 10 -}, -{ - Id: 752 - AegisName: "ARedTulip" - Name: "Red Tulip" - Type: "IT_ETC" - Buy: 800 - Sell: 65 - Weight: 10 -}, -{ - Id: 753 - AegisName: "AWhiteTulip" - Name: "White Tulip" - Type: "IT_ETC" - Buy: 800 - Sell: 65 - Weight: 10 -}, -{ - Id: 754 - AegisName: "AYellowTulip" - Name: "Yellow Tulip" - Type: "IT_ETC" - Buy: 800 - Sell: 65 - Weight: 10 -}, -{ - Id: 755 - AegisName: "ABlueTulip" - Name: "Blue Tulip" - Type: "IT_ETC" - Buy: 1600 - Sell: 130 - Weight: 10 -}, -{ - Id: 756 - AegisName: "CoinBag" - Name: "Coin Bag" - Type: "IT_ETC" - Buy: 10000 - Sell: 500 - Weight: 250 -}, -{ - Id: 757 - AegisName: "MagicFeather" - Name: "Magic Feather" - Type: "IT_ETC" - Buy: 100000 - Sell: 12500 - Weight: 25 -}, -{ - Id: 758 - AegisName: "SmallMushroom" - Name: "Small Mushroom" - Type: "IT_ETC" - Buy: 500 - Sell: 80 - Weight: 75 -}, -{ - Id: 759 - AegisName: "BlackScorpionStinger" - Name: "Black Scorpion Stinger" - Type: "IT_ETC" - Buy: 1000 - Sell: 100 - Weight: 200 -}, -{ - Id: 760 - AegisName: "GoldenScorpionStinger" - Name: "Golden Scorpion Stinger" - Type: "IT_ETC" - Buy: 25000 - Sell: 8500 - Weight: 500 -}, -{ - Id: 761 - AegisName: "Gearwheel" - Name: "Gearwheel" - Type: "IT_ETC" - Buy: 2500 - Sell: 650 - Weight: 500 -}, -{ - Id: 762 - AegisName: "Lockpicks" - Name: "Lockpicks" - Type: "IT_ETC" - Buy: 5000 - Sell: 400 - Weight: 50 -}, -{ - Id: 763 - AegisName: "Bone" - Name: "Bone" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 100 -}, -{ - Id: 764 - AegisName: "DruidTreeBranch" - Name: "Druid Tree Branch" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 200 -}, -{ - Id: 765 - AegisName: "LeftScorpionClaw" - Name: "Left Scorpion Claw" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 150 -}, -{ - Id: 766 - AegisName: "RightScorpionClaw" - Name: "Right Scorpion Claw" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 150 -}, -{ - Id: 767 - AegisName: "CopperOre" - Name: "Copper Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 768 - AegisName: "SilverOre" - Name: "Silver Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 769 - AegisName: "GoldOre" - Name: "Gold Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 770 - AegisName: "PlatinumOre" - Name: "Platinum Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 771 - AegisName: "DiamondPowder" - Name: "Diamond Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 772 - AegisName: "RubyPowder" - Name: "Ruby Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 773 - AegisName: "EmeraldPowder" - Name: "Emerald Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 774 - AegisName: "SapphirePowder" - Name: "Sapphire Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 775 - AegisName: "TopazPowder" - Name: "Topaz Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 776 - AegisName: "AmethystPowder" - Name: "Amethyst Powder" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 50 -}, -{ - Id: 777 - AegisName: "ScorpionStinger" - Name: "Scorpion Stinger" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 20 -}, -{ - Id: 778 - AegisName: "Skull" - Name: "Skull" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 350 -}, -{ - Id: 779 - AegisName: "SnakeSkin" - Name: "Snake Skin" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 100 -}, -{ - Id: 780 - AegisName: "SnakeTongue" - Name: "Snake Tongue" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 35 -}, -{ - Id: 781 - AegisName: "TerraniteOre" - Name: "Terranite Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 782 - AegisName: "IronIngot" - Name: "Iron Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 783 - AegisName: "CopperIngot" - Name: "Copper Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 784 - AegisName: "SilverIngot" - Name: "Silver Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 785 - AegisName: "GoldIngot" - Name: "Gold Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 786 - AegisName: "PlatinumIngot" - Name: "Platinum Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 787 - AegisName: "TerraniteIngot" - Name: "Terranite Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 788 - AegisName: "RotoniumOre" - Name: "Rotonium Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 789 - AegisName: "ZealiteOre" - Name: "Zealite Ore" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 500 -}, -{ - Id: 790 - AegisName: "RotoniumIngot" - Name: "Rotonium Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 791 - AegisName: "ZealiteIngot" - Name: "Zealite Ingot" - Type: "IT_ETC" - Buy: 1000 - Sell: 250 - Weight: 1000 -}, -{ - Id: 800 - AegisName: "DiamondShard" - Name: "Diamond Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 801 - AegisName: "RubyShard" - Name: "Ruby Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 802 - AegisName: "EmeraldShard" - Name: "Emerald Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 803 - AegisName: "SapphireShard" - Name: "Sapphire Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 804 - AegisName: "TopazShard" - Name: "Topaz Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 805 - AegisName: "AmethystShard" - Name: "Amethyst Shard" - Type: "IT_ETC" - Buy: 5000 - Sell: 700 - Weight: 10 - Slots: 0 -}, -{ - Id: 806 - AegisName: "EmptyBowl" - Name: "Empty Bowl" - Type: "IT_ETC" - Buy: 50000 - Sell: 5000 - Weight: 150 - Slots: 0 -}, -{ - Id: 807 - AegisName: "ClothesPack" - Name: "Clothes Pack" - Type: "IT_ETC" - Buy: 0 - Sell: 0 - Weight: 25 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 808 - AegisName: "TreasureKey" - Name: "Treasure Key" - Type: "IT_ETC" - Buy: 500 - Sell: 110 - Weight: 2 - Refine: false -}, -{ - Id: 809 - AegisName: "CottonCloth" - Name: "Cotton Cloth" -}, -{ - Id: 810 - AegisName: "LeatherPatch" - Name: "Leather Patch" -}, -{ - Id: 811 - AegisName: "SnakeScale" - Name: "Snake Scale" -}, -{ - Id: 812 - AegisName: "SquirrelPelt" - Name: "Squirrel Pelt" -}, -{ - Id: 813 - AegisName: "WaxChunk" - Name: "Wax Chunk" -}, - - -// Necklaces -{ - Id: 1000 - AegisName: "CopperNecklace" - Name: "Copper Necklace" - Type: "IT_ARMOR" - Buy: 10000 - Sell: 400 - Weight: 50 - Atk: 5 - Matk: 25 - Slots: 1 - Loc: "EQP_ACC_L" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1000 - BindOnEquip: false - AllowCards: { - id5028: 1 - id5029: 1 - id5030: 1 - id5031: 1 - id5032: 1 - id5033: 1 - } -}, -// Armor -{ - Id: 1300 - AegisName: "CreasedShirt" - Name: "Creased Shirt" - Type: "IT_ARMOR" - Buy: 70 - Sell: 18 - Weight: 17 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 1 - Refine: false - ViewSprite: 1300 - BindOnEquip: false -}, -{ - Id: 1301 - AegisName: "VneckJumper" - Name: "V-neck Jumper" - Type: "IT_ARMOR" - Buy: 1800 - Sell: 200 - Weight: 30 - Def: 6 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1301 - BindOnEquip: false - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - } -}, -{ - Id: 1302 - AegisName: "ArtisTankTop" - Name: "Artis Tank Top" - Type: "IT_ARMOR" - Buy: 1200 - Sell: 120 - Weight: 11 - Def: 2 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 1302 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 1303 - AegisName: "SailorShirt" - Name: "SailorShirt" - Type: "IT_ARMOR" - Buy: 1900 - Sell: 250 - Weight: 22 - Def: 6 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1303 - BindOnEquip: false -}, -{ - Id: 1304 - AegisName: "LegionTrainingShirt" - Name: "Legion's Training Shirt" - Type: "IT_ARMOR" - Buy: 4500 - Sell: 300 - Weight: 120 - Def: 7 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1304 - BindOnEquip: false -}, -{ - Id: 1305 - AegisName: "LegionCopperArmor" - Name: "Legion's Copper Armor" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 800 - Weight: 340 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 1305 - BindOnEquip: false -}, -{ - Id: 1306 - AegisName: "ForestArmor" - Name: "Forest Armor" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 7300 - Weight: 170 - Def: 11 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 17 - Refine: false - ViewSprite: 1306 - BindOnEquip: false - Script: <" - bonus bDex, 5; - "> -}, -{ - Id: 1307 - AegisName: "SilkRobe" - Name: "Silk Robe" - Type: "IT_ARMOR" - Buy: 35000 - Sell: 2900 - Weight: 70 - Def: 6 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 17 - Refine: false - ViewSprite: 1307 - BindOnEquip: false - Script: <" - bonus bInt, 3; - bonus bAgi, 1; - bonus bMatk, 30; - "> - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, -{ - Id: 1308 - AegisName: "FineDress" - Name: "Fine Dress" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 2600 - Weight: 240 - Def: 10 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 1308 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 1309 - AegisName: "WarlordPlate" - Name: "Warlord Plate" - Type: "IT_ARMOR" - Buy: 75000 - Sell: 8500 - Weight: 1500 - Def: 28 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 35 - Refine: false - ViewSprite: 1309 - BindOnEquip: false - BuyingStore: true - Script: <" - bonus bStr, 2; - bonus bVit, 1; - "> -}, -{ - Id: 1310 - AegisName: "LegionIronArmor" - Name: "Legion's Iron Armor" - Type: "IT_ARMOR" - Buy: 55000 - Sell: 13000 - Weight: 680 - Def: 18 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 25 - Refine: false - ViewSprite: 1310 - BindOnEquip: false -}, -{ - Id: 1311 - AegisName: "GoldenWarlordPlate" - Name: "Golden Warlord Plate" - Type: "IT_ARMOR" - Buy: 150000 - Sell: 45000 - Weight: 3500 - Def: 65 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 50 - Refine: false - ViewSprite: 1311 - BindOnEquip: false - BuyingStore: true - Script: <" - bonus bStr, 4; - bonus bVit, 2; - "> - Trade: { - nodrop: true - noselltonpc: true - } -}, - -// Placeholder Chests - -{ - Id: 1312 - AegisName: "ApprenticeRobe" - Name: "Apprentice Robe" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1312 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 1313 - AegisName: "AssassinChest" - Name: "Assassin Chest" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1313 - BindOnEquip: false -}, -{ - Id: 1314 - AegisName: "BlackArmor" - Name: "Black Armor" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1314 - BindOnEquip: false -}, -{ - Id: 1315 - AegisName: "Chainmail" - Name: "Chainmail" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1315 - BindOnEquip: false -}, -{ - Id: 1316 - AegisName: "EvocatorRobe" - Name: "Evocator Robe" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1316 - BindOnEquip: false -}, -{ - Id: 1317 - AegisName: "JustifierChest" - Name: "Justifier Chest" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 1 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1317 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 1318 - AegisName: "LightPlatemail" - Name: "Light Platemail" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1318 - BindOnEquip: false -}, -{ - Id: 1319 - AegisName: "PeltJacket" - Name: "Pelt Jacket" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1319 - BindOnEquip: false -}, -{ - Id: 1320 - AegisName: "Snakeplate" - Name: "Snakeplate" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1320 - BindOnEquip: false -}, -{ - Id: 1321 - AegisName: "SorcererRobe" - Name: "Sorcerer Robe" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1321 - BindOnEquip: false -}, -{ - Id: 1322 - AegisName: "TerraniteArmor" - Name: "Terranite Armor" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1322 - BindOnEquip: false -}, -{ - Id: 1323 - AegisName: "WizardRobe" - Name: "Wizard Robe" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 5000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_MID" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1323 - BindOnEquip: false -}, - -// Boots -{ - Id: 1800 - AegisName: "LousyMoccasins" - Name: "Lousy Moccasins" - Type: "IT_ARMOR" - Buy: 600 - Sell: 180 - Weight: 18 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 4 - Refine: false - ViewSprite: 1800 - BindOnEquip: false -}, -{ - Id: 1801 - AegisName: "CottonBoots" - Name: "Cotton Boots" - Type: "IT_ARMOR" - Buy: 2600 - Sell: 420 - Weight: 35 - Def: 2 - Slots: 1 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 12 - Refine: false - ViewSprite: 1801 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 1802 - AegisName: "FurBoots" - Name: "Fur Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 650 - Weight:75 - Def: 4 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 20 - Refine: false - ViewSprite: 1802 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1803 - AegisName: "BanditBoots" - Name: "Bandit Boots" - Type: "IT_ARMOR" - Buy: 15000 - Sell: 900 - Weight: 60 - Def: 4 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 20 - Refine: false - ViewSprite: 1803 - BindOnEquip: false - BuyingStore: true -}, - -// Placeholder Boots -{ - Id: 1804 - AegisName: "AssassinBoots" - Name: "Assassin Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1804 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1805 - AegisName: "BromenalBoots" - Name: "Bromenal Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1805 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1806 - AegisName: "RidingBoots" - Name: "Riding Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1806 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1807 - AegisName: "Slippers" - Name: "Slippers" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1807 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1808 - AegisName: "WarlordBoots" - Name: "Warlord Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1808 - BindOnEquip: false - BuyingStore: true -}, -{ - Id: 1809 - AegisName: "ManaSlippers" - Name: "Mana Slippers" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 1 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1809 - BindOnEquip: false - BuyingStore: true - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, -{ - Id: 1810 - AegisName: "SquirrelBoots" - Name: "Squirrel Boots" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 600 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_SHOES" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 1810 - BindOnEquip: false - BuyingStore: true -}, - -// Gloves -{ - Id: 2000 - AegisName: "Armbands" - Name: "Armbands" - Type: "IT_ARMOR" - Buy: 400 - Sell: 120 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 3 - Refine: false - ViewSprite: 2000 - BindOnEquip: false -}, -{ - Id: 2001 - AegisName: "CopperArmbands" - Name: "Copper Armbands" - Type: "IT_ARMOR" - Buy: 4000 - Sell: 800 - Weight: 20 - Def: 2 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 7 - Refine: false - ViewSprite: 2001 - BindOnEquip: false -}, -{ - Id: 2002 - AegisName: "IronArmbands" - Name: "Iron Armbands" - Type: "IT_ARMOR" - Buy: 7500 - Sell: 940 - Weight: 30 - Def: 3 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 11 - Refine: false - ViewSprite: 2002 - BindOnEquip: false -}, -{ - Id: 2003 - AegisName: "CottonGloves" - Name: "Cotton Gloves" - Type: "IT_ARMOR" - Buy: 3000 - Sell: 250 - Weight: 60 - Def: 1 - Slots: 1 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2003 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2004 - AegisName: "LeatherGloves" - Name: "Leather Gloves" - Type: "IT_ARMOR" - Buy: 3500 - Sell: 500 - Weight: 140 - Def: 3 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 20 - Refine: false - ViewSprite: 2004 - BindOnEquip: false -}, -{ - Id: 2005 - AegisName: "BanditGloves" - Name: "Bandit Gloves" - Type: "IT_ARMOR" - Buy: 8500 - Sell: 650 - Weight: 85 - Def: 4 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 25 - Refine: false - ViewSprite: 2005 - BindOnEquip: false -}, - -//Placeholder Gloves -{ - Id: 2006 - AegisName: "AssassinGloves" - Name: "Assassin Gloves" - Type: "IT_ARMOR" - Buy: 8000 - Sell: 400 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2006 - BindOnEquip: false -}, -{ - Id: 2007 - AegisName: "BromenalGloves" - Name: "Bromenal Gloves" - Type: "IT_ARMOR" - Buy: 8000 - Sell: 400 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2007 - BindOnEquip: false -}, -{ - Id: 2008 - AegisName: "ShortGloves" - Name: "Short Gloves" - Type: "IT_ARMOR" - Buy: 8000 - Sell: 400 - Weight: 10 - Def: 1 - Slots: 0 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2008 - BindOnEquip: false -}, -{ - Id: 2009 - AegisName: "SilkGloves" - Name: "Silk Gloves" - Type: "IT_ARMOR" - Buy: 8000 - Sell: 400 - Weight: 10 - Def: 1 - Slots: 1 - Loc: "EQP_GARMENT" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2009 - BindOnEquip: false - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, - - -// Pants -{ - Id: 2200 - AegisName: "CreasedShorts" - Name: "Creased Shorts" - Type: "IT_ARMOR" - Buy: 60 - Sell: 15 - Weight: 20 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 1 - Refine: false - ViewSprite: 2200 - BindOnEquip: false -}, -{ - Id: 2201 - AegisName: "BrownTrousers" - Name: "Brown Trousers" - Type: "IT_ARMOR" - Buy: 1200 - Sell: 250 - Weight: 35 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2201 - BindOnEquip: false -}, -{ - Id: 2202 - AegisName: "JeansChaps" - Name: "Jeans Chaps" - Type: "IT_ARMOR" - Buy: 2500 - Sell: 500 - Weight: 360 - Atk: 0 - Matk: -100 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 12 - Refine: false - ViewSprite: 2202 - BindOnEquip: false -}, -{ - Id: 2203 - AegisName: "SilkPants" - Name: "Silk Pants" - Type: "IT_ARMOR" - Buy: 5000 - Sell: 1000 - Weight: 20 - Def: 3 - Slots: 1 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 17 - Refine: false - ViewSprite: 2203 - BindOnEquip: false - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, -{ - Id: 2204 - AegisName: "CottonSkirt" - Name: "Cotton Skirt" - Type: "IT_ARMOR" - Buy: 3000 - Sell: 600 - Weight: 15 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2204 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2205 - AegisName: "LeatherTrousers" - Name: "Leather Trousers" - Type: "IT_ARMOR" - Buy: 9500 - Sell: 2100 - Weight: 280 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 2205 - BindOnEquip: false -}, -{ - Id: 2206 - AegisName: "BanditTrousers" - Name: "Bandit Trousers" - Type: "IT_ARMOR" - Buy: 9500 - Sell: 1100 - Weight: 110 - Def: 6 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 25 - Refine: false - ViewSprite: 2206 - BindOnEquip: false -}, - -//PLaceholder Pants -{ - Id: 2207 - AegisName: "AssassinPants" - Name: "Assassin Pants" - Type: "IT_ARMOR" - Buy: 10000 - Sell: 1000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2207 - BindOnEquip: false -}, -{ - Id: 2208 - AegisName: "ChainmailSkirt" - Name: "Chainmail Skirt" - Type: "IT_ARMOR" - Buy: 10000 - Sell: 1000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2208 - BindOnEquip: false -}, -{ - Id: 2209 - AegisName: "PirateShorts" - Name: "Pirate Shorts" - Type: "IT_ARMOR" - Buy: 10000 - Sell: 1000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2209 - BindOnEquip: false -}, -{ - Id: 2210 - AegisName: "TerranitePants" - Name: "Terranite Pants" - Type: "IT_ARMOR" - Buy: 10000 - Sell: 1000 - Weight: 100 - Def: 10 - Slots: 0 - Loc: "EQP_HEAD_LOW" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2210 - BindOnEquip: false -}, - -// Shields -{ - Id: 2700 - AegisName: "Barrel" - Name: "Barrel" - Type: "IT_ARMOR" - Buy: 150 - Sell: 50 - Weight: 400 - Def: 2 - Slots: 0 - Loc: "EQP_HAND_L" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2700 - BindOnEquip: false - OnEquipScript: <" - bonus bAspd, -30; - bonus bCriticalDef, 15; - bonus bAtkRange, -5; - "> -}, -{ - Id: 2701 - AegisName: "LeatherShield" - Name: "Leather Shield" - Type: "IT_ARMOR" - Buy: 2000 - Sell: 250 - Weight: 100 - Def: 2 - Loc: "EQP_HAND_L" - EquipLv: 5 - Refine: false - ViewSprite: 2701 - BindOnEquip: false - OnEquipScript: <" - bonus bAtkRange, -1; - "> -}, -{ - Id: 2702 - AegisName: "WoodenShield" - Name: "Wooden Shield" - Type: "IT_ARMOR" - Buy: 5000 - Sell: 750 - Weight: 2450 - Def: 6 - Loc: "EQP_HAND_L" - EquipLv: 12 - Refine: false - ViewSprite: 0 - BindOnEquip: false - OnEquipScript: <" - bonus bAtkRange, -1; - "> -}, -{ - Id: 2703 - AegisName: "SteelShield" - Name: "Steel Shield" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2630 - Weight: 5500 - Def: 12 - Matk: -200 - Loc: "EQP_HAND_L" - EquipLv: 20 - Refine: false - ViewSprite: 2701 - BindOnEquip: false - OnEquipScript: <" - bonus bAtkRange, -1; - "> -}, -// Headgear -{ - Id: 2900 - AegisName: "Bandana" - Name: "Bandana" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 4 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2900 - BindOnEquip: false -}, -{ - Id: 2901 - AegisName: "PumpkinHat" - Name: "Pumpkin Hat" - Type: "IT_ARMOR" - Buy: 320 - Sell: 100 - Weight: 50 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 4 - Refine: false - ViewSprite: 2901 - BindOnEquip: false -}, -{ - Id: 2902 - AegisName: "FancyHat" - Name: "Fancy Hat" - Type: "IT_ARMOR" - Buy: 320 - Sell: 100 - Weight: 11 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 4 - Refine: false - ViewSprite: 2902 - BindOnEquip: false -}, -{ - Id: 2903 - AegisName: "BrimmedHat" - Name: "Brimmed Hat" - Type: "IT_ARMOR" - Buy: 1000 - Sell: 240 - Weight: 20 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 8 - Refine: false - ViewSprite: 2903 - BindOnEquip: false -}, -{ - Id: 2904 - AegisName: "BrimmedFeatherHat" - Name: "Brimmed Feather Hat" - Type: "IT_ARMOR" - Buy: 1600 - Sell: 300 - Weight: 23 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 8 - Refine: false - ViewSprite: 2904 - BindOnEquip: false -}, -{ - Id: 2905 - AegisName: "BrimmedFlowerHat" - Name: "Brimmed Flower Hat" - Type: "IT_ARMOR" - Buy: 1600 - Sell: 300 - Weight: 22 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 1 - Refine: false - ViewSprite: 2200 - BindOnEquip: false -}, -{ - Id: 2906 - AegisName: "InfantryHelmet" - Name: "Infantry Helmet" - Type: "IT_ARMOR" - Buy: 1600 - Sell: 300 - Weight: 400 - Atk: 0 - Matk: -50 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 12 - Refine: false - ViewSprite: 2906 - BindOnEquip: false -}, -{ - Id: 2907 - AegisName: "CandleHelmet" - Name: "Candle Helmet" - Type: "IT_ARMOR" - Buy: 4500 - Sell: 650 - Weight: 500 - Atk: 0 - Matk: -25 - Def: 4 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 16 - Refine: false - ViewSprite: 2907 - BindOnEquip: false - OnEquipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - OnUnequipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> -}, -{ - Id: 2908 - AegisName: "WarlordHelmet" - Name: "Warlord Helmet" - Type: "IT_ARMOR" - Buy: 13500 - Sell: 3200 - Weight: 1000 - Atk: 0 - Matk: -300 - Def: 6 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 24 - Refine: false - ViewSprite: 2908 - BindOnEquip: false -}, -{ - Id: 2909 - AegisName: "AxeHat" - Name: "Axe Hat" - Type: "IT_ARMOR" - Buy: 3500 - Sell: 750 - Weight: 50 - Atk: 0 - Matk: 25 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2909 - BindOnEquip: false -}, -{ - Id: 2910 - AegisName: "PinkieHat" - Name: "Pinkie Hat" - Type: "IT_ARMOR" - Buy: 12600 - Sell: 3500 - Weight: 5 - Atk: 0 - Matk: 7 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2910 - BindOnEquip: false -}, -{ - Id: 2911 - AegisName: "TopHat" - Name: "Top Hat" - Type: "IT_ARMOR" - Buy: 50000 - Sell: 12500 - Weight: 40 - Def: 4 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 17 - Refine: false - ViewSprite: 2911 - BindOnEquip: false -}, -{ - Id: 2912 - AegisName: "BowlerHat" - Name: "Bowler Hat" - Type: "IT_ARMOR" - Buy: 17355 - Sell: 4300 - Weight: 30 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 2912 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2913 - AegisName: "FairyHat" - Name: "Fairy Hat" - Type: "IT_ARMOR" - Buy: 6300 - Sell: 1200 - Weight: 5 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2913 - BindOnEquip: false -}, -{ - Id: 2914 - AegisName: "NohMask" - Name: "Noh Mask" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 5200 - Weight: 150 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 2914 - BindOnEquip: false -}, -{ - Id: 2915 - AegisName: "Rosehat" - Name: "Rosehat" - Type: "IT_ARMOR" - Buy: 12000 - Sell: 4100 - Weight: 50 - Atk: 0 - Matk: 10 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2915 - BindOnEquip: false -}, -{ - Id: 2916 - AegisName: "BanditHood" - Name: "Bandit Hood" - Type: "IT_ARMOR" - Buy: 9560 - Sell: 780 - Weight: 30 - Def: 5 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 20 - Refine: false - ViewSprite: 2916 - BindOnEquip: false -}, -{ - Id: 2917 - AegisName: "BrownBowlerHat" - Name: "Brown Bowler Hat" - Type: "IT_ARMOR" - Buy: 17355 - Sell: 4300 - Weight: 30 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 15 - Refine: false - ViewSprite: 2917 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2918 - AegisName: "CatEars" - Name: "Cat Ears" - Type: "IT_ARMOR" - Buy: 37500 - Sell: 12500 - Weight: 10 - Def: 3 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 35 - Refine: false - ViewSprite: 2918 - BindOnEquip: false - Script: <" - bonus bAgi, 3; - "> - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2919 - AegisName: "SantaHat" - Name: "Santa Hat" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 28 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2919 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2920 - AegisName: "MoonshroomHat" - Name: "Moonshroom Hat" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 50 - Def: 7 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2920 - BindOnEquip: false - Script: <" - bonus bInt, 3; - bonus bStr, -1; - "> - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2921 - AegisName: "SantaBeardHat" - Name: "Santa Beard Hat" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 32 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2921 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2922 - AegisName: "FunkyHat" - Name: "Funky Hat" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 50 - Def: 2 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2922 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2923 - AegisName: "CashierShade" - Name: "Cashier Shade" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 28 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 5 - Refine: false - ViewSprite: 2923 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -{ - Id: 2924 - AegisName: "BeanieCopter" - Name: "Beanie Copter" - Type: "IT_ARMOR" - Buy: 950 - Sell: 220 - Weight: 20 - Def: 4 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 3 - Refine: false - ViewSprite: 2924 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, - -// Placeholder Hats - -{ - Id: 2925 - AegisName: "BullHelmet" - Name: "Bull Helmet" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2925 - BindOnEquip: false -}, -{ - Id: 2926 - AegisName: "BunnyEars" - Name: "Bunny Ears" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2926 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2927 - AegisName: "DesertHat" - Name: "Desert Hat" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2927 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2928 - AegisName: "MinerHat" - Name: "Miner Hat" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2928 - BindOnEquip: false - OnEquipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - OnUnequipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> -}, -{ - Id: 2929 - AegisName: "SilkHeadband" - Name: "Silk Headband" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2929 - BindOnEquip: false - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, -{ - Id: 2930 - AegisName: "Headband" - Name: "Headband" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2930 - BindOnEquip: false - AllowCards: { - id5003: 1 - id5004: 1 - id5005: 1 - id5006: 1 - id5007: 1 - id5008: 1 - id5009: 1 - id5010: 1 - id5011: 1 - id5012: 1 - id5013: 1 - id5014: 1 - id5015: 1 - id5016: 1 - id5017: 1 - id5018: 1 - id5019: 1 - id5020: 1 - id5021: 1 - } -}, -{ - Id: 2931 - AegisName: "TerraniteHelmet" - Name: "Terranite Helmet" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2931 - BindOnEquip: false -}, -{ - Id: 2932 - AegisName: "TrapperHat" - Name: "Trapper Hat" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 0 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2932 - BindOnEquip: false -}, -{ - Id: 2933 - AegisName: "WizardHat" - Name: "Wizard Hat" - Type: "IT_ARMOR" - Buy: 25000 - Sell: 2500 - Weight: 100 - Atk: 0 - Matk: -10 - Def: 1 - Slots: 1 - Loc: "EQP_HEAD_TOP" - WeaponLv: 0 - EquipLv: 10 - Refine: false - ViewSprite: 2933 - BindOnEquip: false - AllowCards: { - id5000: 1 - id5001: 1 - id5002: 1 - id5034: 1 - id5035: 1 - id5036: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 - id5041: 1 - id5042: 1 - id5043: 1 - } -}, - -// Scarfs -{ - Id: 3200 - AegisName: "Shemagh" - Name: "Shemagh" - Type: "IT_ARMOR" - Buy: 1000 - Sell: 90 - Weight: 22 - Def: 1 - Loc: "EQP_ACC_R" - EquipLv: 3 - Refine: false - ViewSprite: 3200 - BindOnEquip: false -}, -{ - Id: 3201 - AegisName: "BanditShawl" - Name: "Bandit Shawl" - Type: "IT_ARMOR" - Buy: 6500 - Sell: 450 - Weight: 45 - Def: 1 - Loc: "EQP_ACC_R" - EquipLv: 30 - Refine: false - ViewSprite: 3201 - BindOnEquip: false -}, -{ - Id: 3202 - AegisName: "Eyepatch" - Name: "Eyepatch" - Type: "IT_ARMOR" - Buy: 1000 - Sell: 250 - Weight: 8 - Def: 1 - Loc: "EQP_ACC_R" - EquipLv: 16 - Refine: false - ViewSprite: 3202 - BindOnEquip: false - Trade: { - nodrop: true - noselltonpc: true - } -}, -// Weapons -{ - Id: 3500 - AegisName: "Knife" - Name: "Knife" - Type: "IT_WEAPON" - Buy: 90 - Sell: 25 - Weight: 6 - Atk: 10 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 1 - Refine: false - Subtype: "W_DAGGER" - ViewSprite: 1 - BindOnEquip: false -}, -{ - Id: 3501 - AegisName: "PiouSlayer" - Name: "Piou Slayer" - Type: "IT_WEAPON" - Buy: 1100 - Sell: 300 - Weight: 26 - Atk: 25 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 3 - Refine: false - Subtype: "W_DAGGER" - BindOnEquip: false -}, -{ - Id: 3502 - AegisName: "TrainingGladius" - Name: "TrainingGladius" - Type: "IT_WEAPON" - Buy: 5000 - Sell: 400 - Weight: 58 - Atk: 40 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 5 - Refine: false - Subtype: "W_1HSWORD" - BindOnEquip: false -}, -{ - Id: 3503 - AegisName: "WoodenSword" - Name: "Wooden Sword" - Type: "IT_WEAPON" - Buy: 500 - Sell: 50 - Weight: 25 - Atk: 40 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 5 - Refine: false - Subtype: "W_1HSWORD" - BindOnEquip: false -}, -{ - Id: 3504 - AegisName: "ArtisBacksword" - Name: "Artis Backsword" - Type: "IT_WEAPON" - Buy: 25800 - Sell: 1200 - Weight: 86 - Atk: 120 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 15 - Refine: false - Subtype: "W_1HSWORD" - BindOnEquip: false -}, -{ - Id: 3505 - AegisName: "TrainingWand" - Name: "Training Wand" - Type: "IT_WEAPON" - Buy: 20000 - Sell: 1500 - Weight: 67 - Atk: 10 - Matk: 250 - Range: 0 - Slots: 0 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 10 - Refine: false - Subtype: "W_STAFF" - BindOnEquip: false - OnEquipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - OnUnequipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - Script: <" - skill AL_HEAL, 1; - bonus bMagicAtkDef, 10; - "> -}, -{ - Id: 3506 - AegisName: "ManaTorch" - Name: "Mana Torch" - Type: "IT_WEAPON" - Buy: 12500 - Sell: 1000 - Weight: 150 - Atk: 10 - Matk: 150 - Range: 0 - Slots: 0 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 10 - Refine: false - Subtype: "W_STAFF" - BindOnEquip: false - OnEquipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - OnUnequipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - Script: <" - skill MG_FIREBALL, 1; - bonus bMatkRate, 10; - "> -}, -{ - Id: 3507 - AegisName: "Scythe" - Name: "Scythe" - Type: "IT_WEAPON" - Buy: 104800 - Sell: 1750 - Weight: 1200 - Atk: 100 - Matk: 0 - Def: 2 - Range: 2 - Slots: 0 - Loc: ["EQP_HAND_R","EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 12 - Refine: false - Subtype: "W_2HSPEAR" - BindOnEquip: false -}, -{ - Id: 3508 - AegisName: "Dagger" - Name: "Dagger" - Type: "IT_WEAPON" - Buy: 2500 - Sell: 500 - Weight: 350 - Atk: 120 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 15 - Refine: false - Subtype: "W_DAGGER" - ViewSprite: 1 - BindOnEquip: false -}, -{ - Id: 3509 - AegisName: "Setzer" - Name: "Setzer" - Type: "IT_WEAPON" - Buy: 25000 - Sell: 5000 - Weight: 250 - Atk: 150 - Matk: 0 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 20 - Refine: false - Subtype: "W_DAGGER" - ViewSprite: 1 - BindOnEquip: false -}, -{ - Id: 3510 - AegisName: "Pickaxe" - Name: "Pickaxe" - Type: "IT_WEAPON" - Buy: 17500 - Sell: 3700 - Weight: 250 - Atk: 130 - Matk: 0 - Range: 0 - Slots: 0 - Loc: ["EQP_HAND_R","EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 15 - Refine: false - Subtype: "W_KATAR" - BindOnEquip: false -}, -{ - Id: 3511 - AegisName: "Torch" - Name: "Torch" - Type: "IT_WEAPON" - Buy: 2500 - Sell: 500 - Weight: 100 - Atk: 85 - Matk: 0 - Range: 0 - Slots: 0 - Loc: ["EQP_HAND_R","EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 10 - Refine: false - Subtype: "W_STAFF" - BindOnEquip: false - OnEquipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> - OnUnequipScript: <" - doevent "#SpotlightMaster::OnTouch"; - "> -}, -{ - Id: 3512 - AegisName: "Axe" - Name: "Axe" - Type: "IT_WEAPON" - Buy: 12000 - Sell: 2000 - Weight: 500 - Atk: 80 - Matk: 0 - Def: 2 - Range: 0 - Slots: 0 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 10 - Refine: false - Subtype: "W_1HAXE" - BindOnEquip: false -}, -{ - Id: 3513 - AegisName: "Chopstick" - Name: "Chopstick" - Type: "IT_WEAPON" - Buy: 10000 - Sell: 1500 - Weight: 800 - Atk: 80 - Matk: 0 - Def: 50 - Range: 2 - Slots: 0 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 10 - Refine: false - Subtype: "W_2HSTAFF" - BindOnEquip: false -}, -{ - Id: 3514 - AegisName: "Halberd" - Name: "Halberd" - Type: "IT_WEAPON" - Buy: 25000 - Sell: 7500 - Weight: 1200 - Atk: 170 - Matk: 0 - Def: 8 - Range: 2 - Slots: 0 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 20 - Refine: false - Subtype: "W_2HAXE" - BindOnEquip: false -}, -{ - Id: 3515 - AegisName: "SharpKnife" - Name: "Sharp Knife" - Type: "IT_WEAPON" - Buy: 180 - Sell: 50 - Weight: 15 - Atk: 120 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 1 - Refine: false - Subtype: "W_DAGGER" - BindOnEquip: false -}, -{ - Id: 3516 - AegisName: "BoneKnife" - Name: "Bone Knife" - Type: "IT_WEAPON" - Buy: 20000 - Sell: 4000 - Weight: 250 - Atk: 125 - Loc: "EQP_HAND_R" - WeaponLv: 1 - EquipLv: 15 - Refine: false - Subtype: "W_DAGGER" - ViewSprite: 1 - BindOnEquip: false -}, -// Pet Eggs -{ - Id: 4000 - AegisName: "PiouEgg" - Name: "Piou egg" - Type: "IT_PETEGG" - Buy: 30000 - Sell: 1 - KeepAfterUse: true - Script: <" - bpet; - "> -}, -// Cards & Dyes -{ - Id: 5000 - AegisName: "PitchBlackSilkDye" - Name: "Pitch Black Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5001 - AegisName: "ChocolateSilkDye" - Name: "Chocolate Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5002 - AegisName: "CrimsonSilkDye" - Name: "Crimson Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5003 - AegisName: "BlackCottonDye" - Name: "Black Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5004 - AegisName: "SilverCottonDye" - Name: "Silver Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5005 - AegisName: "CamelCottonDye" - Name: "Camel Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5006 - AegisName: "BrownCottonDye" - Name: "Brown Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5007 - AegisName: "OrangeCottonDye" - Name: "Orange Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5008 - AegisName: "DarkRedCottonDye" - Name: "Dark Red Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5009 - AegisName: "RedCottonDye" - Name: "Red Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5010 - AegisName: "FuschiaCottonDye" - Name: "Fuschia Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5011 - AegisName: "PinkCottonDye" - Name: "Pink Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5012 - AegisName: "MauveCottonDye" - Name: "Mauve Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5013 - AegisName: "PurpleCottonDye" - Name: "Purple Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5014 - AegisName: "NavyBlueCottonDye" - Name: "Navy Blue Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5015 - AegisName: "BlueGrayCottonDye" - Name: "Blue Gray Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5016 - AegisName: "BlueCottonDye" - Name: "Blue Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5017 - AegisName: "TealCottonDye" - Name: "Teal Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5018 - AegisName: "GreenCottonDye" - Name: "Green Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5019 - AegisName: "LimeCottonDye" - Name: "Lime Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5020 - AegisName: "KhakiCottonDye" - Name: "Khaki Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5021 - AegisName: "YellowCottonDye" - Name: "Yellow Cotton Dye" - Type: "IT_CARD" - Buy: 1200 - Sell: 70 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5022 - AegisName: "Diamond" - Name: "Diamond" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5023 - AegisName: "Ruby" - Name: "Ruby" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5024 - AegisName: "Emerald" - Name: "Emerald" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5025 - AegisName: "Sapphire" - Name: "Sapphire" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5026 - AegisName: "Topaz" - Name: "Topaz" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5027 - AegisName: "Amethyst" - Name: "Amethyst" - Type: "IT_CARD" - Weight: 50 - Buy: 50000 - Sell: 6500 -}, -{ - Id: 5028 - AegisName: "CrudeDiamond" - Name: "Crude Diamond" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bLuk, 2; - bonus bDex, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5029 - AegisName: "CrudeRuby" - Name: "Crude Ruby" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bStr, 2; - bonus bAgi, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5030 - AegisName: "CrudeEmerald" - Name: "Crude Emerald" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bDex, 2; - bonus bVit, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5031 - AegisName: "CrudeSapphire" - Name: "Crude Sapphire" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bInt, 2; - bonus bVit, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5032 - AegisName: "CrudeTopaz" - Name: "Crude Topaz" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bVit, 2; - bonus bLuk, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5033 - AegisName: "CrudeAmethyst" - Name: "Crude Amethyst" - Type: "IT_CARD" - Weight: 80 - Buy: 35000 - Sell: 4000 - Script: <" - bonus bAgi, 2; - bonus bStr, -1; - "> - Loc: ["EQP_ACC_L"] -}, -{ - Id: 5034 - AegisName: "TomatoSilkDye" - Name: "Tomato Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5035 - AegisName: "GoldenrodSilkDye" - Name: "Goldenrod Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5036 - AegisName: "SunflowerSilkDye" - Name: "Sunflower Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5037 - AegisName: "OliveSilkDye" - Name: "Olive Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5038 - AegisName: "SeaGreenSilkDye" - Name: "Sea Green Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5039 - AegisName: "MintSilkDye" - Name: "Mint Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5040 - AegisName: "MidnightBlueSilkDye" - Name: "Midnight Blue Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5041 - AegisName: "SlatBlueSilkDye" - Name: "Slat Blue Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5042 - AegisName: "OrchidSilkDye" - Name: "Orchid Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -{ - Id: 5043 - AegisName: "PinkiePinkSilkDye" - Name: "Pinkie Pink Silk Dye" - Type: "IT_CARD" - Buy: 2000 - Sell: 80 - Loc: ["EQP_HEAD_TOP","EQP_HEAD_MID","EQP_SHOES","EQP_GARMENT","EQP_HEAD_LOW"] -}, -// Bows -{ - Id: 6000 - AegisName: "WoodenBow" - Name: "Wooden Bow" - Type: "IT_WEAPON" - Buy: 550 - Sell: 52 - Weight: 12 - Atk: 40 - Range: 4 - MinRange: 2 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 5 - Subtype: "W_BOW" - AllowAmmo: { - Id6500: 1 - } -}, -{ - Id: 6001 - AegisName: "ShortBow" - Name: "Short Bow" - Type: "IT_WEAPON" - Buy: 1200 - Sell: 250 - Weight: 260 - Atk: 115 - Range: 5 - MinRange: 2 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 15 - Subtype: "W_BOW" - AllowAmmo: { - Id6500: 1 - } -}, -{ - Id: 6002 - AegisName: "ForestBow" - Name: "Forest Bow" - Type: "IT_WEAPON" - Buy: 7500 - Sell: 1250 - Weight: 480 - Atk: 150 - Range: 6 - MinRange: 2 - Loc: ["EQP_HAND_R", "EQP_HAND_L"] - WeaponLv: 1 - EquipLv: 20 - Subtype: "W_BOW" - AllowAmmo: { - Id6500: 1 - } -}, -// Ammo -{ - Id: 6500 - AegisName: "TrainingArrow" - Name: "Training Arrow" - Type: "IT_AMMO" - Buy: 3 - Sell: 1 - Weight: 1 - Atk: 5 - Loc: "EQP_AMMO" - Subtype: "A_ARROW" -}, -// Misc. -{ - Id: 7420 - AegisName: "AdventurerSoul" - Name: "Adventurer's Soul" - Type: "IT_ETC" - Buy: 1 - Sell: 0 - Weight: 0 -}, -// LEGACY merge items, generic or usable -{ - Id: 8000 - AegisName: "BlackPearl" - Name: "Black Pearl" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8001 - AegisName: "Bloodstone" - Name: "Bloodstone" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8002 - AegisName: "BottleOfSand" - Name: "Bottle of Sand" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 200 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8003 - AegisName: "Brainstem" - Name: "Brainstem" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 50 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8004 - AegisName: "ClosedChristmasBox" - Name: "Closed Christmas Box" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8005 - AegisName: "OpenChristmasBox" - Name: "Open Christmas Box" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8006 - AegisName: "RedChristmasOrnament" - Name: "Red Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8007 - AegisName: "YellowChristmasOrnament" - Name: "Yellow Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8008 - AegisName: "GreenChristmasOrnament" - Name: "Green Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8009 - AegisName: "AquaChristmasOrnament" - Name: "Aqua Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8010 - AegisName: "BlueChristmasOrnament" - Name: "Blue Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8011 - AegisName: "PurpleChristmasOrnament" - Name: "Purple Christmas Ornament" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 20 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8012 - AegisName: "Doll" - Name: "Doll" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 75 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8013 - AegisName: "EasterBasket" - Name: "Easter Basket" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 2000 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8014 - AegisName: "LegendaryEasterEgg" - Name: "Legendary Easter Egg" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 50 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8015 - AegisName: "FakePlasticFangs" - Name: "Fake Plastic Fangs" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 25 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8016 - AegisName: "FlawedLens" - Name: "Flawed Lens" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 50 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8017 - AegisName: "DarkPetal" - Name: "Dark Petal" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 250 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8018 - AegisName: "FlightTalisman" - Name: "Flight Talisman" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 500 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8019 - AegisName: "Jellybeans" - Name: "Jellybeans" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 150 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8020 - AegisName: "Leatherball" - Name: "Leatherball" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 750 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8021 - AegisName: "BooberryBlueLollipop" - Name: "Booberry Blue Lollipop" - Type: "IT_USABLE" - Buy: 100 - Sell: 5 - Weight: 150 - Script: <" - @min = 1500; - @max = 2500; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8022 - AegisName: "GhastlyGreenLollipop" - Name: "Ghastly Green Lollipop" - Type: "IT_USABLE" - Buy: 100 - Sell: 5 - Weight: 150 - Script: <" - @min = 1500; - @max = 2500; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8023 - AegisName: "BloodRedLollipop" - Name: "Blood Red Lollipop" - Type: "IT_USABLE" - Buy: 100 - Sell: 5 - Weight: 150 - Script: <" - @min = 1500; - @max = 2500; - @delay = 3; - @type = 1; - doevent "rand_sc_heal::OnUse"; - "> - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8024 - AegisName: "PlushMouboo" - Name: "Plush Mouboo" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 250 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8025 - AegisName: "RedStocking" - Name: "Red Stocking" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8026 - AegisName: "StickReinboo" - Name: "Stick Reinboo" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8027 - AegisName: "RubberBat" // add squeak sound with approx. 3 ~ 5s delay. - Name: "Rubber Bat" - Type: "IT_USABLE" - Buy: 100 - Sell: 5 - Weight: 30 - KeepAfterUse: true - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } - Script: <" - doevent "RubberBat::OnUse"; - "> -}, -{ - Id: 8028 - AegisName: "SantaCookie" - Name: "Santa Cookie" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 25 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8029 - AegisName: "SantaGlobe" - Name: "Santa Globe" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 500 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8030 - AegisName: "Scissors" - Name: "Scissors" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 150 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8031 - AegisName: "SilverBell" - Name: "Silver Bell" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 250 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8032 - AegisName: "SnowmanGlobe" - Name: "Snowman Globe" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 500 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8033 - AegisName: "StrangeCoin" - Name: "Strange Coin" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 10 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8034 - AegisName: "Tongue" - Name: "Tongue" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 100 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8035 - AegisName: "WrappingPaperDotted" - Name: "Dotted Wrapping Paper" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 50 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } -}, -{ - Id: 8036 - AegisName: "WrappingPaperStriped" - Name: "Striped Wrapping Paper" - Type: "IT_ETC" - Buy: 100 - Sell: 5 - Weight: 50 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - noauction: true - nomail: true - nogstorage: true - } + Id: 8000 + AegisName: "BlackPearl" + Name: "Black Pearl" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8001 + AegisName: "Bloodstone" + Name: "Bloodstone" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8002 + AegisName: "BottleOfSand" + Name: "Bottle of Sand" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 200 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8003 + AegisName: "Brainstem" + Name: "Brainstem" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8004 + AegisName: "ClosedChristmasBox" + Name: "Closed Christmas Box" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8005 + AegisName: "OpenChristmasBox" + Name: "Open Christmas Box" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8006 + AegisName: "RedChristmasOrnament" + Name: "Red Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8007 + AegisName: "YellowChristmasOrnament" + Name: "Yellow Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8008 + AegisName: "GreenChristmasOrnament" + Name: "Green Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8009 + AegisName: "AquaChristmasOrnament" + Name: "Aqua Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8010 + AegisName: "BlueChristmasOrnament" + Name: "Blue Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8011 + AegisName: "PurpleChristmasOrnament" + Name: "Purple Christmas Ornament" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 20 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8012 + AegisName: "Doll" + Name: "Doll" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 75 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8013 + AegisName: "EasterBasket" + Name: "Easter Basket" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 2000 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8014 + AegisName: "LegendaryEasterEgg" + Name: "Legendary Easter Egg" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8015 + AegisName: "FakePlasticFangs" + Name: "Fake Plastic Fangs" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8016 + AegisName: "FlawedLens" + Name: "Flawed Lens" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8017 + AegisName: "DarkPetal" + Name: "Dark Petal" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8018 + AegisName: "FlightTalisman" + Name: "Flight Talisman" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8019 + AegisName: "Jellybeans" + Name: "Jellybeans" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 150 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8020 + AegisName: "Leatherball" + Name: "Leatherball" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 750 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8021 + AegisName: "BooberryBlueLollipop" + Name: "Booberry Blue Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8022 + AegisName: "GhastlyGreenLollipop" + Name: "Ghastly Green Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8023 + AegisName: "BloodRedLollipop" + Name: "Blood Red Lollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 150 + Script: <" + @min = 1500; + @max = 2500; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8024 + AegisName: "PlushMouboo" + Name: "Plush Mouboo" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8025 + AegisName: "RedStocking" + Name: "Red Stocking" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8026 + AegisName: "StickReinboo" + Name: "Stick Reinboo" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8027 + AegisName: "RubberBat" // add squeak sound with approx. 3 ~ 5s delay. + Name: "Rubber Bat" + Type: "IT_USABLE" + Buy: 100 + Sell: 5 + Weight: 30 + KeepAfterUse: true + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } + Script: <" + doevent "RubberBat::OnUse"; + "> +}, +{ + Id: 8028 + AegisName: "SantaCookie" + Name: "Santa Cookie" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8029 + AegisName: "SantaGlobe" + Name: "Santa Globe" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8030 + AegisName: "Scissors" + Name: "Scissors" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 150 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8031 + AegisName: "SilverBell" + Name: "Silver Bell" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 250 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8032 + AegisName: "SnowmanGlobe" + Name: "Snowman Globe" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 500 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8033 + AegisName: "StrangeCoin" + Name: "Strange Coin" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8034 + AegisName: "Tongue" + Name: "Tongue" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 100 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8035 + AegisName: "WrappingPaperDotted" + Name: "Dotted Wrapping Paper" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, +{ + Id: 8036 + AegisName: "WrappingPaperStriped" + Name: "Striped Wrapping Paper" + Type: "IT_ETC" + Buy: 100 + Sell: 5 + Weight: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } }, ) diff --git a/db/re/item_group.conf b/db/re/item_group.conf index e6351128..71f6c7e1 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -1,19 +1,20 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //================= More Information ================= // http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* -: ( - "Item_Name" or - ("Item_Name",Repeat_Count) -) + : ( + "Item_Name" or + ("Item_Name",Repeat_Count) + ) */ + diff --git a/db/re/item_lapineddukddak.conf b/db/re/item_lapineddukddak.conf index a0e66f0c..c8f22eca 100644 --- a/db/re/item_lapineddukddak.conf +++ b/db/re/item_lapineddukddak.conf @@ -27,8 +27,8 @@ //========================================================================= /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** : { NeedCount: (int, defaults to 0) The required amount of unique items NeedRefineMin: (int, defaults to 0) The minimum refine for each of the items diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index 0b458587..1e5544b3 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -1,25 +1,26 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //================= More Information ================= // http://herc.ws/board/topic/1244-official-item-grouppackagechain //==================================================== // Structure of file: /* : { - : { - Random: 0 - Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_", a package with 2 random groups for example gets 2 items whenever open, one from each group - Count: 30 - Stands for how much will be obtained. - Expire: 2 - Signs how many hours this item will last (makes a rental item). - Announce: True/False - Signs whether to relay a special item obtain announcement when this item comes out of the package. - Rate: 50 - If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given. - Named: True/False - Signs whether the item should have the owner's name in it. + : { + Random: 0 - Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_", a package with 2 random groups for example gets 2 items whenever open, one from each group + Count: 30 - Stands for how much will be obtained. + Expire: 2 - Signs how many hours this item will last (makes a rental item). + Announce: True/False - Signs whether to relay a special item obtain announcement when this item comes out of the package. + Rate: 50 - If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given. + Named: True/False - Signs whether the item should have the owner's name in it. } } */ + diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 267b6200..825ed1e4 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -52,307 +52,309 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so */ //==================================================== Viro: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 - Weight: 20000 - BaseASPD: { - Fist: 40 - Dagger: 55 - Sword: 57 - Axe: 50 - TwoHandAxe: 100 - Mace: 50 - TwoHandMace: 55 - Rod: 65 - TwoHandRod: 65 - Shield: 10 - Bow: 80 - Katar: 65 - } - HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 - 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 - 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 - 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 - 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 - 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 - 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 - 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 - 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 - 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 - 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 - 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 - 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 - 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 - 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 - 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 - SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 - 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 - 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 - 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 - 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 - 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20000 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + TwoHandAxe: 100 + Mace: 50 + TwoHandMace: 55 + Rod: 65 + TwoHandRod: 65 + Shield: 10 + Bow: 80 + Katar: 65 + } + HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 + 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 + 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 + 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 + 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 + 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 + 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 + 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 + 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 + 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 + 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 + 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 + 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 + 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 + 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 + 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 + SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 + 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 + 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 + 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 + 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 + 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 + 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 + 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 + 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 + 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 + 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } CaveUkar: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 - Weight: 20000 - BaseASPD: { - Fist: 40 - Dagger: 55 - Sword: 57 - Axe: 50 - TwoHandAxe: 100 - Mace: 50 - TwoHandMace: 55 - Rod: 65 - TwoHandRod: 65 - Shield: 10 - Bow: 80 - Katar: 65 - } - HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 - 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 - 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 - 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 - 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 - 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 - 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 - 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 - 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 - 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 - 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 - 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 - 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 - 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 - 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 - 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 - SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 - 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 - 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 - 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 - 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 - 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20000 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + TwoHandAxe: 100 + Mace: 50 + TwoHandMace: 55 + Rod: 65 + TwoHandRod: 65 + Shield: 10 + Bow: 80 + Katar: 65 + } + HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 + 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 + 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 + 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 + 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 + 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 + 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 + 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 + 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 + 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 + 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 + 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 + 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 + 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 + 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 + 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 + SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 + 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 + 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 + 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 + 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 + 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 + 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 + 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 + 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 + 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 + 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } FireKralog: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 - Weight: 20000 - BaseASPD: { - Fist: 40 - Dagger: 55 - Sword: 57 - Axe: 50 - TwoHandAxe: 100 - Mace: 50 - TwoHandMace: 55 - Rod: 65 - TwoHandRod: 65 - Shield: 10 - Bow: 80 - Katar: 65 - } - HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 - 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 - 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 - 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 - 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 - 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 - 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 - 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 - 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 - 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 - 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 - 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 - 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 - 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 - 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 - 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 - SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 - 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 - 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 - 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 - 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 - 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20000 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + TwoHandAxe: 100 + Mace: 50 + TwoHandMace: 55 + Rod: 65 + TwoHandRod: 65 + Shield: 10 + Bow: 80 + Katar: 65 + } + HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 + 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 + 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 + 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 + 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 + 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 + 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 + 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 + 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 + 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 + 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 + 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 + 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 + 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 + 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 + 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 + SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 + 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 + 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 + 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 + 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 + 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 + 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 + 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 + 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 + 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 + 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } LightRaijin: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 - Weight: 20000 - BaseASPD: { - Fist: 40 - Dagger: 55 - Sword: 57 - Axe: 50 - TwoHandAxe: 100 - Mace: 50 - TwoHandMace: 55 - Rod: 65 - TwoHandRod: 65 - Shield: 10 - Bow: 80 - Katar: 65 - } - HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 - 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 - 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 - 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 - 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 - 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 - 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 - 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 - 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 - 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 - 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 - 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 - 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 - 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 - 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 - 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 - SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 - 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 - 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 - 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 - 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 - 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20000 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + TwoHandAxe: 100 + Mace: 50 + TwoHandMace: 55 + Rod: 65 + TwoHandRod: 65 + Shield: 10 + Bow: 80 + Katar: 65 + } + HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 + 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 + 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 + 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 + 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 + 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 + 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 + 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 + 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 + 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 + 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 + 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 + 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 + 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 + 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 + 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 + SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 + 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 + 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 + 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 + 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 + 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 + 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 + 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 + 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 + 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 + 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } SeaTritan: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 - Weight: 20000 - BaseASPD: { - Fist: 40 - Dagger: 55 - Sword: 57 - Axe: 50 - TwoHandAxe: 100 - Mace: 50 - TwoHandMace: 55 - Rod: 65 - TwoHandRod: 65 - Shield: 10 - Bow: 80 - Katar: 65 - } - HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 - 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 - 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 - 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 - 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 - 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 - 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 - 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 - 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 - 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 - 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 - 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 - 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 - 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 - 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 - 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 - SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 - 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 - 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 - 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 - 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 - 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 - 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 - 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 - 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 - 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 - 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 - 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 - 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 - 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 - 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 + Weight: 20000 + BaseASPD: { + Fist: 40 + Dagger: 55 + Sword: 57 + Axe: 50 + TwoHandAxe: 100 + Mace: 50 + TwoHandMace: 55 + Rod: 65 + TwoHandRod: 65 + Shield: 10 + Bow: 80 + Katar: 65 + } + HPTable:[ 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, // 1 - 10 + 900, 950, 1000, 1050, 1100, 1150, 1200, 1250, 1300, 1350, // 11 - 20 + 1400, 1450, 1500, 1550, 1600, 1650, 1700, 1750, 1800, 1850, // 21 - 30 + 1900, 1950, 2000, 2050, 2100, 2150, 2200, 2250, 2300, 2350, // 31 - 40 + 2400, 2450, 2500, 2550, 2600, 2650, 2700, 2750, 2800, 2850, // 41 - 50 + 2900, 2950, 3000, 3050, 3100, 3150, 3200, 3250, 3300, 3350, // 51 - 60 + 3400, 3450, 3500, 3550, 3600, 3650, 3700, 3750, 3800, 3850, // 61 - 70 + 3900, 3950, 4000, 4050, 4100, 4150, 4200, 4250, 4300, 4350, // 71 - 80 + 4400, 4450, 4500, 4550, 4600, 4650, 4700, 4750, 4800, 4850, // 81 - 90 + 4900, 4950, 5000, 5050, 5100, 5150, 5200, 5250, 5300, 5350, // 91 - 100 + 5400, 5450, 5500, 5550, 5600, 5650, 5700, 5750, 5800, 5850, // 101 - 110 + 5900, 5950, 6000, 6050, 6100, 6150, 6200, 6250, 6300, 6350, // 111 - 120 + 6400, 6450, 6500, 6550, 6600, 6650, 6700, 6750, 6800, 6850, // 121 - 130 + 6900, 6950, 7000, 7050, 7100, 7150, 7200, 7250, 7300, 7350, // 131 - 140 + 7400, 7450, 7500, 7550, 7600, 7650, 7700, 7750, 7800, 7850, // 141 - 150 + 7900, 7950, 8000, 8050, 8100, 8150, 8200, 8250, 8300, 835] // 151 - 160 + SPTable:[ 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, // 1 - 10 + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, // 11 - 20 + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, // 21 - 30 + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, // 31 - 40 + 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, // 41 - 50 + 610, 620, 630, 640, 650, 660, 670, 680, 690, 700, // 51 - 60 + 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, // 61 - 70 + 810, 820, 830, 840, 850, 860, 870, 880, 890, 900, // 71 - 80 + 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, // 81 - 90 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1000, // 91 - 100 + 1010, 1020, 1030, 1040, 1050, 1060, 1070, 1080, 1090, 1100, // 101 - 110 + 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, // 111 - 120 + 1210, 1220, 1230, 1240, 1250, 1260, 1270, 1280, 1290, 1300, // 121 - 130 + 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, // 131 - 140 + 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1480, 1490, 1500, // 141 - 150 + 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 160] // 151 - 160 } FrostKralog: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "FireKralog" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. } DarkRaijin: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "LightRaijin" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. } ArgaesViro: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "Viro" ); } TonoriViro: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "Viro" ); } LakeTritan: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "SeaTritan" ); } MountainUkar: { - BaseExpGroup: "EvolClasses" - JobExpGroup: "EvolClasses" - MoveSpeed: 150 + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" + MoveSpeed: 150 Inherit: ( "CaveUkar" ); } + + diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 22ddacdf..9f255b39 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -1,12 +1,12 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //==================================================== //= Hercules Map Zone Database [Ind/Hercules] //================ More Information ================== @@ -41,10 +41,10 @@ zones: ( //Apple: true //ID501: true } - + mapflags: ( ) - + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above @@ -61,7 +61,7 @@ zones: ( /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { WM_LULLABY_DEEPSLEEP: "PLAYER" WM_SIRCLEOFNATURE: "PLAYER" @@ -69,25 +69,25 @@ zones: ( SO_ARRULLO: "PLAYER" CG_HERMODE: "PLAYER" } - + disabled_items: { } mapflags: ( ) - + }, { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" } - + disabled_items: { } - + /* cashshop disabled in pvp maps */ mapflags: ( "nocashshop", @@ -114,13 +114,13 @@ zones: ( /* PK Mode zone is only used when server is on pk_mode (battle.conf), it applies to all pvp maps that don't have their own zone */ name: "PK Mode" /* changing this name requires MAP_ZONE_PK_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { - + } - + disabled_items: { - + } /* PK Mode Damage Reductions */ @@ -140,7 +140,7 @@ zones: ( { /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" @@ -161,7 +161,7 @@ zones: ( SC_DIMENSIONDOOR: "PLAYER" SU_LOPE: "PLAYER" } - + disabled_items: { } /* 5 second duration increase on GvG */ @@ -183,12 +183,12 @@ zones: ( "nocashshop", "gvg_noparty", ) - + }, { /* Battlegrounds zone is applied to all maps with a battlegrounds mapflag */ name: "Battlegrounds" /* changing this name requires MAP_ZONE_BG_NAME to also be changed in src/map/map.h file */ - + disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" @@ -226,8 +226,8 @@ zones: ( SU_LOPE: "PLAYER" } disabled_items: { - } - + } + /* knockback disabled */ /* Battlegrounds Damage Reductions */ /* - weapon_damage_rate -30% */ @@ -247,7 +247,7 @@ zones: ( }, { name: "Aldebaran Turbo Track" - + disabled_skills: { SM_ENDURE: "PLAYER" AL_TELEPORT: "PLAYER" @@ -268,38 +268,38 @@ zones: ( SC_DIMENSIONDOOR: "PLAYER" GN_CARTBOOST: "PLAYER" } - + disabled_items: { } }, { name: "Jail" - + disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } - + disabled_items: { } }, { name: "Izlude Battle Arena" - + disabled_skills: { RG_INTIMIDATE: "PLAYER" AL_TELEPORT: "PLAYER" SC_FATALMENACE: "PLAYER" - SC_DIMENSIONDOOR: "PLAYER" + SC_DIMENSIONDOOR: "PLAYER" } - + disabled_items: { } }, { name: "GvG2" inherit: ( "GvG" ) /* will import all gvg has */ - + disabled_skills: { TK_HIGHJUMP: "PLAYER" SA_ABRACADABRA: "PLAYER" @@ -308,13 +308,13 @@ zones: ( { name: "WoE TE" inherit: ( "GvG" ) /* will import all gvg has */ - + disabled_items: { } }, { name: "Sealed Shrine" - + disabled_skills: { MG_SAFETYWALL: "PLAYER" AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY" @@ -327,7 +327,7 @@ zones: ( }, { name: "Memorial Dungeon" /* ETower, Orc's Memory, Nidhoggur's Nest, etc */ - + disabled_skills: { AL_TELEPORT: "PLAYER | MONSTER | HOMUN | MERCENARY" WZ_ICEWALL: "PLAYER" @@ -340,7 +340,7 @@ zones: ( }, { name: "Towns" - + disabled_skills: { AM_CANNIBALIZE: "PLAYER" AM_SPHEREMINE: "PLAYER" @@ -350,7 +350,7 @@ zones: ( WM_POEMOFNETHERWORLD: "PLAYER" GN_WALLOFTHORN: "PLAYER" } - + disabled_items: { } } diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 775a060a..c627e2c3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -31,4004 +31,4004 @@ mob_db: ( // Mobs Database // /****************************************************************************** -************* Entry structure ************************************************ -****************************************************************************** -{ - // =================== Mandatory fields =============================== - Id: ID (int) - SpriteName: "SPRITE_NAME" (string) - Name: "Mob name" (string) - // =================== Optional fields ================================ - JName: "Mob name" (string) - Lv: level (int, defaults to 1) - Hp: health (int, defaults to 1) - Sp: mana (int, defaults to 0) - Exp: basic experience (int, defaults to 0) - JExp: job experience (int, defaults to 0) - AttackRange: attack range (int, defaults to 1) - Attack: [attack1, attack2] (int, defaults to 0) - Def: defence (int, defaults to 0) - Mdef: magic defence (int, defaults to 0) - Stats: { - Str: strength (int, defaults to 0) - Agi: agility (int, defaults to 0) - Vit: vitality (int, defaults to 0) - Int: intelligence (int, defaults to 0) - Dex: dexterity (int, defaults to 0) - Luk: luck (int, defaults to 0) - } - ViewRange: view range (int, defaults to 1) - ChaseRange: chase range (int, defaults to 1) - Size: size (int, defaults to 1) - Race: race (int, defaults to 0) - Element: (type, level) - Mode: { - CanMove: true/false (bool, defaults to false) - Looter: true/false (bool, defaults to false) - Aggressive: true/false (bool, defaults to false) - Assist: true/false (bool, defaults to false) - CastSensorIdle:true/false (bool, defaults to false) - Boss: true/false (bool, defaults to false) - Plant: true/false (bool, defaults to false) - CanAttack: true/false (bool, defaults to false) - Detector: true/false (bool, defaults to false) - CastSensorChase: true/false (bool, defaults to false) - ChangeChase: true/false (bool, defaults to false) - Angry: true/false (bool, defaults to false) - ChangeTargetMelee: true/false (bool, defaults to false) - ChangeTargetChase: true/false (bool, defaults to false) - TargetWeak: true/false (bool, defaults to false) - NoKnockback: true/false (bool, defaults to false) - SurviveWithoutMaster: true/false (bool, defaults to false) - } - MoveSpeed: move speed (int, defaults to 0) - WalkMask: walk mask (int, defaults to 0) - AttackDelay: attack delay (int, defaults to 4000) - AttackMotion: attack motion (int, defaults to 2000) - DamageMotion: damage motion (int, defaults to 0) - SpawnCollisionSize: collision size (int, defaults to -1) - SpawnCollisionMask: collision mask (int, defaults to 1) - MvpExp: mvp experience (int, defaults to 0) - MvpDrops: { - AegisName: chance (string: int) - // ... - } - Drops: { - AegisName: chance (string: int) - // or - AegisName: (chance, "Option Drop Group") - // ... - } - DamageTakenRate: damage taken rate (int, defaults to 100) - WeaponAttacks: { - WeaponType: 10000 - } - SkillAttacks: { - SkillName: 10000 - } - ViewData: { - SpriteId: sprite id (int, defaults to Id) - WeaponId: weapon id (int, defaults to 0) - ShieldId: shield id (int, defaults to 0) - RobeId: garment id (int, defaults to 0) - HeadTopId: top headgear id (int, defaults to 0) - HeadMidId: middle headgear id (int, defaults to 0) - HeadLowId: lower headgear id (int, defaults to 0) - HairStyleId: hair style id (int, defaults to 0) - BodyStyleId: clothes id (int, defaults to 0) - HairColorId: hair color id (int, defaults to 0) - BodyColorId: clothes color id (int, defaults to 0) - Gender: gender (string, defaults to "SEX_FEMALE") - Options: options (int, defaults to 0) - } + ************* Entry structure ************************************************ + ****************************************************************************** +{ + // =================== Mandatory fields =============================== + Id: ID (int) + SpriteName: "SPRITE_NAME" (string) + Name: "Mob name" (string) + // =================== Optional fields ================================ + JName: "Mob name" (string) + Lv: level (int, defaults to 1) + Hp: health (int, defaults to 1) + Sp: mana (int, defaults to 0) + Exp: basic experience (int, defaults to 0) + JExp: job experience (int, defaults to 0) + AttackRange: attack range (int, defaults to 1) + Attack: [attack1, attack2] (int, defaults to 0) + Def: defence (int, defaults to 0) + Mdef: magic defence (int, defaults to 0) + Stats: { + Str: strength (int, defaults to 0) + Agi: agility (int, defaults to 0) + Vit: vitality (int, defaults to 0) + Int: intelligence (int, defaults to 0) + Dex: dexterity (int, defaults to 0) + Luk: luck (int, defaults to 0) + } + ViewRange: view range (int, defaults to 1) + ChaseRange: chase range (int, defaults to 1) + Size: size (int, defaults to 1) + Race: race (int, defaults to 0) + Element: (type, level) + Mode: { + CanMove: true/false (bool, defaults to false) + Looter: true/false (bool, defaults to false) + Aggressive: true/false (bool, defaults to false) + Assist: true/false (bool, defaults to false) + CastSensorIdle:true/false (bool, defaults to false) + Boss: true/false (bool, defaults to false) + Plant: true/false (bool, defaults to false) + CanAttack: true/false (bool, defaults to false) + Detector: true/false (bool, defaults to false) + CastSensorChase: true/false (bool, defaults to false) + ChangeChase: true/false (bool, defaults to false) + Angry: true/false (bool, defaults to false) + ChangeTargetMelee: true/false (bool, defaults to false) + ChangeTargetChase: true/false (bool, defaults to false) + TargetWeak: true/false (bool, defaults to false) + NoKnockback: true/false (bool, defaults to false) + SurviveWithoutMaster: true/false (bool, defaults to false) + } + MoveSpeed: move speed (int, defaults to 0) + WalkMask: walk mask (int, defaults to 0) + AttackDelay: attack delay (int, defaults to 4000) + AttackMotion: attack motion (int, defaults to 2000) + DamageMotion: damage motion (int, defaults to 0) + SpawnCollisionSize: collision size (int, defaults to -1) + SpawnCollisionMask: collision mask (int, defaults to 1) + MvpExp: mvp experience (int, defaults to 0) + MvpDrops: { + AegisName: chance (string: int) + // ... + } + Drops: { + AegisName: chance (string: int) + // or + AegisName: (chance, "Option Drop Group") + // ... + } + DamageTakenRate: damage taken rate (int, defaults to 100) + WeaponAttacks: { + WeaponType: 10000 + } + SkillAttacks: { + SkillName: 10000 + } + ViewData: { + SpriteId: sprite id (int, defaults to Id) + WeaponId: weapon id (int, defaults to 0) + ShieldId: shield id (int, defaults to 0) + RobeId: garment id (int, defaults to 0) + HeadTopId: top headgear id (int, defaults to 0) + HeadMidId: middle headgear id (int, defaults to 0) + HeadLowId: lower headgear id (int, defaults to 0) + HairStyleId: hair style id (int, defaults to 0) + BodyStyleId: clothes id (int, defaults to 0) + HairColorId: hair color id (int, defaults to 0) + BodyColorId: clothes color id (int, defaults to 0) + Gender: gender (string, defaults to "SEX_FEMALE") + Options: options (int, defaults to 0) + } }, ******************************************************************************/ { - Id: 1002 - SpriteName: "Piou" - Name: "Piou" - Lv: 1 - Hp: 110 - Sp: 0 - Exp: 3 - JExp: 0 - AttackRange: 1 - Attack: [22, 25] - Def: 0 - Mdef: 0 - WalkMask: "WALK_AIR" - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 0 - Dex: 6 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1000 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - CanAttack: true - SurviveWithoutMaster: true - } - MoveSpeed: 200 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - PiouFeathers: 2300 - PiouLegs: 2700 - } -}, -{ - Id: 1003 - SpriteName: "Piousse" - Name: "Piousse" - Lv: 2 - Hp: 220 - Sp: 0 - Exp: 7 - JExp: 0 - AttackRange: 1 - Attack: [38, 40] - Def: 1 - Mdef: 0 - Stats: { - Str: 5 - Agi: 1 - Vit: 5 - Int: 0 - Dex: 10 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1000 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - CanAttack: true - SurviveWithoutMaster: true - } - MoveSpeed: 150 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - HalfEggshell: 4000 - PiouLegs: 3000 - PiouFeathers: 3000 - } + Id: 1002 + SpriteName: "Piou" + Name: "Piou" + Lv: 1 + Hp: 110 + Sp: 0 + Exp: 3 + JExp: 0 + AttackRange: 1 + Attack: [22, 25] + Def: 0 + Mdef: 0 + WalkMask: "WALK_AIR" + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + SurviveWithoutMaster: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + PiouFeathers: 2300 + PiouLegs: 2700 + } +}, +{ + Id: 1003 + SpriteName: "Piousse" + Name: "Piousse" + Lv: 2 + Hp: 220 + Sp: 0 + Exp: 7 + JExp: 0 + AttackRange: 1 + Attack: [38, 40] + Def: 1 + Mdef: 0 + Stats: { + Str: 5 + Agi: 1 + Vit: 5 + Int: 0 + Dex: 10 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + SurviveWithoutMaster: true + } + MoveSpeed: 150 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HalfEggshell: 4000 + PiouLegs: 3000 + PiouFeathers: 3000 + } +}, +{ + Id: 1004 + SpriteName: "Tortuga" + Name: "Tortuga" + Lv: 3 + Hp: 325 + Sp: 0 + Exp: 6 + JExp: 0 + AttackRange: 1 + Attack: [44, 45] + Def: 5 + Mdef: 0 + WalkMask: "WALK_WATER" + Stats: { + Str: 1 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 20 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 900 + AttackDelay: 2872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + TortugaShellFragment: 1880 + LettuceLeaf: 1800 + TortugaTongue: 1000 + Fungus: 800 + SeaDrops: 500 + Aquada: 500 + TortugaShell: 500 + Moss: 500 + } + WeaponAttacks: { + Bows: 7000 + } +}, +{ + Id: 1005 + SpriteName: "Ratto" + Name: "Ratto" + Lv: 5 + Hp: 540 + Sp: 0 + Exp: 10 + JExp: 0 + AttackRange: 1 + Attack: [49, 50] + Def: 8 + Mdef: 0 + Stats: { + Str: 5 + Agi: 15 + Vit: 10 + Int: 1 + Dex: 25 + Luk: 4 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 150 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Cheese: 2000 + RattoTeeth: 1000 + RattoTail: 700 + Piberries: 700 + Moss: 700 + } +}, +{ + Id: 1006 + SpriteName: "Croc" + Name: "Croc" + Lv: 8 + Hp: 900 + Sp: 0 + Exp: 12 + JExp: 0 + AttackRange: 1 + Attack: [64, 70] + Def: 15 + Mdef: 1 + Stats: { + Str: 6 + Agi: 20 + Vit: 10 + Int: 1 + Dex: 30 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CrocClaw: 2000 + BlueCoral: 1300 + Aquada: 1500 + SeaDrops: 700 + Coral: 500 + } +}, +{ + Id: 1007 + SpriteName: "LittleBlub" + Name: "Little Blub" + Lv: 4 + Hp: 440 + Sp: 0 + Exp: 7 + JExp: 0 + AttackRange: 1 + Attack: [25, 30] + Def: 6 + Mdef: 1 + WalkMask: "WALK_WATER" + Stats: { + Str: 5 + Agi: 17 + Vit: 5 + Int: 1 + Dex: 28 + Luk: 15 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + SurviveWithoutMaster: true + } + MoveSpeed: 300 + AttackDelay: 1100 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SmallTentacles: 1500 + PinkBlobime: 1500 + Aquada: 1500 + SeaDrops: 1000 + Coral: 1000 + Pearl: 10 + } +}, +{ + Id: 1008 + SpriteName: "Blub" + Name: "Blub" + Lv: 8 + Hp: 1300 + Sp: 0 + Exp: 27 + JExp: 2 + AttackRange: 1 + Attack: [90, 100] + Def: 14 + Mdef: 3 + WalkMask: "WALK_WATER" + Stats: { + Str: 8 + Agi: 15 + Vit: 20 + Int: 1 + Dex: 35 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Boss: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 2150 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Tentacles: 1800 + PinkBlobime: 2000 + Aquada: 1500 + SeaDrops: 1600 + Coral: 3000 + Pearl: 70 + } +}, +{ + Id: 1009 + SpriteName: "ToppyBlub" + Name: "Toppy Blub" + Lv: 11 + Hp: 1200 + Sp: 0 + Exp: 16 + JExp: 0 + AttackRange: 1 + Attack: [150, 180] + Def: 21 + Mdef: 3 + WalkMask: "WALK_WATER" + Stats: { + Str: 20 + Agi: 8 + Vit: 15 + Int: 1 + Dex: 40 + Luk: 13 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 2150 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Tentacles: 2300 + PurpleBlobime: 1800 + Aquada: 1200 + SeaDrops: 4000 + BlueCoral: 2200 + Pearl: 100 + } +}, +{ + Id: 1010 + SpriteName: "Crocotree" + Name: "Crocotree" + Lv: 10 + Hp: 1100 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [10, 10] + Def: 19 + Mdef: 3 + Stats: { + Str: 2 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 1 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HalfCroconut: 4200 + Croconut: 3300 + } +}, +{ + Id: 1011 + SpriteName: "PlushroomField" + Name: "Plushroom Field" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Plushroom: 7000 + MushroomSpores: 2000 + Moss: 300 + } +}, +{ + Id: 1012 + SpriteName: "Frostiana" + Name: "Frostiana" + Lv: 9 + Hp: 980 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [95, 100] + Def: 17 + Mdef: 2 + Stats: { + Str: 10 + Agi: 1 + Vit: 15 + Int: 1 + Dex: 40 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 2400 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MushroomSpores: 4000 + Moss: 700 + } +}, +{ + Id: 1013 + SpriteName: "Pikpik" + Name: "Pikpik" + Lv: 10 + Hp: 1120 + Sp: 0 + Exp: 16 + JExp: 0 + AttackRange: 0 + Attack: [65, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 5 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 30 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + UrchinMeat: 2000 + } +}, +{ + Id: 1014 + SpriteName: "CroconutMob" + Name: "CroconutMob" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [80, 95] + Def: 1 + Mdef: 0 + Stats: { + Str: 15 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 54 + Luk: 7 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HalfCroconut: 4200 + Croconut: 3300 + } +}, +{ + Id: 1015 + SpriteName: "Tipiu" + Name: "Tipiu" + Lv: 20 + Hp: 2200 + Sp: 0 + Exp: 42 + JExp: 2 + AttackRange: 1 + Attack: [75, 100] + Def: 46 + Mdef: 8 + WalkMask: "WALK_AIR" + Stats: { + Str: 10 + Agi: 5 + Vit: 20 + Int: 0 + Dex: 35 + Luk: 15 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 200 + AttackDelay: 1120 + AttackMotion: 1672 + DamageMotion: 100 + Drops: { + PiouFeathers: 3700 + PiouLegs: 4000 + EasterEgg: 3000 + } +}, +{ + Id: 1016 + SpriteName: "Tipiou" + Name: "Tipiou" + Lv: 45 + Hp: 5000 + Sp: 0 + Exp: 340 + JExp: 9 + AttackRange: 1 + Attack: [220, 250] + Def: 128 + Mdef: 22 + WalkMask: "WALK_AIR" + Stats: { + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 30 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 250 + AttackDelay: 1120 + AttackMotion: 1672 + DamageMotion: 100 + Drops: { + PiouFeathers: 3300 + PiouLegs: 3700 + EasterEgg: 3000 + } +}, +{ + Id: 1017 + SpriteName: "MananaTree" + Name: "Manana Tree" + Lv: 5 + Hp: 600 + Sp: 0 + Exp: 9 + JExp: 0 + AttackRange: 1 + Attack: [10, 10] + Def: 15 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Manana: 2500 + Manana: 1000 + } +}, +{ + Id: 1018 + SpriteName: "Crafty" + Name: "Crafty" + Lv: 7 + Hp: 760 + Sp: 0 + Exp: 12 + JExp: 1 + AttackRange: 1 + Attack: [25, 30] + Def: 12 + Mdef: 1 + Stats: { + Str: 4 + Agi: 30 + Vit: 20 + Int: 1 + Dex: 50 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 270 + Drops: { + LeftCraftyWing: 4000 + RightCraftyWing: 4000 + BatTeeth: 4000 + } +}, +{ + Id: 1019 + SpriteName: "PumpkinMob" + Name: "PumpkinMob" + Lv: 1 + Hp: 1900 + Sp: 0 + Exp: 2 + JExp: 0 + AttackRange: 1 + Attack: [10, 10] + Def: 20 + Mdef: 0 + Stats: { + Str: 3 + Agi: 6 + Vit: 12 + Int: 1 + Dex: 1 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + PumpkinJuice: 5000 + } +}, +{ + Id: 1020 + SpriteName: "Cuco" + Name: "Cuco" + Lv: 25 + Hp: 2700 + Sp: 0 + Exp: 37 + JExp: 0 + AttackRange: 1 + Attack: [150, 200] + Def: 60 + Mdef: 10 + Stats: { + Str: 20 + Agi: 1 + Vit: 40 + Int: 1 + Dex: 45 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 1300 + AttackMotion: 672 + DamageMotion: 270 + Drops: { + Pumpkin: 10000 + } +}, +{ + Id: 1021 + SpriteName: "Dummy" + Name: "Dummy" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [10, 10] + Def: 100 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1022 + SpriteName: "Fluffy" + Name: "Fluffy" + Lv: 4 + Hp: 440 + Sp: 0 + Exp: 6 + JExp: 0 + AttackRange: 1 + Attack: [70, 90] + Def: 6 + Mdef: 0 + Stats: { + Str: 5 + Agi: 1 + Vit: 5 + Int: 1 + Dex: 25 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 2872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + FluffyFur: 3500 + LettuceLeaf: 2000 + Moss: 800 + } +}, +{ + Id: 1023 + SpriteName: "Mouboo" + Name: "Mouboo" + Lv: 16 + Hp: 1600 + Sp: 0 + Exp: 24 + JExp: 0 + AttackRange: 2 + Attack: [300, 350] + Def: 35 + Mdef: 6 + Stats: { + Str: 25 + Agi: 5 + Vit: 30 + Int: 1 + Dex: 5 + Luk: 35 + } + ViewRange: 1 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 3200 + AttackMotion: 1400 + DamageMotion: 1200 + Drops: { + Pearl: 10 + } +}, +{ + Id: 1024 + SpriteName: "Slime" + Name: "Green Slime" + Lv: 10 + Hp: 1080 + Sp: 0 + Exp: 16 + JExp: 1 + AttackRange: 1 + Attack: [85, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 5 + Agi: 15 + Vit: 20 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 2 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 1100 + AttackDelay: 2462 + AttackMotion: 864 + DamageMotion: 1026 + Drops: { + MaggotSlime: 800 + Moss: 400 + HalfEggshell: 200 + TreasureKey: 100 + } +}, +{ + Id: 1025 + SpriteName: "LittleSlime" + Name: "Little Green Slime" + Lv: 8 + Hp: 700 + Sp: 0 + Exp: 12 + JExp: 0 + AttackRange: 1 + Attack: [75, 100] + Def: 14 + Mdef: 1 + Stats: { + Str: 5 + Agi: 10 + Vit: 15 + Int: 1 + Dex: 20 + Luk: 5 + } + ViewRange: 2 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 1100 + AttackDelay: 2462 + AttackMotion: 864 + DamageMotion: 466 + Drops: { + MaggotSlime: 550 + } +}, +{ + Id: 1026 + SpriteName: "Maggot" + Name: "Maggot" + Lv: 10 + Hp: 1100 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 10 + Agi: 15 + Vit: 25 + Int: 1 + Dex: 15 + Luk: 20 + } + ViewRange: 5 + ChaseRange: 10 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 1976 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 500 + BugLeg: 600 + } +}, +{ + Id: 1027 + SpriteName: "CaveMaggot" + Name: "Cave Maggot" + Lv: 12 + Hp: 1300 + Sp: 0 + Exp: 20 + JExp: 2 + AttackRange: 1 + Attack: [75, 100] + Def: 24 + Mdef: 4 + Stats: { + Str: 10 + Agi: 18 + Vit: 20 + Int: 1 + Dex: 15 + Luk: 15 + } + ViewRange: 3 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + } + MoveSpeed: 500 + AttackDelay: 1576 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 500 + } +}, +{ + Id: 1028 + SpriteName: "ForestMaggot" + Name: "Forest Maggot" + Lv: 13 + Hp: 1400 + Sp: 0 + Exp: 20 + JExp: 0 + AttackRange: 1 + Attack: [125, 150] + Def: 27 + Mdef: 5 + Stats: { + Str: 20 + Agi: 25 + Vit: 25 + Int: 1 + Dex: 20 + Luk: 20 + } + ViewRange: 5 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + } + MoveSpeed: 600 + AttackDelay: 1676 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 500 + } +}, +{ + Id: 1029 + SpriteName: "Bee" + Name: "Bee" + Lv: 5 + Hp: 540 + Sp: 0 + Exp: 11 + JExp: 0 + AttackRange: 1 + Attack: [85, 100] + Def: 8 + Mdef: 0 + WalkMask: "WALK_AIR" + Stats: { + Str: 20 + Agi: 65 + Vit: 15 + Int: 3 + Dex: 40 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + Assist: true + Angry: true + SurviveWithoutMaster: false + } + MoveSpeed: 90 + AttackDelay: 1600 + AttackMotion: 1000 + DamageMotion: 800 + Drops: { + } +}, +{ + Id: 1030 + SpriteName: "Pinkie" + Name: "Pinkie" + Lv: 12 + Hp: 1300 + Sp: 0 + Exp: 19 + JExp: 1 + AttackRange: 1 + Attack: [235, 250] + Def: 32 + Mdef: 5 + Stats: { + Str: 5 + Agi: 10 + Vit: 15 + Int: 5 + Dex: 15 + Luk: 20 + } + ViewRange: 3 + ChaseRange: 10 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + } + MoveSpeed: 700 + AttackDelay: 2500 + AttackMotion: 600 + DamageMotion: 200 + Drops: { + PinkAntennae: 5000 + } +}, +{ + Id: 1031 + SpriteName: "LogHead" + Name: "Log Head" + Lv: 15 + Hp: 1625 + Sp: 0 + Exp: 21 + JExp: 0 + AttackRange: 1 + Attack: [235, 250] + Def: 32 + Mdef: 5 + Stats: { + Str: 30 + Agi: 5 + Vit: 10 + Int: 5 + Dex: 10 + Luk: 15 + } + ViewRange: 4 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + } + MoveSpeed: 1500 + AttackDelay: 2500 + AttackMotion: 800 + DamageMotion: 600 + Drops: { + RawLog: 5000 + } +}, +{ + Id: 1032 + SpriteName: "Butterfly" + Name: "Butterfly" + Lv: 11 + Hp: 1200 + Sp: 0 + Exp: 18 + JExp: 0 + AttackRange: 1 + Attack: [75, 100] + Def: 24 + Mdef: 4 + WalkMask: "WALK_AIR" + Stats: { + Str: 5 + Agi: 60 + Vit: 15 + Int: 3 + Dex: 25 + Luk: 30 + } + ViewRange: 4 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 200 + AttackDelay: 1600 + AttackMotion: 700 + DamageMotion: 850 + Drops: { + BugLeg: 5000 + AlizarinHerb: 1000 + CobaltHerb: 500 + MauveHerb: 100 + } +}, +{ + Id: 1033 + SpriteName: "CloverPatch" + Name: "Clover Patch" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + GrassSeeds: 2000 + FlowerSeeds: 100 + } +}, +{ + Id: 1034 + SpriteName: "PinkFlower" + Name: "Pink Flower" + Lv: 15 + Hp: 1500 + Sp: 0 + Exp: 23 + JExp: 0 + AttackRange: 2 + Attack: [15, 20] + Def: 20 + Mdef: 10 + Stats: { + Str: 5 + Agi: 1 + Vit: 10 + Int: 10 + Dex: 20 + Luk: 40 + } + ViewRange: 8 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 250 + AttackMotion: 750 + DamageMotion: 550 + Drops: { + PinkPetal: 1000 + PinkPetal: 200 + } +}, +{ + Id: 1035 + SpriteName: "ManaBug" + Name: "Mana Bug" + Lv: 15 + Hp: 1580 + Sp: 0 + Exp: 28 + JExp: 2 + AttackRange: 1 + Attack: [90, 100] + Def: 32 + Mdef: 5 + WalkMask: "WALK_AIR" + Stats: { + Str: 5 + Agi: 25 + Vit: 20 + Int: 1 + Dex: 20 + Luk: 20 + } + ViewRange: 3 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Assist: true + } + MoveSpeed: 300 + AttackDelay: 1800 + AttackMotion: 500 + DamageMotion: 700 + Drops: { + BugLeg: 10000 + } +}, +{ + Id: 1036 + SpriteName: "MauvePlant" + Name: "Mauve Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + MauveHerb: 3300 + MauveHerb: 3300 + MauveHerb: 2500 + } +}, +{ + Id: 1037 + SpriteName: "AlizarinPlant" + Name: "Alizarin Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + AlizarinHerb: 3300 + AlizarinHerb: 3000 + AlizarinHerb: 2000 + } +}, +{ + Id: 1038 + SpriteName: "GambogePlant" + Name: "Gamboge Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + GambogeHerb: 3300 + GambogeHerb: 2500 + GambogeHerb: 1800 + } +}, +{ + Id: 1039 + SpriteName: "CobaltPlant" + Name: "Cobalt Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + CobaltHerb: 2500 + CobaltHerb: 1800 + CobaltHerb: 1500 + } +}, +{ + Id: 1040 + SpriteName: "Silkworm" + Name: "Silkworm" + Lv: 10 + Hp: 10 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [1, 10] + Def: 5 + Mdef: 0 + Stats: { + Str: 1 + Agi: 10 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 10 + } + ViewRange: 3 + ChaseRange: 5 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 1200 + AttackDelay: 2500 + AttackMotion: 1200 + DamageMotion: 600 + Drops: { + SilkCocoon: 3500 + SilkCocoon: 500 + } +}, +{ + Id: 1041 + SpriteName: "Squirrel" + Name: "Squirrel" + Lv: 11 + Hp: 1180 + Sp: 0 + Exp: 16 + JExp: 0 + AttackRange: 1 + Attack: [55, 75] + Def: 21 + Mdef: 3 + Stats: { + Str: 15 + Agi: 25 + Vit: 10 + Int: 5 + Dex: 25 + Luk: 25 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 350 + AttackDelay: 895 + AttackMotion: 750 + DamageMotion: 600 + Drops: { + Acorn: 2500 + CobaltHerb: 1000 + MauveHerb: 1000 + } +}, +{ + Id: 1042 + SpriteName: "GrassSnake" + Name: "Grass Snake" + Lv: 20 + Hp: 2200 + Sp: 0 + Exp: 30 + JExp: 4 + AttackRange: 1 + Attack: [75, 100] + Def: 46 + Mdef: 8 + Stats: { + Str: 20 + Agi: 30 + Vit: 20 + Int: 1 + Dex: 50 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 400 + DamageMotion: 380 + Drops: { + } +}, +{ + Id: 1043 + SpriteName: "Scorpion" + Name: "Scorpion" + Lv: 14 + Hp: 1500 + Sp: 0 + Exp: 21 + JExp: 2 + AttackRange: 1 + Attack: [110, 150] + Def: 35 + Mdef: 6 + Stats: { + Str: 25 + Agi: 15 + Vit: 40 + Int: 1 + Dex: 20 + Luk: 10 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 1250 + AttackMotion: 800 + DamageMotion: 500 + Drops: { + } +}, +{ + Id: 1044 + SpriteName: "Spider" + Name: "Spider" + Lv: 22 + Hp: 2350 + Sp: 0 + Exp: 29 + JExp: 4 + AttackRange: 1 + Attack: [140, 150] + Def: 52 + Mdef: 9 + Stats: { + Str: 18 + Agi: 32 + Vit: 16 + Int: 1 + Dex: 25 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 700 + AttackDelay: 1400 + AttackMotion: 500 + DamageMotion: 300 + Drops: { + } +}, +{ + Id: 1045 + SpriteName: "DiamondVein" + Name: "Diamond Vein" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + DiamondShard: 500 + CrudeDiamond: 100 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1046 + SpriteName: "GoldVein" + Name: "Gold Vein" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + GoldNuggets: 1000 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1047 + SpriteName: "IronVein" + Name: "Iron Vein" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + IronOre: 2500 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1048 + SpriteName: "CoalVein" + Name: "Coal Vein" + Lv: 1 + Hp: 7 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + Coal: 5000 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1049 + SpriteName: "SpikyMushroom" + Name: "Spiky Mushroom" + Lv: 19 + Hp: 2050 + Sp: 0 + Exp: 32 + JExp: 0 + AttackRange: 1 + Attack: [45, 50] + Def: 43 + Mdef: 7 + Stats: { + Str: 10 + Agi: 5 + Vit: 35 + Int: 10 + Dex: 25 + Luk: 25 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Assist: true + } + MoveSpeed: 800 + AttackDelay: 600 + AttackMotion: 700 + DamageMotion: 600 + Drops: { + HardSpike: 1000 + SmallMushroom: 800 + } +}, +{ + Id: 1050 + SpriteName: "WickedMushroom" + Name: "Wicked Mushroom" + Lv: 26 + Hp: 2800 + Sp: 0 + Exp: 37 + JExp: 3 + AttackRange: 1 + Attack: [60, 100] + Def: 64 + Mdef: 11 + Stats: { + Str: 10 + Agi: 5 + Vit: 40 + Int: 10 + Dex: 25 + Luk: 25 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 800 + AttackDelay: 600 + AttackMotion: 700 + DamageMotion: 600 + Drops: { + HardSpike: 2000 + } +}, +{ + Id: 1051 + SpriteName: "RubyVein" + Name: "Ruby Vein" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + RubyShard: 500 + CrudeRuby: 100 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1052 + SpriteName: "EmeraldVein" + Name: "Emerald Vein" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + EmeraldShard: 500 + CrudeEmerald: 100 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1053 + SpriteName: "SapphireVein" + Name: "Sapphire Vein" + Lv: 1 + Hp: 25 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + SapphireShard: 450 + CrudeSapphire: 95 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1054 + SpriteName: "TopazVein" + Name: "Topaz Vein" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + TopazShard: 500 + CrudeTopaz: 100 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1055 + SpriteName: "AmethystVein" + Name: "Amethyst Vein" + Lv: 1 + Hp: 22 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + AmethystShard: 475 + CrudeAmethyst: 98 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1056 + SpriteName: "Beehive" + Name: "Beehive" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 5 + ChaseRange: 15 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + BugLeg: 5000 + } +}, +{ + Id: 1058 + SpriteName: "BadBee" + Name: "Bad Bee" + Lv: 15 + Hp: 1600 + Sp: 0 + Exp: 33 + JExp: 0 + AttackRange: 1 + Attack: [100, 120] + Def: 32 + Mdef: 5 + WalkMask: "WALK_AIR" + Stats: { + Str: 25 + Agi: 55 + Vit: 15 + Int: 1 + Dex: 35 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + Assist: true + Angry: true + Aggressive: true + } + MoveSpeed: 105 + AttackDelay: 1200 + AttackMotion: 750 + DamageMotion: 750 + Drops: { + } +}, +{ + Id: 1059 + SpriteName: "YellowTulip" + Name: "Yellow Tulip" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1000 + Drops: { + AYellowTulip: 500 + } +}, +{ + Id: 1060 + SpriteName: "YellowRose" + Name: "Yellow Rose" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1000 + Drops: { + AYellowRose: 500 + } +}, +{ + Id: 1061 + SpriteName: "BlueRose" + Name: "Blue Rose" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1000 + Drops: { + ABlueRose: 200 + ABlueRose: 50 + } +}, +{ + Id: 1062 + SpriteName: "RedRose" + Name: "Red Rose" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1000 + Drops: { + ARedRose: 500 + ARedRose: 100 + ARedRose: 50 + } }, { - Id: 1004 - SpriteName: "Tortuga" - Name: "Tortuga" - Lv: 3 - Hp: 325 + Id: 1063 + SpriteName: "Bandit" + Name: "Bandit" + Lv: 26 + Hp: 2800 Sp: 0 - Exp: 6 - JExp: 0 + Exp: 48 + JExp: 6 AttackRange: 1 - Attack: [44, 45] - Def: 5 - Mdef: 0 - WalkMask: "WALK_WATER" + Attack: [120, 150] + Def: 64 + Mdef: 10 Stats: { - Str: 1 - Agi: 1 - Vit: 10 - Int: 1 - Dex: 20 - Luk: 5 + Str: 11 + Agi: 20 + Vit: 24 + Int: 10 + Dex: 33 + Luk: 11 } - ViewRange: 1 + ViewRange: 9 ChaseRange: 12 - Size: 0 Race: 2 - Element: (1, 1) + Element: (7, 1) Mode: { + Aggressive: true CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true } - MoveSpeed: 900 - AttackDelay: 2872 + MoveSpeed: 440 + AttackDelay: 1260 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 Drops: { - TortugaShellFragment: 1880 - LettuceLeaf: 1800 - TortugaTongue: 1000 - Fungus: 800 - SeaDrops: 500 - Aquada: 500 - TortugaShell: 500 - Moss: 500 - } - WeaponAttacks: { - Bows: 7000 + CoinBag: 500 + BottleOfWater: 250 + TreasureKey: 200 + Dagger: 90 + BanditTrousers: 1 + BanditHood: 1 + BanditBoots: 2 } }, { - Id: 1005 - SpriteName: "Ratto" - Name: "Ratto" - Lv: 5 - Hp: 540 + Id: 1064 + SpriteName: "RobinBandit" + Name: "Robin Bandit" + Lv: 35 + Hp: 3400 Sp: 0 - Exp: 10 - JExp: 0 - AttackRange: 1 - Attack: [49, 50] - Def: 8 - Mdef: 0 + Exp: 140 + JExp: 12 + AttackRange: 5 + Attack: [149, 152] + Def: 90 + Mdef: 22 Stats: { - Str: 5 - Agi: 15 - Vit: 10 - Int: 1 - Dex: 25 - Luk: 4 + Str: 15 + Agi: 25 + Vit: 28 + Int: 21 + Dex: 38 + Luk: 24 } - ViewRange: 1 + ViewRange: 8 ChaseRange: 12 - Size: 0 Race: 2 - Element: (5, 1) + Element: (7, 1) Mode: { + Aggressive: true CanMove: true - Looter: true CanAttack: true CastSensorChase: true ChangeChase: true } - MoveSpeed: 150 - AttackDelay: 1872 + MoveSpeed: 420 + AttackDelay: 920 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 Drops: { - Cheese: 2000 - RattoTeeth: 1000 - RattoTail: 700 - Piberries: 700 - Moss: 700 + TrainingArrow: 5000 + TrainingArrow: 1000 + TrainingArrow: 500 + EmptyBottle: 500 + CoinBag: 500 + TreasureKey: 200 + BanditTrousers: 1 + BanditHood: 1 + BanditGloves: 1 } }, { - Id: 1006 - SpriteName: "Croc" - Name: "Croc" - Lv: 8 - Hp: 900 + Id: 1065 + SpriteName: "BanditLord" + Name: "Bandit Lord" + Lv: 55 + Hp: 12000 Sp: 0 - Exp: 12 - JExp: 0 - AttackRange: 1 - Attack: [64, 70] - Def: 15 - Mdef: 1 + Exp: 500 + JExp: 60 + AttackRange: 5 + Attack: [572, 600] + Def: 150 + Mdef: 44 Stats: { - Str: 6 - Agi: 20 - Vit: 10 - Int: 1 - Dex: 30 - Luk: 10 + Str: 28 + Agi: 40 + Vit: 53 + Int: 31 + Dex: 55 + Luk: 28 } - ViewRange: 1 - ChaseRange: 12 - Size: 0 + ViewRange: 12 + ChaseRange: 16 Race: 2 - Element: (1, 1) + Element: (7, 1) Mode: { + Aggressive: true CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true + Boss: true + Angry: true } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - CrocClaw: 2000 - BlueCoral: 1300 - Aquada: 1500 - SeaDrops: 700 - Coral: 500 - } -}, -{ - Id: 1007 - SpriteName: "LittleBlub" - Name: "Little Blub" - Lv: 4 - Hp: 440 - Sp: 0 - Exp: 7 - JExp: 0 - AttackRange: 1 - Attack: [25, 30] - Def: 6 - Mdef: 1 - WalkMask: "WALK_WATER" - Stats: { - Str: 5 - Agi: 17 - Vit: 5 - Int: 1 - Dex: 28 - Luk: 15 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - Looter: true - Assist: true - CanAttack: true - SurviveWithoutMaster: true - } - MoveSpeed: 300 - AttackDelay: 1100 + MoveSpeed: 640 + AttackDelay: 2400 AttackMotion: 672 - DamageMotion: 480 + DamageMotion: 900 Drops: { - SmallTentacles: 1500 - PinkBlobime: 1500 - Aquada: 1500 - SeaDrops: 1000 - Coral: 1000 - Pearl: 10 + TreasureKey: 2000 + CoinBag: 750 + Dagger: 150 + BanditShawl: 10 + BanditTrousers: 5 + BanditHood: 5 } }, { - Id: 1008 - SpriteName: "Blub" - Name: "Blub" - Lv: 8 - Hp: 1300 + Id: 1066 + SpriteName: "LegionSwordswoman" + Name: "Legion Swordswoman" + Lv: 20 + Hp: 2220 Sp: 0 Exp: 27 - JExp: 2 + JExp: 3 AttackRange: 1 - Attack: [90, 100] - Def: 14 - Mdef: 3 - WalkMask: "WALK_WATER" + Attack: [75, 100] + Def: 46 + Mdef: 7 Stats: { - Str: 8 - Agi: 15 - Vit: 20 - Int: 1 - Dex: 35 - Luk: 20 + Str: 15 + Agi: 10 + Vit: 25 + Int: 5 + Dex: 20 + Luk: 10 } - ViewRange: 1 - ChaseRange: 12 - Size: 1 + ViewRange: 6 + ChaseRange: 9 Race: 2 - Element: (1, 1) + Element: (7, 1) Mode: { CanMove: true - Looter: true - Boss: true CanAttack: true CastSensorChase: true ChangeChase: true } - MoveSpeed: 500 - AttackDelay: 2150 + MoveSpeed: 280 + AttackDelay: 870 AttackMotion: 672 - DamageMotion: 480 - Drops: { - Tentacles: 1800 - PinkBlobime: 2000 - Aquada: 1500 - SeaDrops: 1600 - Coral: 3000 - Pearl: 70 - } + DamageMotion: 400 }, { - Id: 1009 - SpriteName: "ToppyBlub" - Name: "Toppy Blub" - Lv: 11 - Hp: 1200 + Id: 1067 + SpriteName: "LegionHalberdier" + Name: "Legion Halberdier" + Lv: 22 + Hp: 2200 Sp: 0 - Exp: 16 - JExp: 0 - AttackRange: 1 - Attack: [150, 180] - Def: 21 - Mdef: 3 - WalkMask: "WALK_WATER" + Exp: 30 + JExp: 4 + AttackRange: 2 + Attack: [200, 240] + Def: 50 + Mdef: 9 Stats: { - Str: 20 - Agi: 8 - Vit: 15 - Int: 1 + Str: 10 + Agi: 5 + Vit: 30 + Int: 5 Dex: 40 - Luk: 13 + Luk: 10 } - ViewRange: 1 - ChaseRange: 12 - Size: 1 + ViewRange: 6 + ChaseRange: 9 Race: 2 - Element: (1, 1) + Element: (7, 1) Mode: { CanMove: true - Looter: true CanAttack: true CastSensorChase: true ChangeChase: true } - MoveSpeed: 400 - AttackDelay: 2150 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - Tentacles: 2300 - PurpleBlobime: 1800 - Aquada: 1200 - SeaDrops: 4000 - BlueCoral: 2200 - Pearl: 100 - } -}, -{ - Id: 1010 - SpriteName: "Crocotree" - Name: "Crocotree" - Lv: 10 - Hp: 1100 - Sp: 0 - Exp: 15 - JExp: 0 - AttackRange: 1 - Attack: [10, 10] - Def: 19 - Mdef: 3 - Stats: { - Str: 2 - Agi: 1 - Vit: 10 - Int: 1 - Dex: 1 - Luk: 20 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - HalfCroconut: 4200 - Croconut: 3300 - } + MoveSpeed: 380 + AttackDelay: 2170 + AttackMotion: 954 + DamageMotion: 620 }, { - Id: 1011 - SpriteName: "PlushroomField" - Name: "Plushroom Field" - Lv: 1 - Hp: 50 - Sp: 0 - Exp: 0 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 0 - Mdef: 0 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 12 - Size: 2 - Race: 3 - Element: (2, 1) - MoveSpeed: 1000 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - Plushroom: 7000 - MushroomSpores: 2000 - Moss: 300 - } -}, -{ - Id: 1012 - SpriteName: "Frostiana" - Name: "Frostiana" - Lv: 9 - Hp: 980 - Sp: 0 - Exp: 15 - JExp: 0 - AttackRange: 1 - Attack: [95, 100] - Def: 17 - Mdef: 2 - Stats: { - Str: 10 - Agi: 1 - Vit: 15 - Int: 1 - Dex: 40 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 12 - Size: 2 - Race: 3 - Element: (2, 1) - Mode: { - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 2400 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - MushroomSpores: 4000 - Moss: 700 - } -}, -{ - Id: 1013 - SpriteName: "Pikpik" - Name: "Pikpik" - Lv: 10 - Hp: 1120 - Sp: 0 - Exp: 16 - JExp: 0 - AttackRange: 0 - Attack: [65, 100] - Def: 19 - Mdef: 3 - Stats: { - Str: 5 - Agi: 1 - Vit: 10 - Int: 1 - Dex: 30 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - UrchinMeat: 2000 - } -}, -{ - Id: 1014 - SpriteName: "CroconutMob" - Name: "CroconutMob" - Lv: 5 - Hp: 50 - Sp: 0 - Exp: 0 - JExp: 0 - AttackRange: 1 - Attack: [80, 95] - Def: 1 - Mdef: 0 - Stats: { - Str: 15 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 54 - Luk: 7 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 3 - Element: (1, 1) - Mode: { - Aggressive: true - CanAttack: true - } - MoveSpeed: 1000 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - HalfCroconut: 4200 - Croconut: 3300 - } -}, -{ - Id: 1015 - SpriteName: "Tipiu" - Name: "Tipiu" - Lv: 20 - Hp: 2200 - Sp: 0 - Exp: 42 - JExp: 2 - AttackRange: 1 - Attack: [75, 100] - Def: 46 - Mdef: 8 - WalkMask: "WALK_AIR" - Stats: { - Str: 10 - Agi: 5 - Vit: 20 - Int: 0 - Dex: 35 - Luk: 15 - } - ViewRange: 1 - ChaseRange: 1000 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - Aggressive: true - Assist: true - CanAttack: true - ChangeTargetMelee: true - ChangeChase: true - } - MoveSpeed: 200 - AttackDelay: 1120 - AttackMotion: 1672 - DamageMotion: 100 - Drops: { - PiouFeathers: 3700 - PiouLegs: 4000 - EasterEgg: 3000 - } -}, -{ - Id: 1016 - SpriteName: "Tipiou" - Name: "Tipiou" - Lv: 45 - Hp: 5000 - Sp: 0 - Exp: 340 - JExp: 9 - AttackRange: 1 - Attack: [220, 250] - Def: 128 - Mdef: 22 - WalkMask: "WALK_AIR" - Stats: { - Str: 15 - Agi: 5 - Vit: 15 - Int: 0 - Dex: 30 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - Assist: true - CanAttack: true - ChangeTargetMelee: true - ChangeChase: true - } - MoveSpeed: 250 - AttackDelay: 1120 - AttackMotion: 1672 - DamageMotion: 100 - Drops: { - PiouFeathers: 3300 - PiouLegs: 3700 - EasterEgg: 3000 - } -}, -{ - Id: 1017 - SpriteName: "MananaTree" - Name: "Manana Tree" - Lv: 5 - Hp: 600 - Sp: 0 - Exp: 9 - JExp: 0 - AttackRange: 1 - Attack: [10, 10] - Def: 15 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 10 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 12 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 1000 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - Manana: 2500 - Manana: 1000 - } -}, -{ - Id: 1018 - SpriteName: "Crafty" - Name: "Crafty" - Lv: 7 - Hp: 760 - Sp: 0 - Exp: 12 - JExp: 1 - AttackRange: 1 - Attack: [25, 30] - Def: 12 - Mdef: 1 - Stats: { - Str: 4 - Agi: 30 - Vit: 20 - Int: 1 - Dex: 50 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 1000 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 270 - Drops: { - LeftCraftyWing: 4000 - RightCraftyWing: 4000 - BatTeeth: 4000 - } -}, -{ - Id: 1019 - SpriteName: "PumpkinMob" - Name: "PumpkinMob" - Lv: 1 - Hp: 1900 - Sp: 0 - Exp: 2 - JExp: 0 - AttackRange: 1 - Attack: [10, 10] - Def: 20 - Mdef: 0 - Stats: { - Str: 3 - Agi: 6 - Vit: 12 - Int: 1 - Dex: 1 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - PumpkinJuice: 5000 - } -}, -{ - Id: 1020 - SpriteName: "Cuco" - Name: "Cuco" - Lv: 25 - Hp: 2700 - Sp: 0 - Exp: 37 - JExp: 0 - AttackRange: 1 - Attack: [150, 200] - Def: 60 - Mdef: 10 - Stats: { - Str: 20 - Agi: 1 - Vit: 40 - Int: 1 - Dex: 45 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 1000 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - Looter: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 1300 - AttackMotion: 672 - DamageMotion: 270 - Drops: { - Pumpkin: 10000 - } -}, -{ - Id: 1021 - SpriteName: "Dummy" - Name: "Dummy" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [10, 10] - Def: 100 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 12 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1000 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 -}, -{ - Id: 1022 - SpriteName: "Fluffy" - Name: "Fluffy" - Lv: 4 - Hp: 440 - Sp: 0 - Exp: 6 - JExp: 0 - AttackRange: 1 - Attack: [70, 90] - Def: 6 - Mdef: 0 - Stats: { - Str: 5 - Agi: 1 - Vit: 5 - Int: 1 - Dex: 25 - Luk: 5 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 2872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - FluffyFur: 3500 - LettuceLeaf: 2000 - Moss: 800 - } -}, -{ - Id: 1023 - SpriteName: "Mouboo" - Name: "Mouboo" - Lv: 16 - Hp: 1600 - Sp: 0 - Exp: 24 - JExp: 0 - AttackRange: 2 - Attack: [300, 350] - Def: 35 - Mdef: 6 - Stats: { - Str: 25 - Agi: 5 - Vit: 30 - Int: 1 - Dex: 5 - Luk: 35 - } - ViewRange: 1 - ChaseRange: 20 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 300 - AttackDelay: 3200 - AttackMotion: 1400 - DamageMotion: 1200 - Drops: { - Pearl: 10 - } -}, -{ - Id: 1024 - SpriteName: "Slime" - Name: "Green Slime" - Lv: 10 - Hp: 1080 - Sp: 0 - Exp: 16 - JExp: 1 - AttackRange: 1 - Attack: [85, 100] - Def: 19 - Mdef: 3 - Stats: { - Str: 5 - Agi: 15 - Vit: 20 - Int: 1 - Dex: 35 - Luk: 10 - } - ViewRange: 2 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 1100 - AttackDelay: 2462 - AttackMotion: 864 - DamageMotion: 1026 - Drops: { - MaggotSlime: 800 - Moss: 400 - HalfEggshell: 200 - TreasureKey: 100 - } -}, -{ - Id: 1025 - SpriteName: "LittleSlime" - Name: "Little Green Slime" - Lv: 8 - Hp: 700 - Sp: 0 - Exp: 12 - JExp: 0 - AttackRange: 1 - Attack: [75, 100] - Def: 14 - Mdef: 1 - Stats: { - Str: 5 - Agi: 10 - Vit: 15 - Int: 1 - Dex: 20 - Luk: 5 - } - ViewRange: 2 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 1100 - AttackDelay: 2462 - AttackMotion: 864 - DamageMotion: 466 - Drops: { - MaggotSlime: 550 - } -}, -{ - Id: 1026 - SpriteName: "Maggot" - Name: "Maggot" - Lv: 10 - Hp: 1100 - Sp: 0 - Exp: 15 - JExp: 0 - AttackRange: 1 - Attack: [90, 100] - Def: 19 - Mdef: 3 - Stats: { - Str: 10 - Agi: 15 - Vit: 25 - Int: 1 - Dex: 15 - Luk: 20 - } - ViewRange: 5 - ChaseRange: 10 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 1976 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - MaggotSlime: 500 - BugLeg: 600 - } -}, -{ - Id: 1027 - SpriteName: "CaveMaggot" - Name: "Cave Maggot" - Lv: 12 - Hp: 1300 - Sp: 0 - Exp: 20 - JExp: 2 - AttackRange: 1 - Attack: [75, 100] - Def: 24 - Mdef: 4 - Stats: { - Str: 10 - Agi: 18 - Vit: 20 - Int: 1 - Dex: 15 - Luk: 15 - } - ViewRange: 3 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Angry: true - } - MoveSpeed: 500 - AttackDelay: 1576 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - MaggotSlime: 500 - } -}, -{ - Id: 1028 - SpriteName: "ForestMaggot" - Name: "Forest Maggot" - Lv: 13 - Hp: 1400 - Sp: 0 - Exp: 20 - JExp: 0 - AttackRange: 1 - Attack: [125, 150] - Def: 27 - Mdef: 5 - Stats: { - Str: 20 - Agi: 25 - Vit: 25 - Int: 1 - Dex: 20 - Luk: 20 - } - ViewRange: 5 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Angry: true - } - MoveSpeed: 600 - AttackDelay: 1676 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - MaggotSlime: 500 - } -}, -{ - Id: 1029 - SpriteName: "Bee" - Name: "Bee" - Lv: 5 - Hp: 540 - Sp: 0 - Exp: 11 - JExp: 0 - AttackRange: 1 - Attack: [85, 100] - Def: 8 - Mdef: 0 - WalkMask: "WALK_AIR" - Stats: { - Str: 20 - Agi: 65 - Vit: 15 - Int: 3 - Dex: 40 - Luk: 30 - } - ViewRange: 10 - ChaseRange: 20 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - CanAttack: true - ChangeChase: true - Assist: true - Angry: true - SurviveWithoutMaster: false - } - MoveSpeed: 90 - AttackDelay: 1600 - AttackMotion: 1000 - DamageMotion: 800 - Drops: { - } -}, -{ - Id: 1030 - SpriteName: "Pinkie" - Name: "Pinkie" - Lv: 12 - Hp: 1300 - Sp: 0 - Exp: 19 - JExp: 1 - AttackRange: 1 - Attack: [235, 250] - Def: 32 - Mdef: 5 - Stats: { - Str: 5 - Agi: 10 - Vit: 15 - Int: 5 - Dex: 15 - Luk: 20 - } - ViewRange: 3 - ChaseRange: 10 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Angry: true - } - MoveSpeed: 700 - AttackDelay: 2500 - AttackMotion: 600 - DamageMotion: 200 - Drops: { - PinkAntennae: 5000 - } -}, -{ - Id: 1031 - SpriteName: "LogHead" - Name: "Log Head" - Lv: 15 - Hp: 1625 - Sp: 0 - Exp: 21 - JExp: 0 - AttackRange: 1 - Attack: [235, 250] - Def: 32 - Mdef: 5 - Stats: { - Str: 30 - Agi: 5 - Vit: 10 - Int: 5 - Dex: 10 - Luk: 15 - } - ViewRange: 4 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Angry: true - } - MoveSpeed: 1500 - AttackDelay: 2500 - AttackMotion: 800 - DamageMotion: 600 - Drops: { - RawLog: 5000 - } -}, -{ - Id: 1032 - SpriteName: "Butterfly" - Name: "Butterfly" - Lv: 11 - Hp: 1200 - Sp: 0 - Exp: 18 - JExp: 0 - AttackRange: 1 - Attack: [75, 100] - Def: 24 - Mdef: 4 - WalkMask: "WALK_AIR" - Stats: { - Str: 5 - Agi: 60 - Vit: 15 - Int: 3 - Dex: 25 - Luk: 30 - } - ViewRange: 4 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 200 - AttackDelay: 1600 - AttackMotion: 700 - DamageMotion: 850 - Drops: { - BugLeg: 5000 - AlizarinHerb: 1000 - CobaltHerb: 500 - MauveHerb: 100 - } -}, -{ - Id: 1033 - SpriteName: "CloverPatch" - Name: "Clover Patch" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - GrassSeeds: 2000 - FlowerSeeds: 100 - } -}, -{ - Id: 1034 - SpriteName: "PinkFlower" - Name: "Pink Flower" - Lv: 15 - Hp: 1500 - Sp: 0 - Exp: 23 - JExp: 0 - AttackRange: 2 - Attack: [15, 20] - Def: 20 - Mdef: 10 - Stats: { - Str: 5 - Agi: 1 - Vit: 10 - Int: 10 - Dex: 20 - Luk: 40 - } - ViewRange: 8 - ChaseRange: 12 - Size: 1 - Race: 2 - Element: (2, 1) - Mode: { - CanAttack: true - } - MoveSpeed: 100 - AttackDelay: 250 - AttackMotion: 750 - DamageMotion: 550 - Drops: { - PinkPetal: 1000 - PinkPetal: 200 - } -}, -{ - Id: 1035 - SpriteName: "ManaBug" - Name: "Mana Bug" - Lv: 15 - Hp: 1580 - Sp: 0 - Exp: 28 - JExp: 2 - AttackRange: 1 - Attack: [90, 100] - Def: 32 - Mdef: 5 - WalkMask: "WALK_AIR" - Stats: { - Str: 5 - Agi: 25 - Vit: 20 - Int: 1 - Dex: 20 - Luk: 20 - } - ViewRange: 3 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Assist: true - } - MoveSpeed: 300 - AttackDelay: 1800 - AttackMotion: 500 - DamageMotion: 700 - Drops: { - BugLeg: 10000 - } -}, -{ - Id: 1036 - SpriteName: "MauvePlant" - Name: "Mauve Plant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - MauveHerb: 3300 - MauveHerb: 3300 - MauveHerb: 2500 - } -}, -{ - Id: 1037 - SpriteName: "AlizarinPlant" - Name: "Alizarin Plant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - AlizarinHerb: 3300 - AlizarinHerb: 3000 - AlizarinHerb: 2000 - } -}, -{ - Id: 1038 - SpriteName: "GambogePlant" - Name: "Gamboge Plant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - GambogeHerb: 3300 - GambogeHerb: 2500 - GambogeHerb: 1800 - } -}, -{ - Id: 1039 - SpriteName: "CobaltPlant" - Name: "Cobalt Plant" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - CobaltHerb: 2500 - CobaltHerb: 1800 - CobaltHerb: 1500 - } -}, -{ - Id: 1040 - SpriteName: "Silkworm" - Name: "Silkworm" - Lv: 10 - Hp: 10 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [1, 10] - Def: 5 - Mdef: 0 - Stats: { - Str: 1 - Agi: 10 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 10 - } - ViewRange: 3 - ChaseRange: 5 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 1200 - AttackDelay: 2500 - AttackMotion: 1200 - DamageMotion: 600 - Drops: { - SilkCocoon: 3500 - SilkCocoon: 500 - } -}, -{ - Id: 1041 - SpriteName: "Squirrel" - Name: "Squirrel" - Lv: 11 - Hp: 1180 - Sp: 0 - Exp: 16 - JExp: 0 - AttackRange: 1 - Attack: [55, 75] - Def: 21 - Mdef: 3 - Stats: { - Str: 15 - Agi: 25 - Vit: 10 - Int: 5 - Dex: 25 - Luk: 25 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 350 - AttackDelay: 895 - AttackMotion: 750 - DamageMotion: 600 - Drops: { - Acorn: 2500 - CobaltHerb: 1000 - MauveHerb: 1000 - } -}, -{ - Id: 1042 - SpriteName: "GrassSnake" - Name: "Grass Snake" - Lv: 20 - Hp: 2200 - Sp: 0 - Exp: 30 - JExp: 4 - AttackRange: 1 - Attack: [75, 100] - Def: 46 - Mdef: 8 - Stats: { - Str: 20 - Agi: 30 - Vit: 20 - Int: 1 - Dex: 50 - Luk: 20 - } - ViewRange: 1 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 800 - AttackMotion: 400 - DamageMotion: 380 - Drops: { - } -}, -{ - Id: 1043 - SpriteName: "Scorpion" - Name: "Scorpion" - Lv: 14 - Hp: 1500 - Sp: 0 - Exp: 21 - JExp: 2 - AttackRange: 1 - Attack: [110, 150] - Def: 35 - Mdef: 6 - Stats: { - Str: 25 - Agi: 15 - Vit: 40 - Int: 1 - Dex: 20 - Luk: 10 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 500 - AttackDelay: 1250 - AttackMotion: 800 - DamageMotion: 500 - Drops: { - } -}, -{ - Id: 1044 - SpriteName: "Spider" - Name: "Spider" - Lv: 22 - Hp: 2350 - Sp: 0 - Exp: 29 - JExp: 4 - AttackRange: 1 - Attack: [140, 150] - Def: 52 - Mdef: 9 - Stats: { - Str: 18 - Agi: 32 - Vit: 16 - Int: 1 - Dex: 25 - Luk: 20 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 700 - AttackDelay: 1400 - AttackMotion: 500 - DamageMotion: 300 - Drops: { - } -}, -{ - Id: 1045 - SpriteName: "DiamondVein" - Name: "Diamond Vein" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - DiamondShard: 500 - CrudeDiamond: 100 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1046 - SpriteName: "GoldVein" - Name: "Gold Vein" - Lv: 1 - Hp: 15 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - GoldNuggets: 1000 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1047 - SpriteName: "IronVein" - Name: "Iron Vein" - Lv: 1 - Hp: 10 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - IronOre: 2500 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1048 - SpriteName: "CoalVein" - Name: "Coal Vein" - Lv: 1 - Hp: 7 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - Coal: 5000 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1049 - SpriteName: "SpikyMushroom" - Name: "Spiky Mushroom" - Lv: 19 - Hp: 2050 - Sp: 0 - Exp: 32 - JExp: 0 - AttackRange: 1 - Attack: [45, 50] - Def: 43 - Mdef: 7 - Stats: { - Str: 10 - Agi: 5 - Vit: 35 - Int: 10 - Dex: 25 - Luk: 25 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Assist: true - } - MoveSpeed: 800 - AttackDelay: 600 - AttackMotion: 700 - DamageMotion: 600 - Drops: { - HardSpike: 1000 - SmallMushroom: 800 - } -}, -{ - Id: 1050 - SpriteName: "WickedMushroom" - Name: "Wicked Mushroom" - Lv: 26 - Hp: 2800 - Sp: 0 - Exp: 37 - JExp: 3 - AttackRange: 1 - Attack: [60, 100] - Def: 64 - Mdef: 11 - Stats: { - Str: 10 - Agi: 5 - Vit: 40 - Int: 10 - Dex: 25 - Luk: 25 - } - ViewRange: 1 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 800 - AttackDelay: 600 - AttackMotion: 700 - DamageMotion: 600 - Drops: { - HardSpike: 2000 - } -}, -{ - Id: 1051 - SpriteName: "RubyVein" - Name: "Ruby Vein" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - RubyShard: 500 - CrudeRuby: 100 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1052 - SpriteName: "EmeraldVein" - Name: "Emerald Vein" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - EmeraldShard: 500 - CrudeEmerald: 100 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1053 - SpriteName: "SapphireVein" - Name: "Sapphire Vein" - Lv: 1 - Hp: 25 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - SapphireShard: 450 - CrudeSapphire: 95 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1054 - SpriteName: "TopazVein" - Name: "Topaz Vein" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - TopazShard: 500 - CrudeTopaz: 100 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1055 - SpriteName: "AmethystVein" - Name: "Amethyst Vein" - Lv: 1 - Hp: 22 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - AmethystShard: 475 - CrudeAmethyst: 98 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1056 - SpriteName: "Beehive" - Name: "Beehive" - Lv: 1 - Hp: 10 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 5 - ChaseRange: 15 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - BugLeg: 5000 - } -}, -{ - Id: 1058 - SpriteName: "BadBee" - Name: "Bad Bee" - Lv: 15 - Hp: 1600 - Sp: 0 - Exp: 33 - JExp: 0 - AttackRange: 1 - Attack: [100, 120] - Def: 32 - Mdef: 5 - WalkMask: "WALK_AIR" - Stats: { - Str: 25 - Agi: 55 - Vit: 15 - Int: 1 - Dex: 35 - Luk: 30 - } - ViewRange: 10 - ChaseRange: 20 - Size: 0 - Race: 2 - Element: (4, 1) - Mode: { - CanMove: true - CanAttack: true - ChangeChase: true - Assist: true - Angry: true - Aggressive: true - } - MoveSpeed: 105 - AttackDelay: 1200 - AttackMotion: 750 - DamageMotion: 750 - Drops: { - } -}, -{ - Id: 1059 - SpriteName: "YellowTulip" - Name: "Yellow Tulip" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1000 - Drops: { - AYellowTulip: 500 - } -}, -{ - Id: 1060 - SpriteName: "YellowRose" - Name: "Yellow Rose" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1000 - Drops: { - AYellowRose: 500 - } -}, -{ - Id: 1061 - SpriteName: "BlueRose" - Name: "Blue Rose" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1000 - Drops: { - ABlueRose: 200 - ABlueRose: 50 - } -}, -{ - Id: 1062 - SpriteName: "RedRose" - Name: "Red Rose" - Lv: 1 - Hp: 1 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1000 - Drops: { - ARedRose: 500 - ARedRose: 100 - ARedRose: 50 - } -}, -{ - Id: 1063 - SpriteName: "Bandit" - Name: "Bandit" - Lv: 26 - Hp: 2800 - Sp: 0 - Exp: 48 - JExp: 6 - AttackRange: 1 - Attack: [120, 150] - Def: 64 - Mdef: 10 - Stats: { - Str: 11 - Agi: 20 - Vit: 24 - Int: 10 - Dex: 33 - Luk: 11 - } - ViewRange: 9 - ChaseRange: 12 - Race: 2 - Element: (7, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 440 - AttackDelay: 1260 - AttackMotion: 672 - DamageMotion: 900 - Drops: { - CoinBag: 500 - BottleOfWater: 250 - TreasureKey: 200 - Dagger: 90 - BanditTrousers: 1 - BanditHood: 1 - BanditBoots: 2 - } -}, -{ - Id: 1064 - SpriteName: "RobinBandit" - Name: "Robin Bandit" - Lv: 35 - Hp: 3400 - Sp: 0 - Exp: 140 - JExp: 12 - AttackRange: 5 - Attack: [149, 152] - Def: 90 - Mdef: 22 - Stats: { - Str: 15 - Agi: 25 - Vit: 28 - Int: 21 - Dex: 38 - Luk: 24 - } - ViewRange: 8 - ChaseRange: 12 - Race: 2 - Element: (7, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 420 - AttackDelay: 920 - AttackMotion: 672 - DamageMotion: 900 - Drops: { - TrainingArrow: 5000 - TrainingArrow: 1000 - TrainingArrow: 500 - EmptyBottle: 500 - CoinBag: 500 - TreasureKey: 200 - BanditTrousers: 1 - BanditHood: 1 - BanditGloves: 1 - } -}, -{ - Id: 1065 - SpriteName: "BanditLord" - Name: "Bandit Lord" - Lv: 55 - Hp: 12000 - Sp: 0 - Exp: 500 - JExp: 60 - AttackRange: 5 - Attack: [572, 600] - Def: 150 - Mdef: 44 - Stats: { - Str: 28 - Agi: 40 - Vit: 53 - Int: 31 - Dex: 55 - Luk: 28 - } - ViewRange: 12 - ChaseRange: 16 - Race: 2 - Element: (7, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - Boss: true - Angry: true - } - MoveSpeed: 640 - AttackDelay: 2400 - AttackMotion: 672 - DamageMotion: 900 - Drops: { - TreasureKey: 2000 - CoinBag: 750 - Dagger: 150 - BanditShawl: 10 - BanditTrousers: 5 - BanditHood: 5 - } -}, -{ - Id: 1066 - SpriteName: "LegionSwordswoman" - Name: "Legion Swordswoman" - Lv: 20 - Hp: 2220 - Sp: 0 - Exp: 27 - JExp: 3 - AttackRange: 1 - Attack: [75, 100] - Def: 46 - Mdef: 7 - Stats: { - Str: 15 - Agi: 10 - Vit: 25 - Int: 5 - Dex: 20 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 280 - AttackDelay: 870 - AttackMotion: 672 - DamageMotion: 400 -}, -{ - Id: 1067 - SpriteName: "LegionHalberdier" - Name: "Legion Halberdier" - Lv: 22 - Hp: 2200 - Sp: 0 - Exp: 30 - JExp: 4 - AttackRange: 2 - Attack: [200, 240] - Def: 50 - Mdef: 9 - Stats: { - Str: 10 - Agi: 5 - Vit: 30 - Int: 5 - Dex: 40 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 380 - AttackDelay: 2170 - AttackMotion: 954 - DamageMotion: 620 -}, -{ - Id: 1068 - SpriteName: "LegionLieutenant" - Name: "Legion Lieutenant" - Lv: 30 - Hp: 2900 - Sp: 0 - Exp: 75 - JExp: 8 - AttackRange: 2 - Attack: [125, 150] - Def: 60 - Mdef: 14 - Stats: { - Str: 20 - Agi: 30 - Vit: 20 - Int: 10 - Dex: 40 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 260 - AttackDelay: 870 - AttackMotion: 454 - DamageMotion: 420 -}, -{ - Id: 1069 - SpriteName: "GemVeinbloc" - Name: "Gem Veinbloc" - Lv: 1 - Hp: 20 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - CrudeDiamond: 45 - CrudeAmethyst: 23 - CrudeSapphire: 15 - CrudeRuby: 98 - CrudeTopaz: 68 - CrudeEmerald: 40 - Coal: 1500 - IronOre: 500 - GoldNuggets: 100 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1070 - SpriteName: "GoldVeinbloc" - Name: "Gold Veinbloc" - Lv: 1 - Hp: 15 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - GoldNuggets: 500 - Coal: 2500 - IronOre: 1250 - DiamondShard: 150 - AmethystShard: 75 - SapphireShard: 50 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1071 - SpriteName: "CoalVeinbloc" - Name: "Coal Veinbloc" - Lv: 1 - Hp: 7 - Sp: 0 - Exp: 1 - JExp: 0 - AttackRange: 0 - Attack: [0, 0] - Def: 1 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 1 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - } - MoveSpeed: 1 - AttackDelay: 1 - AttackMotion: 1 - DamageMotion: 1 - Drops: { - Coal: 3500 - IronOre: 1000 - RubyShard: 350 - TopazShard: 250 - EmeraldShard: 200 - } - WeaponAttacks: { - All: 0 - Daggers: 2500 - 1HSwords: 3300 - 1HAxes: 5000 - 2HSwords: 5000 - 2HAxes: 6600 - 2HMaces: 7500 - Katars: 10000 - } -}, -{ - Id: 1072 - SpriteName: "Moubi" - Name: "Moubi" - Lv: 26 - Hp: 3600 - Sp: 0 - Exp: 69 - JExp: 0 - AttackRange: 2 - Attack: [690, 960] - Def: 96 - Mdef: 69 - Stats: { - Str: 29 - Agi: 9 - Vit: 9 - Int: 6 - Dex: 9 - Luk: 69 - } - ViewRange: 6 - ChaseRange: 9 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 300 - AttackDelay: 3200 - AttackMotion: 1400 - DamageMotion: 1200 - Drops: { - Pearl: 10 - MagicFeather: 10 - CopperNecklace: 1 - } -}, -{ - Id: 1073 - SpriteName: "YellowSlime" - Name: "Yellow Slime" - Lv: 10 - Hp: 1050 - Sp: 0 - Exp: 15 - JExp: 0 - AttackRange: 1 - Attack: [90, 100] - Def: 19 - Mdef: 3 - Stats: { - Str: 5 - Agi: 15 - Vit: 20 - Int: 1 - Dex: 35 - Luk: 10 - } - ViewRange: 8 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: false - Looter: true - } - MoveSpeed: 330 - AttackDelay: 2462 - AttackMotion: 864 - DamageMotion: 1026 - Drops: { - MaggotSlime: 800 - Moss: 400 - TopazShard: 200 - GoldNuggets: 10 - } -}, -{ - Id: 1074 - SpriteName: "RedSlime" - Name: "Red Slime" - Lv: 15 - Hp: 1650 - Sp: 0 - Exp: 15 - JExp: 0 - AttackRange: 1 - Attack: [90, 100] - Def: 19 - Mdef: 3 - Stats: { - Str: 15 - Agi: 15 - Vit: 30 - Int: 1 - Dex: 35 - Luk: 10 - } - ViewRange: 8 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: false - } - MoveSpeed: 320 - AttackDelay: 2262 - AttackMotion: 764 - DamageMotion: 826 - Drops: { - MaggotSlime: 800 - Moss: 400 - RubyShard: 200 - CoinBag: 10 - } -}, -{ - Id: 1075 - SpriteName: "Snake" - Name: "Snake" - Lv: 25 - Hp: 2640 - Sp: 0 - Exp: 45 - JExp: 5 - AttackRange: 1 - Attack: [150, 225] - Def: 55 - Mdef: 10 - Stats: { - Str: 25 - Agi: 35 - Vit: 25 - Int: 5 - Dex: 50 - Luk: 20 - } - ViewRange: 1 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 260 - AttackDelay: 1000 - AttackMotion: 750 - DamageMotion: 1120 - Drops: { - } -}, -{ - Id: 1076 - SpriteName: "GiantMaggot" - Name: "Giant Maggot" - Lv: 20 - Hp: 2407 - Sp: 0 - Exp: 63 - JExp: 5 - AttackRange: 1 - Attack: [300, 450] - Def: 23 - Mdef: 145 - Stats: { - Str: 10 - Agi: 30 - Vit: 35 - Int: 1 - Dex: 30 - Luk: 20 - } - ChaseRange: 12 - Race: 2 - Element: (0, 2) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 1900 - AttackDelay: 2700 - AttackMotion: 672 - DamaeMotion: 480 - Drops: { - BugLeg: 3500 - Carrot: 1000 - Moss: 900 - CommonCarp: 100 - Pearl: 1 - } -}, -{ - Id: 1077 - SpriteName: "DesertSnake" - Name: "Desert Snake" - Lv: 35 - Hp: 3640 - Sp: 0 - Exp: 85 - JExp: 7 - AttackRange: 1 - Attack: [250, 425] - Def: 65 - Mdef: 10 - Stats: { - Str: 35 - Agi: 45 - Vit: 25 - Int: 5 - Dex: 60 - Luk: 25 - } - ViewRange: 1 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 220 - AttackDelay: 1000 - AttackMotion: 750 - DamageMotion: 1120 - Drops: { - } -}, -{ - Id: 1078 - SpriteName: "DesertScorpion" - Name: "Desert Scorpion" - Lv: 28 - Hp: 3000 - Sp: 0 - Exp: 44 - JExp: 5 - AttackRange: 1 - Attack: [220, 350] - Def: 40 - Mdef: 15 - Stats: { - Str: 45 - Agi: 15 - Vit: 50 - Int: 1 - Dex: 30 - Luk: 20 - } - ViewRange: 7 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 400 - AttackDelay: 1250 - AttackMotion: 800 - DamageMotion: 500 - Drops: { - } -}, -{ - Id: 1079 - SpriteName: "BlackSlime" - Name: "Black Slime" - Lv: 25 - Hp: 2650 - Sp: 0 - Exp: 35 - JExp: 4 - AttackRange: 1 - Attack: [290, 400] - Def: 25 - Mdef: 5 - Stats: { - Str: 25 - Agi: 25 - Vit: 45 - Int: 1 - Dex: 35 - Luk: 20 - } - ViewRange: 8 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: false - } - MoveSpeed: 320 - AttackDelay: 2262 - AttackMotion: 764 - DamageMotion: 826 - Drops: { - MaggotSlime: 800 - } -}, -{ - Id: 1080 - SpriteName: "FireGoblin" - Name: "Fire Goblin" - Lv: 37 - Hp: 4042 + Id: 1068 + SpriteName: "LegionLieutenant" + Name: "Legion Lieutenant" + Lv: 30 + Hp: 2900 Sp: 0 Exp: 75 JExp: 8 - AttackRange: 1 - Attack: [396,499] - Def: 35 - Mdef: 25 - Stats: { - Str: 25 - Agi: 30 - Vit: 45 - Int: 1 - Dex: 25 - Luk: 15 - } - ChaseRange: 12 - Race: 2 - Element: (3, 1) - Mode: { - CanMove: true - CanAttack: true - ChangeChase: true - CastSensorChase: true - } - MoveSpeed: 600 - AttackDelay: 1872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - BugLeg: 400 - } -}, -{ - Id: 1081 - SpriteName: "BrotherhoodFighter" - Name: "Brotherhood Fighter" - Lv: 30 - Hp: 3220 - Sp: 0 - Exp: 37 - JExp: 6 - AttackRange: 1 - Attack: [175, 300] - Def: 50 - Mdef: 10 - Stats: { - Str: 45 - Agi: 20 - Vit: 20 - Int: 15 - Dex: 30 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 270 - AttackDelay: 870 - AttackMotion: 672 - DamageMotion: 400 -}, -{ - Id: 1082 - SpriteName: "BrotherhoodArcher" - Name: "Brotherhood Archer" - Lv: 32 - Hp: 3200 - Sp: 0 - Exp: 50 - JExp: 6 - AttackRange: 2 - Attack: [300, 440] - Def: 20 - Mdef: 20 - Stats: { - Str: 10 - Agi: 25 - Vit: 30 - Int: 5 - Dex: 60 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 310 - AttackDelay: 2170 - AttackMotion: 954 - DamageMotion: 620 -}, -{ - Id: 1083 - SpriteName: "BrotherhoodLeader" - Name: "Brotherhood Leader" - Lv: 40 - Hp: 3900 - Sp: 0 - Exp: 110 - JExp: 13 - AttackRange: 2 - Attack: [425, 550] - Def: 70 - Mdef: 25 - Stats: { - Str: 30 - Agi: 40 - Vit: 30 - Int: 20 - Dex: 50 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 240 - AttackDelay: 870 - AttackMotion: 454 - DamageMotion: 420 -}, -{ - Id: 1084 - SpriteName: "Skeleton" - Name: "Skeleton" - Lv: 40 - Hp: 4100 - Sp: 0 - Exp: 140 - JExp: 17 - AttackRange: 1 - Attack: [525, 650] - Def: 40 - Mdef: 10 - Stats: { - Str: 40 - Agi: 40 - Vit: 30 - Int: 20 - Dex: 50 - Luk: 10 - } - ViewRange: 7 - ChaseRange: 11 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 270 - AttackDelay: 1070 - AttackMotion: 570 - DamageMotion: 450 -}, -{ - Id: 1100 - SpriteName: "PoisonSkull" - Name: "Poison Skull" - Lv: 50 - Hp: 5100 - Sp: 0 - Exp: 420 - JExp: 45 - AttackRange: 2 - Attack: [250, 300] - Def: 135 - Mdef: 25 - Stats: { - Str: 30 - Agi: 40 - Vit: 35 - Int: 35 - Dex: 45 - Luk: 15 - } - ViewRange: 8 - ChaseRange: 15 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - Aggressive: true - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 800 - AttackDelay: 1025 - AttackMotion: 452 - DamageMotion: 652 - Drops: { - } -}, -{ - Id: 1101 - SpriteName: "ManaGhost" - Name: "Mana Ghost" - Lv: 40 - Hp: 3900 - Sp: 0 - Exp: 180 - JExp: 25 - AttackRange: 2 - Attack: [120, 150] - Def: 90 - Mdef: 25 - Stats: { - Str: 20 - Agi: 50 - Vit: 50 - Int: 10 - Dex: 15 - Luk: 30 - } - ViewRange: 5 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (5, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 700 - AttackDelay: 625 - AttackMotion: 550 - DamageMotion: 450 - Drops: { - } -}, -{ - Id: 1102 - SpriteName: "GameBalance" - Name: "Game Balance" - Lv: 40 - Hp: 11000 - Sp: 0 - Exp: 380 - JExp: 35 AttackRange: 2 - Attack: [260, 300] - Def: 75 - Mdef: 60 + Attack: [125, 150] + Def: 60 + Mdef: 14 Stats: { Str: 20 - Agi: 50 - Vit: 50 + Agi: 30 + Vit: 20 Int: 10 - Dex: 65 - Luk: 30 + Dex: 40 + Luk: 10 } - ViewRange: 5 - ChaseRange: 8 - Size: 0 + ViewRange: 6 + ChaseRange: 9 Race: 2 - Element: (5, 1) + Element: (7, 1) Mode: { CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true - Boss: true - Angry: true - Aggressive: true - } - MoveSpeed: 350 - AttackDelay: 1625 - AttackMotion: 550 - DamageMotion: 450 - Drops: { } + MoveSpeed: 260 + AttackDelay: 870 + AttackMotion: 454 + DamageMotion: 420 }, { - Id: 1103 - SpriteName: "AngryCrafty" - Name: "AngryCrafty" - Lv: 7 - Hp: 750 + Id: 1069 + SpriteName: "GemVeinbloc" + Name: "Gem Veinbloc" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + CrudeDiamond: 45 + CrudeAmethyst: 23 + CrudeSapphire: 15 + CrudeRuby: 98 + CrudeTopaz: 68 + CrudeEmerald: 40 + Coal: 1500 + IronOre: 500 + GoldNuggets: 100 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1070 + SpriteName: "GoldVeinbloc" + Name: "Gold Veinbloc" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + GoldNuggets: 500 + Coal: 2500 + IronOre: 1250 + DiamondShard: 150 + AmethystShard: 75 + SapphireShard: 50 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1071 + SpriteName: "CoalVeinbloc" + Name: "Coal Veinbloc" + Lv: 1 + Hp: 7 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + Drops: { + Coal: 3500 + IronOre: 1000 + RubyShard: 350 + TopazShard: 250 + EmeraldShard: 200 + } + WeaponAttacks: { + All: 0 + Daggers: 2500 + 1HSwords: 3300 + 1HAxes: 5000 + 2HSwords: 5000 + 2HAxes: 6600 + 2HMaces: 7500 + Katars: 10000 + } +}, +{ + Id: 1072 + SpriteName: "Moubi" + Name: "Moubi" + Lv: 26 + Hp: 3600 + Sp: 0 + Exp: 69 + JExp: 0 + AttackRange: 2 + Attack: [690, 960] + Def: 96 + Mdef: 69 + Stats: { + Str: 29 + Agi: 9 + Vit: 9 + Int: 6 + Dex: 9 + Luk: 69 + } + ViewRange: 6 + ChaseRange: 9 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 3200 + AttackMotion: 1400 + DamageMotion: 1200 + Drops: { + Pearl: 10 + MagicFeather: 10 + CopperNecklace: 1 + } +}, +{ + Id: 1073 + SpriteName: "YellowSlime" + Name: "Yellow Slime" + Lv: 10 + Hp: 1050 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 5 + Agi: 15 + Vit: 20 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + Looter: true + } + MoveSpeed: 330 + AttackDelay: 2462 + AttackMotion: 864 + DamageMotion: 1026 + Drops: { + MaggotSlime: 800 + Moss: 400 + TopazShard: 200 + GoldNuggets: 10 + } +}, +{ + Id: 1074 + SpriteName: "RedSlime" + Name: "Red Slime" + Lv: 15 + Hp: 1650 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 15 + Agi: 15 + Vit: 30 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + } + MoveSpeed: 320 + AttackDelay: 2262 + AttackMotion: 764 + DamageMotion: 826 + Drops: { + MaggotSlime: 800 + Moss: 400 + RubyShard: 200 + CoinBag: 10 + } +}, +{ + Id: 1075 + SpriteName: "Snake" + Name: "Snake" + Lv: 25 + Hp: 2640 + Sp: 0 + Exp: 45 + JExp: 5 + AttackRange: 1 + Attack: [150, 225] + Def: 55 + Mdef: 10 + Stats: { + Str: 25 + Agi: 35 + Vit: 25 + Int: 5 + Dex: 50 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 260 + AttackDelay: 1000 + AttackMotion: 750 + DamageMotion: 1120 + Drops: { + } +}, +{ + Id: 1076 + SpriteName: "GiantMaggot" + Name: "Giant Maggot" + Lv: 20 + Hp: 2407 Sp: 0 - Exp: 13 - JExp: 0 + Exp: 63 + JExp: 5 AttackRange: 1 - Attack: [25, 50] - Def: 12 - Mdef: 4 + Attack: [300, 450] + Def: 23 + Mdef: 145 Stats: { - Str: 4 + Str: 10 Agi: 30 - Vit: 20 + Vit: 35 Int: 1 - Dex: 50 - Luk: 10 + Dex: 30 + Luk: 20 } - ViewRange: 7 - ChaseRange: 15 - Size: 0 + ChaseRange: 12 Race: 2 - Element: (4, 1) + Element: (0, 2) Mode: { CanMove: true - Looter: true CanAttack: true CastSensorChase: true ChangeChase: true - Angry: true - Aggressive: true } - MoveSpeed: 400 - AttackDelay: 800 + MoveSpeed: 1900 + AttackDelay: 2700 AttackMotion: 672 - DamageMotion: 270 + DamaeMotion: 480 Drops: { - LeftCraftyWing: 4000 - RightCraftyWing: 4000 - BatTeeth: 4000 + BugLeg: 3500 + Carrot: 1000 + Moss: 900 + CommonCarp: 100 + Pearl: 1 } }, { - Id: 1104 - SpriteName: "BlackScorpion" - Name: "Black Scorpion" - Lv: 18 - Hp: 2000 + Id: 1077 + SpriteName: "DesertSnake" + Name: "Desert Snake" + Lv: 35 + Hp: 3640 + Sp: 0 + Exp: 85 + JExp: 7 + AttackRange: 1 + Attack: [250, 425] + Def: 65 + Mdef: 10 + Stats: { + Str: 35 + Agi: 45 + Vit: 25 + Int: 5 + Dex: 60 + Luk: 25 + } + ViewRange: 1 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 220 + AttackDelay: 1000 + AttackMotion: 750 + DamageMotion: 1120 + Drops: { + } +}, +{ + Id: 1078 + SpriteName: "DesertScorpion" + Name: "Desert Scorpion" + Lv: 28 + Hp: 3000 + Sp: 0 + Exp: 44 + JExp: 5 + AttackRange: 1 + Attack: [220, 350] + Def: 40 + Mdef: 15 + Stats: { + Str: 45 + Agi: 15 + Vit: 50 + Int: 1 + Dex: 30 + Luk: 20 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 400 + AttackDelay: 1250 + AttackMotion: 800 + DamageMotion: 500 + Drops: { + } +}, +{ + Id: 1079 + SpriteName: "BlackSlime" + Name: "Black Slime" + Lv: 25 + Hp: 2650 + Sp: 0 + Exp: 35 + JExp: 4 + AttackRange: 1 + Attack: [290, 400] + Def: 25 + Mdef: 5 + Stats: { + Str: 25 + Agi: 25 + Vit: 45 + Int: 1 + Dex: 35 + Luk: 20 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + } + MoveSpeed: 320 + AttackDelay: 2262 + AttackMotion: 764 + DamageMotion: 826 + Drops: { + MaggotSlime: 800 + } +}, +{ + Id: 1080 + SpriteName: "FireGoblin" + Name: "Fire Goblin" + Lv: 37 + Hp: 4042 Sp: 0 - Exp: 26 - JExp: 2 + Exp: 75 + JExp: 8 AttackRange: 1 - Attack: [120, 150] + Attack: [396,499] Def: 35 - Mdef: 7 + Mdef: 25 Stats: { Str: 25 - Agi: 15 - Vit: 40 + Agi: 30 + Vit: 45 Int: 1 - Dex: 20 - Luk: 10 + Dex: 25 + Luk: 15 } - ViewRange: 7 ChaseRange: 12 - Size: 0 Race: 2 - Element: (1, 1) + Element: (3, 1) Mode: { CanMove: true CanAttack: true - CastSensorChase: true ChangeChase: true + CastSensorChase: true } - MoveSpeed: 500 - AttackDelay: 1250 - AttackMotion: 800 - DamageMotion: 500 + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 Drops: { - BlackScorpionStinger: 750 - } + BugLeg: 400 + } }, { - Id: 1105 - SpriteName: "ThiefSlime" - Name: "Thief Slime" - Lv: 10 - Hp: 1050 + Id: 1081 + SpriteName: "BrotherhoodFighter" + Name: "Brotherhood Fighter" + Lv: 30 + Hp: 3220 Sp: 0 - Exp: 15 - JExp: 0 + Exp: 37 + JExp: 6 AttackRange: 1 - Attack: [90, 100] - Def: 19 - Mdef: 3 + Attack: [175, 300] + Def: 50 + Mdef: 10 Stats: { - Str: 5 - Agi: 15 + Str: 45 + Agi: 20 Vit: 20 - Int: 1 - Dex: 35 - Luk: 10 - } - ViewRange: 8 - ChaseRange: 8 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: false - Looter: true - } - MoveSpeed: 320 - AttackDelay: 2462 - AttackMotion: 864 - DamageMotion: 1026 - Drops: { - MaggotSlime: 800 - HalfEggshell: 200 - Moss: 400 - } -}, -{ - Id: 1106 - SpriteName: "SpiderQueen" - Name: "Spider Queen" - Lv: 45 - Hp: 16000 - Sp: 0 - Exp: 1250 - JExp: 125 - AttackRange: 3 - Attack: [300, 350] - Def: 120 - Mdef: 80 - Stats: { - Str: 40 - Agi: 30 - Vit: 50 Int: 15 - Dex: 65 - Luk: 40 + Dex: 30 + Luk: 10 } - ViewRange: 8 - ChaseRange: 15 - Size: 0 + ViewRange: 6 + ChaseRange: 9 Race: 2 - Element: (5, 1) + Element: (7, 1) Mode: { CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true - Boss: true - Angry: true - Aggressive: true - } - MoveSpeed: 210 - AttackDelay: 1200 - AttackMotion: 550 - DamageMotion: 450 - Drops: { - } -}, -{ - Id: 1107 - SpriteName: "FireDummy" - Name: "Burning Dummy" - Lv: 1 - Hp: 20 - Sp: 1000 - Exp: 1 - JExp: 0 - AttackRange: 1 - Attack: [100, 100] - Def: 100 - Mdef: 1 - Stats: { - Str: 1 - Agi: 1 - Vit: 1 - Int: 1 - Dex: 1 - Luk: 1 - } - ViewRange: 1 - ChaseRange: 12 - Size: 1 - Race: 3 - Element: (2, 1) - Mode: { - Plant: true - Aggressive: true - CanAttack: true } - MoveSpeed: 1000 - AttackDelay: 800 + MoveSpeed: 270 + AttackDelay: 870 AttackMotion: 672 - DamageMotion: 480 - Drops: { - } + DamageMotion: 400 }, { - Id: 1109 - SpriteName: "Swampling" - Name: "Swampling" - Lv: 16 - Hp: 1600 + Id: 1082 + SpriteName: "BrotherhoodArcher" + Name: "Brotherhood Archer" + Lv: 32 + Hp: 3200 Sp: 0 - Exp: 24 - JExp: 0 + Exp: 50 + JExp: 6 AttackRange: 2 - Attack: [300, 350] - Def: 35 - Mdef: 6 + Attack: [300, 440] + Def: 20 + Mdef: 20 Stats: { - Str: 25 - Agi: 5 + Str: 10 + Agi: 25 Vit: 30 - Int: 1 - Dex: 5 - Luk: 35 + Int: 5 + Dex: 60 + Luk: 10 } - ViewRange: 1 - ChaseRange: 20 - Size: 0 + ViewRange: 6 + ChaseRange: 9 Race: 2 - Element: (1, 1) + Element: (7, 1) Mode: { CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true } - MoveSpeed: 300 - AttackDelay: 3200 - AttackMotion: 1400 - DamageMotion: 1200 - Drops: { - Pearl: 10 - } + MoveSpeed: 310 + AttackDelay: 2170 + AttackMotion: 954 + DamageMotion: 620 }, { - Id: 1110 - SpriteName: "GoldenScorpion" - Name: "Golden Scorpion" + Id: 1083 + SpriteName: "BrotherhoodLeader" + Name: "Brotherhood Leader" Lv: 40 - Hp: 18000 + Hp: 3900 Sp: 0 - Exp: 1600 - JExp: 200 + Exp: 110 + JExp: 13 AttackRange: 2 - Attack: [470, 520] - Def: 90 - Mdef: 50 + Attack: [425, 550] + Def: 70 + Mdef: 25 Stats: { Str: 30 - Agi: 30 - Vit: 50 - Int: 5 - Dex: 40 - Luk: 20 - } - ViewRange: 7 - ChaseRange: 12 - Size: 0 - Race: 2 - Element: (1, 1) - Mode: { - CanMove: true - CanAttack: true - ChangeChase: true - ChangeTargetMelee: true - CastSensorChase: true - Boss: true - } - MoveSpeed: 300 - AttackDelay: 872 - AttackMotion: 672 - DamageMotion: 480 - Drops: { - BugLeg: 4000 - GoldenScorpionStinger: 1500 - } -}, -{ - Id: 1120 - SpriteName: "Tengu" - Name: "Tengu" - Lv: 80 - Hp: 12500 - Sp: 0 - Exp: 5000 - JExp: 100 - AttackRange: 2 - Attack: [470, 500] - Def: 260 - Mdef: 80 - Stats: { - Str: 70 - Agi: 20 - Vit: 40 - Int: 10 - Dex: 80 - Luk: 20 + Agi: 40 + Vit: 30 + Int: 20 + Dex: 50 + Luk: 10 } ViewRange: 6 - ChaseRange: 12 - Size: 1 + ChaseRange: 9 Race: 2 - Element: (5, 1) + Element: (7, 1) Mode: { CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true - Boss: true - Angry: true - Aggressive: true - } - MoveSpeed: 170 - AttackDelay: 1200 - AttackMotion: 450 - DamageMotion: 850 - Drops: { } + MoveSpeed: 240 + AttackDelay: 870 + AttackMotion: 454 + DamageMotion: 420 }, { - Id: 1121 - SpriteName: "Golem" - Name: "Golem" - Lv: 80 - Hp: 12500 + Id: 1084 + SpriteName: "Skeleton" + Name: "Skeleton" + Lv: 40 + Hp: 4100 Sp: 0 - Exp: 5000 - JExp: 100 - AttackRange: 2 - Attack: [470, 500] - Def: 320 - Mdef: 40 + Exp: 140 + JExp: 17 + AttackRange: 1 + Attack: [525, 650] + Def: 40 + Mdef: 10 Stats: { - Str: 70 - Agi: 20 - Vit: 40 - Int: 10 - Dex: 80 - Luk: 20 + Str: 40 + Agi: 40 + Vit: 30 + Int: 20 + Dex: 50 + Luk: 10 } - ViewRange: 6 - ChaseRange: 12 - Size: 1 + ViewRange: 7 + ChaseRange: 11 Race: 2 - Element: (5, 1) + Element: (7, 1) Mode: { CanMove: true CanAttack: true CastSensorChase: true ChangeChase: true - Boss: false - Angry: true - Aggressive: true - } - MoveSpeed: 320 - AttackDelay: 4000 - AttackMotion: 2000 - DamageMotion: 2000 - Drops: { } + MoveSpeed: 270 + AttackDelay: 1070 + AttackMotion: 570 + DamageMotion: 450 +}, +{ + Id: 1100 + SpriteName: "PoisonSkull" + Name: "Poison Skull" + Lv: 50 + Hp: 5100 + Sp: 0 + Exp: 420 + JExp: 45 + AttackRange: 2 + Attack: [250, 300] + Def: 135 + Mdef: 25 + Stats: { + Str: 30 + Agi: 40 + Vit: 35 + Int: 35 + Dex: 45 + Luk: 15 + } + ViewRange: 8 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 800 + AttackDelay: 1025 + AttackMotion: 452 + DamageMotion: 652 + Drops: { + } +}, +{ + Id: 1101 + SpriteName: "ManaGhost" + Name: "Mana Ghost" + Lv: 40 + Hp: 3900 + Sp: 0 + Exp: 180 + JExp: 25 + AttackRange: 2 + Attack: [120, 150] + Def: 90 + Mdef: 25 + Stats: { + Str: 20 + Agi: 50 + Vit: 50 + Int: 10 + Dex: 15 + Luk: 30 + } + ViewRange: 5 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 700 + AttackDelay: 625 + AttackMotion: 550 + DamageMotion: 450 + Drops: { + } +}, +{ + Id: 1102 + SpriteName: "GameBalance" + Name: "Game Balance" + Lv: 40 + Hp: 11000 + Sp: 0 + Exp: 380 + JExp: 35 + AttackRange: 2 + Attack: [260, 300] + Def: 75 + Mdef: 60 + Stats: { + Str: 20 + Agi: 50 + Vit: 50 + Int: 10 + Dex: 65 + Luk: 30 + } + ViewRange: 5 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Boss: true + Angry: true + Aggressive: true + } + MoveSpeed: 350 + AttackDelay: 1625 + AttackMotion: 550 + DamageMotion: 450 + Drops: { + } +}, +{ + Id: 1103 + SpriteName: "AngryCrafty" + Name: "AngryCrafty" + Lv: 7 + Hp: 750 + Sp: 0 + Exp: 13 + JExp: 0 + AttackRange: 1 + Attack: [25, 50] + Def: 12 + Mdef: 4 + Stats: { + Str: 4 + Agi: 30 + Vit: 20 + Int: 1 + Dex: 50 + Luk: 10 + } + ViewRange: 7 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + Aggressive: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 270 + Drops: { + LeftCraftyWing: 4000 + RightCraftyWing: 4000 + BatTeeth: 4000 + } +}, +{ + Id: 1104 + SpriteName: "BlackScorpion" + Name: "Black Scorpion" + Lv: 18 + Hp: 2000 + Sp: 0 + Exp: 26 + JExp: 2 + AttackRange: 1 + Attack: [120, 150] + Def: 35 + Mdef: 7 + Stats: { + Str: 25 + Agi: 15 + Vit: 40 + Int: 1 + Dex: 20 + Luk: 10 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 500 + AttackDelay: 1250 + AttackMotion: 800 + DamageMotion: 500 + Drops: { + BlackScorpionStinger: 750 + } +}, +{ + Id: 1105 + SpriteName: "ThiefSlime" + Name: "Thief Slime" + Lv: 10 + Hp: 1050 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 5 + Agi: 15 + Vit: 20 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + Looter: true + } + MoveSpeed: 320 + AttackDelay: 2462 + AttackMotion: 864 + DamageMotion: 1026 + Drops: { + MaggotSlime: 800 + HalfEggshell: 200 + Moss: 400 + } +}, +{ + Id: 1106 + SpriteName: "SpiderQueen" + Name: "Spider Queen" + Lv: 45 + Hp: 16000 + Sp: 0 + Exp: 1250 + JExp: 125 + AttackRange: 3 + Attack: [300, 350] + Def: 120 + Mdef: 80 + Stats: { + Str: 40 + Agi: 30 + Vit: 50 + Int: 15 + Dex: 65 + Luk: 40 + } + ViewRange: 8 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Boss: true + Angry: true + Aggressive: true + } + MoveSpeed: 210 + AttackDelay: 1200 + AttackMotion: 550 + DamageMotion: 450 + Drops: { + } +}, +{ + Id: 1107 + SpriteName: "FireDummy" + Name: "Burning Dummy" + Lv: 1 + Hp: 20 + Sp: 1000 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [100, 100] + Def: 100 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + } +}, +{ + Id: 1109 + SpriteName: "Swampling" + Name: "Swampling" + Lv: 16 + Hp: 1600 + Sp: 0 + Exp: 24 + JExp: 0 + AttackRange: 2 + Attack: [300, 350] + Def: 35 + Mdef: 6 + Stats: { + Str: 25 + Agi: 5 + Vit: 30 + Int: 1 + Dex: 5 + Luk: 35 + } + ViewRange: 1 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 3200 + AttackMotion: 1400 + DamageMotion: 1200 + Drops: { + Pearl: 10 + } +}, +{ + Id: 1110 + SpriteName: "GoldenScorpion" + Name: "Golden Scorpion" + Lv: 40 + Hp: 18000 + Sp: 0 + Exp: 1600 + JExp: 200 + AttackRange: 2 + Attack: [470, 520] + Def: 90 + Mdef: 50 + Stats: { + Str: 30 + Agi: 30 + Vit: 50 + Int: 5 + Dex: 40 + Luk: 20 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + ChangeTargetMelee: true + CastSensorChase: true + Boss: true + } + MoveSpeed: 300 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + BugLeg: 4000 + GoldenScorpionStinger: 1500 + } +}, +{ + Id: 1120 + SpriteName: "Tengu" + Name: "Tengu" + Lv: 80 + Hp: 12500 + Sp: 0 + Exp: 5000 + JExp: 100 + AttackRange: 2 + Attack: [470, 500] + Def: 260 + Mdef: 80 + Stats: { + Str: 70 + Agi: 20 + Vit: 40 + Int: 10 + Dex: 80 + Luk: 20 + } + ViewRange: 6 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Boss: true + Angry: true + Aggressive: true + } + MoveSpeed: 170 + AttackDelay: 1200 + AttackMotion: 450 + DamageMotion: 850 + Drops: { + } +}, +{ + Id: 1121 + SpriteName: "Golem" + Name: "Golem" + Lv: 80 + Hp: 12500 + Sp: 0 + Exp: 5000 + JExp: 100 + AttackRange: 2 + Attack: [470, 500] + Def: 320 + Mdef: 40 + Stats: { + Str: 70 + Agi: 20 + Vit: 40 + Int: 10 + Dex: 80 + Luk: 20 + } + ViewRange: 6 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Boss: false + Angry: true + Aggressive: true + } + MoveSpeed: 320 + AttackDelay: 4000 + AttackMotion: 2000 + DamageMotion: 2000 + Drops: { + } }, ) diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 1826989f..9c550159 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -30,8 +30,8 @@ mob_skill_db:( { /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** : { : { ClearSkills: (boolean, defaults to false) allows cleaning all previous defined skills for the mob. @@ -507,8 +507,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 10000 - CastTime: 1000 - Delay: 20000 + CastTime: 1000 + Delay: 20000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 3 @@ -521,8 +521,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 10000 - CastTime: 500 - Delay: 10000 + CastTime: 500 + Delay: 10000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 1 @@ -535,8 +535,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 10000 - CastTime: 200 - Delay: 5000 + CastTime: 200 + Delay: 5000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 2 @@ -549,8 +549,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 2 Rate: 10000 - CastTime: 100 - Delay: 3000 + CastTime: 100 + Delay: 3000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 2 @@ -563,8 +563,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 10000 - CastTime: 1000 - Delay: 20000 + CastTime: 1000 + Delay: 20000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELE" ConditionData: 2 @@ -596,3 +596,5 @@ SKILL_COND2 = { } } ) + + diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 636512e6..fcd1fcff 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -29,8 +29,8 @@ pet_db:( /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** { // ================ Mandatory fields ============================== Id: ID (int) @@ -71,27 +71,27 @@ pet_db:( **************************************************************************/ { - Id: 1002 - SpriteName: "Piou" - Name: "Piou" - TamingItem: "PiouFeathers" - EggItem: "PiouEgg" - FoodItem: "Piberries" - FoodEffectiveness: 80 - HungerDelay: 60 - Intimacy: { - Initial: 250 - FeedIncrement: 50 - OverFeedDecrement: 100 - OwnerDeathDecrement: 20 - } - CaptureRate: 1000 - Speed: 150 - SpecialPerformance: true - AttackRate: 350 - DefendRate: 400 - ChangeTargetRate: 800 - PetScript: <" petloot 10; "> - EquipScript: <" bonus bLuk,2; bonus bCritical,1; "> + Id: 1002 + SpriteName: "Piou" + Name: "Piou" + TamingItem: "PiouFeathers" + EggItem: "PiouEgg" + FoodItem: "Piberries" + FoodEffectiveness: 80 + HungerDelay: 60 + Intimacy: { + Initial: 250 + FeedIncrement: 50 + OverFeedDecrement: 100 + OwnerDeathDecrement: 20 + } + CaptureRate: 1000 + Speed: 150 + SpecialPerformance: true + AttackRate: 350 + DefendRate: 400 + ChangeTargetRate: 800 + PetScript: <" petloot 10; "> + EquipScript: <" bonus bLuk,2; bonus bCritical,1; "> }, ) diff --git a/db/re/refine_db.conf b/db/re/refine_db.conf index d715a04f..e21c03c0 100644 --- a/db/re/refine_db.conf +++ b/db/re/refine_db.conf @@ -28,36 +28,36 @@ //========================================================================= /************************************************************************** -************* Entry structure ******************************************** -************************************************************************** + ************* Entry structure ******************************************** + ************************************************************************** Armors/WeaponLevel1~4: { // Specifies weapon level or armor type. - // - For armors, values of 100 add 1 armor defense. - // - For weapons, values of 100 add 1 ATK & MATK. + // - For armors, values of 100 add 1 armor defense. + // - For weapons, values of 100 add 1 ATK & MATK. StatsPerLevel: (int) // This value is applied for ever level. RandomBonusStartLevel: (int) // This value specifies the start point for those levels that give a random bonus value (usually the first unsafe upgrade). - // - RandomBonusStartLevel is only applied for weapons, and not displayed client-side. + // - RandomBonusStartLevel is only applied for weapons, and not displayed client-side. RandomBonusValue: (int) // A random number between 0 and (Random bonus start level - Upgrade level + 1) * this value is applied for all upgrades past. RefineryUISettings: ( { Level: (int or array of int) // Holds either the individule refine level meant for this setting or an array defining a range - of Low to Max level + of Low to Max level BlacksmithBlessing: (int) (optional) // How many Blacksmith Blessing required for this range to be safe from breaking Announce: "(string)" (optional) // Sends an announcement server wide when a player reach this refine level using - Refinery UI, this feature is only available starting from 2017-08-30 RagexeRE or - 2017-09-06 Ragexe the field accepts the following values and it defaults to not announce - Success to set the announcement on item refine successful - Failure to set the announcement on item refine failure - Always to always announce it + Refinery UI, this feature is only available starting from 2017-08-30 RagexeRE or + 2017-09-06 Ragexe the field accepts the following values and it defaults to not announce + Success to set the announcement on item refine successful + Failure to set the announcement on item refine failure + Always to always announce it Items: { AegisName: { Type: "(string)" // The type to determine the chances used for this item, REFINE_CHANCE_TYPE_* - constants are used in here + constants are used in here Cost: (int) (optional) // Amount of zeny required FailureBehavior: "(string)" (optional) // The expected behvaior on failure for this item, the following strings are used in here - Destroy (default) sets the item to be destroyed on failure - Keep keeps the item after failure - Downgrade downgrades the item by one level on failure + Destroy (default) sets the item to be destroyed on failure + Keep keeps the item after failure + Downgrade downgrades the item by one level on failure } } } diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index ab104f3c..7eea13cb 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -35,7043 +35,7043 @@ ********************************* Entry structure ***************************** ******************************************************************************* { - // ------------------------------ Mandatory Fields ---------------------------- - Id: ID (int) (Required) - Name: "Skill Name" (string) (Required) - MaxLevel: Skill Level (int) (Required) - // ------------------------------ Optional Fields ----------------------------- - Description: "Skill Description" (string) (optional but recommended) - Range: Skill Range (int) (optional, defaults to 0) (can be grouped by Levels) - Note: Range < 5 is considered Melee range. - Hit: Hit Type (int) (optional, default "BDT_NORMAL") - Types - "BDT_SKILL", "BDT_MULTIHIT" or "BDT_NORMAL" - SkillType: { (bool, defaults to "Passive") - Passive: true/false (boolean, defaults to false) - Enemy: true/false (boolean, defaults to false) - Place: true/false (boolean, defaults to false) - Self: true/false (boolean, defaults to false) - Friend: true/false (boolean, defaults to false) - Trap: true/false (boolean, defaults to false) - } - SkillInfo: { (bool, defaults to "None") - Quest: true/false (boolean, defaults to false) - NPC: true/false (boolean, defaults to false) - Wedding: true/false (boolean, defaults to false) - Spirit: true/false (boolean, defaults to false) - Guild: true/false (boolean, defaults to false) - Song: true/false (boolean, defaults to false) - Ensemble: true/false (boolean, defaults to false) - Trap: true/false (boolean, defaults to false) - TargetSelf: true/false (boolean, defaults to false) - NoCastSelf: true/false (boolean, defaults to false) - PartyOnly: true/false (boolean, defaults to false) - GuildOnly: true/false (boolean, defaults to false) - NoEnemy: true/false (boolean, defaults to false) - IgnoreLandProtector: true/false (boolean, defaults to false) - Chorus: true/false (boolean, defaults to false) - FreeCastReduced: true/false (boolean, defaults to false) - Works like skill SA_FREECAST, allow move and attack with reduced speed. - FreeCastNormal: true/false (boolean, defaults to false) - Works like FreeCastReduced, but not reduce speed. - ShowSkillScale: true/false (boolean, defaults to false) - AllowReproduce: true/false (boolean, defaults to false) - HiddenTrap: true/false (boolean, defaults to false) - } - AttackType: "Attack Type" (string, defaults to "None") - Types: "None", "Weapon", "Magic" or "Misc" - Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") - (can be grouped by Levels) - Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" - "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" - "Ele_Weapon" - Uses weapon's element. - "Ele_Endowed" - Uses Endowed element. - "Ele_Random" - Uses random element. - DamageType: { (bool, default to "NoDamage") - NoDamage: true/false No damage skill - SplashArea: true/false Has splash area (requires source modification) - SplitDamage: true/false Damage should be split among targets (requires 'SplashArea' in order to work) - IgnoreCards: true/false Skill ignores caster's % damage cards (misc type always ignores) - IgnoreElement: true/false Skill ignores elemental adjustments - IgnoreDefense: true/false Skill ignores target's defense (misc type always ignores) - IgnoreFlee: true/false Skill ignores target's flee (magic type always ignores) - IgnoreDefCards: true/false Skill ignores target's def cards - } - SplashRange: Damage Splash Area (int, defaults to 0) (can be grouped by Levels) - Note: -1 for screen-wide. - NumberOfHits: Number of Hits (int, defaults to 1) (can be grouped by Levels) - Note: when positive, damage is increased by hits, - negative values just show number of hits without - increasing total damage. - InterruptCast: Cast Interruption (bool, defaults to false) - CastDefRate: Cast Defense Reduction (int, defaults to 0) - SkillInstances: Skill instances (int, defaults to 0) (can be grouped by Levels) - Notes: max amount of skill instances to place on the ground when - player_land_skill_limit/monster_land_skill_limit is enabled. For skills - that attack using a path, this is the path length to be used. - KnockBackTiles: Knock-back by 'n' Tiles (int, defaults to 0) (can be grouped by Levels) - CastTime: Skill cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) - AfterCastActDelay: Skill Delay (in ms) (int, defaults to 0) (can be grouped by Levels) - AfterCastWalkDelay: Walk Delay (in ms) (int, defaults to 0) (can be grouped by Levels) - SkillData1: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) - SkillData2: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) - CoolDown: Skill Cooldown (in ms) (int, defaults to 0) (can be grouped by Levels) - 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. - TargetMiscEffects (int, default to -1) - one misc effect or array of effects - TargetMiscEffect (int, default to -1) - TargetMiscEffect1 (int, default to -1) - first misc effect - TargetMiscEffect2 (int, default to -1) - second misc effect - 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) - } - } + // ------------------------------ Mandatory Fields ---------------------------- + Id: ID (int) (Required) + Name: "Skill Name" (string) (Required) + MaxLevel: Skill Level (int) (Required) + // ------------------------------ Optional Fields ----------------------------- + Description: "Skill Description" (string) (optional but recommended) + Range: Skill Range (int) (optional, defaults to 0) (can be grouped by Levels) + Note: Range < 5 is considered Melee range. + Hit: Hit Type (int) (optional, default "BDT_NORMAL") + Types - "BDT_SKILL", "BDT_MULTIHIT" or "BDT_NORMAL" + SkillType: { (bool, defaults to "Passive") + Passive: true/false (boolean, defaults to false) + Enemy: true/false (boolean, defaults to false) + Place: true/false (boolean, defaults to false) + Self: true/false (boolean, defaults to false) + Friend: true/false (boolean, defaults to false) + Trap: true/false (boolean, defaults to false) + } + SkillInfo: { (bool, defaults to "None") + Quest: true/false (boolean, defaults to false) + NPC: true/false (boolean, defaults to false) + Wedding: true/false (boolean, defaults to false) + Spirit: true/false (boolean, defaults to false) + Guild: true/false (boolean, defaults to false) + Song: true/false (boolean, defaults to false) + Ensemble: true/false (boolean, defaults to false) + Trap: true/false (boolean, defaults to false) + TargetSelf: true/false (boolean, defaults to false) + NoCastSelf: true/false (boolean, defaults to false) + PartyOnly: true/false (boolean, defaults to false) + GuildOnly: true/false (boolean, defaults to false) + NoEnemy: true/false (boolean, defaults to false) + IgnoreLandProtector: true/false (boolean, defaults to false) + Chorus: true/false (boolean, defaults to false) + FreeCastReduced: true/false (boolean, defaults to false) + Works like skill SA_FREECAST, allow move and attack with reduced speed. + FreeCastNormal: true/false (boolean, defaults to false) + Works like FreeCastReduced, but not reduce speed. + ShowSkillScale: true/false (boolean, defaults to false) + AllowReproduce: true/false (boolean, defaults to false) + HiddenTrap: true/false (boolean, defaults to false) + } + AttackType: "Attack Type" (string, defaults to "None") + Types: "None", "Weapon", "Magic" or "Misc" + Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") + (can be grouped by Levels) + Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" + "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" + "Ele_Weapon" - Uses weapon's element. + "Ele_Endowed" - Uses Endowed element. + "Ele_Random" - Uses random element. + DamageType: { (bool, default to "NoDamage") + NoDamage: true/false No damage skill + SplashArea: true/false Has splash area (requires source modification) + SplitDamage: true/false Damage should be split among targets (requires 'SplashArea' in order to work) + IgnoreCards: true/false Skill ignores caster's % damage cards (misc type always ignores) + IgnoreElement: true/false Skill ignores elemental adjustments + IgnoreDefense: true/false Skill ignores target's defense (misc type always ignores) + IgnoreFlee: true/false Skill ignores target's flee (magic type always ignores) + IgnoreDefCards: true/false Skill ignores target's def cards + } + SplashRange: Damage Splash Area (int, defaults to 0) (can be grouped by Levels) + Note: -1 for screen-wide. + NumberOfHits: Number of Hits (int, defaults to 1) (can be grouped by Levels) + Note: when positive, damage is increased by hits, + negative values just show number of hits without + increasing total damage. + InterruptCast: Cast Interruption (bool, defaults to false) + CastDefRate: Cast Defense Reduction (int, defaults to 0) + SkillInstances: Skill instances (int, defaults to 0) (can be grouped by Levels) + Notes: max amount of skill instances to place on the ground when + player_land_skill_limit/monster_land_skill_limit is enabled. For skills + that attack using a path, this is the path length to be used. + KnockBackTiles: Knock-back by 'n' Tiles (int, defaults to 0) (can be grouped by Levels) + CastTime: Skill cast Time (in ms) (int, defaults to 0) (can be grouped by Levels) + AfterCastActDelay: Skill Delay (in ms) (int, defaults to 0) (can be grouped by Levels) + AfterCastWalkDelay: Walk Delay (in ms) (int, defaults to 0) (can be grouped by Levels) + SkillData1: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) + SkillData2: Skill Data/Duration (in ms) (int, defaults to 0) (can be grouped by Levels) + CoolDown: Skill Cooldown (in ms) (int, defaults to 0) (can be grouped by Levels) + 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. + TargetMiscEffects (int, default to -1) + one misc effect or array of effects + TargetMiscEffect (int, default to -1) + TargetMiscEffect1 (int, default to -1) + first misc effect + TargetMiscEffect2 (int, default to -1) + second misc effect + CastTimeOptions: { + IgnoreDex: true/false (boolean, defaults to false) + IgnoreStatusEffect: true/false (boolean, defaults to false) + IgnoreItemBonus: true/false (boolean, defaults to false) + Note: Delay setting 'IgnoreDex' only makes sense when + delay_dependon_dex is enabled. + } + SkillDelayOptions: { + IgnoreDex: true/false (boolean, defaults to false) + IgnoreStatusEffect: true/false (boolean, defaults to false) + IgnoreItemBonus: true/false (boolean, defaults to false) + Note: Delay setting 'IgnoreDex' only makes sense when + delay_dependon_dex is enabled. + } + Requirements: { + HPCost: HP Cost (int, defaults to 0) (can be grouped by Levels) + SPCost: SP Cost (int, defaults to 0) (can be grouped by Levels) + HPRateCost: HP % Cost (int, defaults to 0) (can be grouped by Levels) + Note: If positive, it is a percent of your current hp, + otherwise it is a percent of your max hp. + SPRateCost: SP % Cost (int, defaults to 0) (can be grouped by Levels) + Note: If positive, it is a percent of your current sp, + otherwise it is a percent of your max sp. + ZenyCost: Zeny Cost (int, defaults to 0) (can be grouped by Levels) + WeaponTypes: { (bool or string, defaults to "All") + NoWeapon: true/false (boolean, defaults to false) + Daggers: true/false (boolean, defaults to false) + 1HSwords: true/false (boolean, defaults to false) + 2HSwords: true/false (boolean, defaults to false) + 1HSpears: true/false (boolean, defaults to false) + 2HSpears: true/false (boolean, defaults to false) + 1HAxes: true/false (boolean, defaults to false) + 2HAxes: true/false (boolean, defaults to false) + Maces: true/false (boolean, defaults to false) + 2HMaces: true/false (boolean, defaults to false) + Staves: true/false (boolean, defaults to false) + Bows: true/false (boolean, defaults to false) + Knuckles: true/false (boolean, defaults to false) + Instruments: true/false (boolean, defaults to false) + Whips: true/false (boolean, defaults to false) + Books: true/false (boolean, defaults to false) + Katars: true/false (boolean, defaults to false) + Revolvers: true/false (boolean, defaults to false) + Rifles: true/false (boolean, defaults to false) + GatlingGuns: true/false (boolean, defaults to false) + Shotguns: true/false (boolean, defaults to false) + GrenadeLaunchers: true/false (boolean, defaults to false) + FuumaShurikens: true/false (boolean, defaults to false) + 2HStaves: true/false (boolean, defaults to false) + MaxSingleWeaponType: true/false (boolean, defaults to false) + DWDaggers: true/false (boolean, defaults to false) + DWSwords: true/false (boolean, defaults to false) + DWAxes: true/false (boolean, defaults to false) + DWDaggerSword: true/false (boolean, defaults to false) + DWDaggerAxe: true/false (boolean, defaults to false) + DWSwordAxe: true/false (boolean, defaults to false) + } + AmmoTypes: { (for all types use string "All") + A_ARROW: true/false (boolean, defaults to false) + A_DAGGER: true/false (boolean, defaults to false) + A_BULLET: true/false (boolean, defaults to false) + A_SHELL: true/false (boolean, defaults to false) + A_GRENADE: true/false (boolean, defaults to false) + A_SHURIKEN: true/false (boolean, defaults to false) + A_KUNAI: true/false (boolean, defaults to false) + A_CANNONBALL: true/false (boolean, defaults to false) + A_THROWWEAPON: true/false (boolean, defaults to false) + } + AmmoAmount: Ammunition Amount (int, defaults to 0) (can be grouped by Levels) + State: "Required State" (string, defaults to "None") (can be grouped by Levels) + Types : 'None' = Nothing special + 'Moveable' = Requires to be able to move + 'NotOverWeight' = Requires to be less than 50% weight + 'InWater' = Requires to be standing on a water cell + 'Cart' = Requires a Pushcart + 'Riding' = Requires to ride either a peco or a dragon + 'Falcon' = Requires a Falcon + 'Sight' = Requires Sight skill activated + 'Hiding' = Requires Hiding skill activated + 'Cloaking' = Requires Cloaking skill activated + 'ExplosionSpirits' = Requires Fury skill activated + 'CartBoost' = Requires a Pushcart and Cart Boost skill activated + 'Shield' = Requires a 0,shield equipped + 'Warg' = Requires a Warg + 'Dragon' = Requires to ride a Dragon + 'RidingWarg' = Requires to ride a Warg + 'Mado' = Requires to have an active mado + 'PoisonWeapon' = Requires to be under Poisoning Weapon. + 'RollingCutter' = Requires at least one Rotation Counter from Rolling Cutter. + 'ElementalSpirit' = Requires to have an Elemental Spirit summoned. + 'MH_Fighting' = Requires Eleanor fighthing mode + 'MH_Grappling' = Requires Eleanor grappling mode + 'Peco' = Requires riding a peco + SpiritSphereCost: Spirit Sphere Cost (int, defaults to 0) (can be grouped by Levels) + Items: { + ItemID or Aegis_Name : Amount (int, defaults to 0) (can be grouped by Levels) + Item example: "ID717" or "Blue_Gemstone". + Notes: Items with amount 0 will not be consumed. + Amount can also be grouped by levels. + } + } + Unit: { + Id: [ UnitID, UnitID2 ] (int, defaults to 0) (can be grouped by Levels) + Layout: Unit Layout (int, defaults to 0) (can be grouped by Levels) + Range: Unit Range (int, defaults to 0) (can be grouped by Levels) + Interval: Unit Interval (int, defaults to 0) (can be grouped by Levels) + Target: "Unit Target" (string, defaults to "None") + Types: + All - affects everyone + NotEnemy - affects anyone who isn't an enemy + Friend - affects party, guildmates and neutral players + Party - affects party only + Guild - affects guild only + Ally - affects party and guildmates only + Sameguild - affects guild but not allies + Enemy - affects enemies only + None - affects nobody + Flag: { + UF_DEFNOTENEMY: true/false (boolean, defaults to false) + UF_NOREITERATION: true/false (boolean, defaults to false) + UF_NOFOOTSET: true/false (boolean, defaults to false) + UF_NOOVERLAP: true/false (boolean, defaults to false) + UF_PATHCHECK: true/false (boolean, defaults to false) + UF_NOPC: true/false (boolean, defaults to false) + UF_NOMOB: true/false (boolean, defaults to false) + UF_SKILL: true/false (boolean, defaults to false) + UF_DANCE: true/false (boolean, defaults to false) + UF_ENSEMBLE: true/false (boolean, defaults to false) + UF_SONG: true/false (boolean, defaults to false) + UF_DUALMODE: true/false (boolean, defaults to false) + UF_RANGEDSINGLEUNI: true/false (boolean, defaults to false) + } + } } *******************************************************************************/ skill_db: ( { - Id: 1 - Name: "NV_BASIC" - Description: "Basic Skill" - MaxLevel: 9 - NumberOfHits: 0 -}, -{ - Id: 2 - Name: "SM_SWORD" - Description: "Sword Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 - SkillType: { - Passive: true - Self: true - } - WeaponTypes: { - Daggers: true - 1HSwords: true - } -}, -{ - Id: 3 - Name: "SM_TWOHAND" - Description: "Two-Handed Sword Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 - SkillType: { - Passive: true - Self: true - } - WeaponTypes: { - 2HSwords: true - 2HSpears: true - 2HAxes: true - 2HMaces: true - 2HStaves: true - } -}, -{ - Id: 4 - Name: "SM_RECOVERY" - Description: "Increase HP Recovery" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 5 - Name: "SM_BASH" - Description: "Bash" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 8 - Lv3: 8 - Lv4: 8 - Lv5: 8 - Lv6: 15 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 15 - } - WeaponTypes: { - NoWeapon: true - } - } -}, -{ - Id: 6 - Name: "SM_PROVOKE" - Description: "Provoke" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 5 - Lv3: 6 - Lv4: 7 - Lv5: 8 - Lv6: 9 - Lv7: 10 - Lv8: 11 - Lv9: 12 - Lv10: 13 - } - } -}, -{ - Id: 7 - Name: "SM_MAGNUM" - Description: "Magnum Break" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: 2 - KnockBackTiles: 2 - AfterCastActDelay: 2000 - SkillData1: 2000 - SkillData2: 10000 - FixedCastTime: 0 - Requirements: { - HPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 19 - Lv4: 19 - Lv5: 18 - Lv6: 18 - Lv7: 17 - Lv8: 17 - Lv9: 16 - Lv10: 16 - } - SPCost: 30 - } -}, -{ - Id: 8 - Name: "SM_ENDURE" - Description: "Endure" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 10000 - Lv2: 13000 - Lv3: 16000 - Lv4: 19000 - Lv5: 22000 - Lv6: 25000 - Lv7: 28000 - Lv8: 31000 - Lv9: 34000 - Lv10: 37000 - } - SkillData2: 10000 - CoolDown: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 9 - Name: "MG_SRECOVERY" - Description: "Increase SP Recovery" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 10 - Name: "MG_SIGHT" - Description: "Sight" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - InterruptCast: true - SkillData1: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 11 - Name: "MG_NAPALMBEAT" - Description: "Napalm Beat" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - DamageType: { - SplashArea: true - SplitDamage: true - } - SplashRange: 1 - InterruptCast: true - CastTime: 400 - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1000 - Lv3: 1000 - Lv4: 900 - Lv5: 900 - Lv6: 800 - Lv7: 800 - Lv8: 700 - Lv9: 600 - Lv10: 500 - } - FixedCastTime: 100 - Requirements: { - SPCost: { - Lv1: 9 - Lv2: 9 - Lv3: 9 - Lv4: 12 - Lv5: 12 - Lv6: 12 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 18 - } - } -}, -{ - Id: 12 - Name: "MG_SAFETYWALL" - Description: "Safety Wall" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 3200 - Lv2: 2880 - Lv3: 2560 - Lv4: 2240 - Lv5: 1920 - Lv6: 1600 - Lv7: 1280 - Lv8: 960 - Lv9: 640 - Lv10: 320 - } - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - FixedCastTime: { - Lv1: 800 - Lv2: 720 - Lv3: 640 - Lv4: 560 - Lv5: 480 - Lv6: 400 - Lv7: 320 - Lv8: 240 - Lv9: 160 - Lv10: 80 - } - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 30 - Lv3: 30 - Lv4: 35 - Lv5: 35 - Lv6: 35 - Lv7: 40 - Lv8: 40 - Lv9: 40 - Lv10: 40 - } + Id: 1 + Name: "NV_BASIC" + Description: "Basic Skill" + MaxLevel: 9 + NumberOfHits: 0 +}, +{ + Id: 2 + Name: "SM_SWORD" + Description: "Sword Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 + SkillType: { + Passive: true + Self: true + } + WeaponTypes: { + Daggers: true + 1HSwords: true + } +}, +{ + Id: 3 + Name: "SM_TWOHAND" + Description: "Two-Handed Sword Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 + SkillType: { + Passive: true + Self: true + } + WeaponTypes: { + 2HSwords: true + 2HSpears: true + 2HAxes: true + 2HMaces: true + 2HStaves: true + } +}, +{ + Id: 4 + Name: "SM_RECOVERY" + Description: "Increase HP Recovery" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 5 + Name: "SM_BASH" + Description: "Bash" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 8 + Lv3: 8 + Lv4: 8 + Lv5: 8 + Lv6: 15 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 15 + } + WeaponTypes: { + NoWeapon: true + } + } +}, +{ + Id: 6 + Name: "SM_PROVOKE" + Description: "Provoke" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 5 + Lv3: 6 + Lv4: 7 + Lv5: 8 + Lv6: 9 + Lv7: 10 + Lv8: 11 + Lv9: 12 + Lv10: 13 + } + } +}, +{ + Id: 7 + Name: "SM_MAGNUM" + Description: "Magnum Break" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: 2 + KnockBackTiles: 2 + AfterCastActDelay: 2000 + SkillData1: 2000 + SkillData2: 10000 + FixedCastTime: 0 + Requirements: { + HPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 19 + Lv4: 19 + Lv5: 18 + Lv6: 18 + Lv7: 17 + Lv8: 17 + Lv9: 16 + Lv10: 16 + } + SPCost: 30 + } +}, +{ + Id: 8 + Name: "SM_ENDURE" + Description: "Endure" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 10000 + Lv2: 13000 + Lv3: 16000 + Lv4: 19000 + Lv5: 22000 + Lv6: 25000 + Lv7: 28000 + Lv8: 31000 + Lv9: 34000 + Lv10: 37000 + } + SkillData2: 10000 + CoolDown: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 9 + Name: "MG_SRECOVERY" + Description: "Increase SP Recovery" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 10 + Name: "MG_SIGHT" + Description: "Sight" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + InterruptCast: true + SkillData1: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 11 + Name: "MG_NAPALMBEAT" + Description: "Napalm Beat" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + DamageType: { + SplashArea: true + SplitDamage: true + } + SplashRange: 1 + InterruptCast: true + CastTime: 400 + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1000 + Lv3: 1000 + Lv4: 900 + Lv5: 900 + Lv6: 800 + Lv7: 800 + Lv8: 700 + Lv9: 600 + Lv10: 500 + } + FixedCastTime: 100 + Requirements: { + SPCost: { + Lv1: 9 + Lv2: 9 + Lv3: 9 + Lv4: 12 + Lv5: 12 + Lv6: 12 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 18 + } + } +}, +{ + Id: 12 + Name: "MG_SAFETYWALL" + Description: "Safety Wall" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 3200 + Lv2: 2880 + Lv3: 2560 + Lv4: 2240 + Lv5: 1920 + Lv6: 1600 + Lv7: 1280 + Lv8: 960 + Lv9: 640 + Lv10: 320 + } + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + FixedCastTime: { + Lv1: 800 + Lv2: 720 + Lv3: 640 + Lv4: 560 + Lv5: 480 + Lv6: 400 + Lv7: 320 + Lv8: 240 + Lv9: 160 + Lv10: 80 + } + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 30 + Lv3: 30 + Lv4: 35 + Lv5: 35 + Lv6: 35 + Lv7: 40 + Lv8: 40 + Lv9: 40 + Lv10: 40 + } // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: 0x7e - Interval: -1 - Target: "All" - Flag: { - UF_DEFNOTENEMY: true - UF_NOREITERATION: true - } - } -}, -{ - Id: 13 - Name: "MG_SOULSTRIKE" - Description: "Soul Strike" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - NumberOfHits: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true - CastTime: 400 - AfterCastActDelay: { - Lv1: 1200 - Lv2: 1200 - Lv3: 1600 - Lv4: 1600 - Lv5: 2000 - Lv6: 2000 - Lv7: 2400 - Lv8: 2400 - Lv9: 2800 - Lv10: 2500 - } - FixedCastTime: 100 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 14 - Lv3: 24 - Lv4: 20 - Lv5: 30 - Lv6: 26 - Lv7: 36 - Lv8: 32 - Lv9: 42 - Lv10: 38 - } - } -}, -{ - Id: 14 - Name: "MG_COLDBOLT" - Description: "Cold Bolt" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 960 - Lv3: 1280 - Lv4: 1600 - Lv5: 1920 - Lv6: 2100 - Lv7: 1560 - Lv8: 2880 - Lv9: 3200 - Lv10: 3520 - } - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: { - Lv1: 160 - Lv2: 240 - Lv3: 320 - Lv4: 400 - Lv5: 480 - Lv6: 700 - Lv7: 640 - Lv8: 720 - Lv9: 800 - Lv10: 880 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 15 - Name: "MG_FROSTDIVER" - Description: "Frost Diver" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - InterruptCast: true - CastTime: 640 - AfterCastActDelay: 1500 - SkillData2: { - Lv1: 3000 - Lv2: 6000 - Lv3: 9000 - Lv4: 12000 - Lv5: 15000 - Lv6: 18000 - Lv7: 21000 - Lv8: 24000 - Lv9: 27000 - Lv10: 30000 - } - FixedCastTime: 160 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 24 - Lv3: 23 - Lv4: 22 - Lv5: 21 - Lv6: 20 - Lv7: 19 - Lv8: 18 - Lv9: 17 - Lv10: 16 - } - } -}, -{ - Id: 16 - Name: "MG_STONECURSE" - Description: "Stone Curse" - MaxLevel: 10 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 800 - SkillData1: 5000 - SkillData2: 20000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 24 - Lv3: 23 - Lv4: 22 - Lv5: 21 - Lv6: 20 - Lv7: 19 - Lv8: 18 - Lv9: 17 - Lv10: 16 - } + } + Unit: { + Id: 0x7e + Interval: -1 + Target: "All" + Flag: { + UF_DEFNOTENEMY: true + UF_NOREITERATION: true + } + } +}, +{ + Id: 13 + Name: "MG_SOULSTRIKE" + Description: "Soul Strike" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + NumberOfHits: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true + CastTime: 400 + AfterCastActDelay: { + Lv1: 1200 + Lv2: 1200 + Lv3: 1600 + Lv4: 1600 + Lv5: 2000 + Lv6: 2000 + Lv7: 2400 + Lv8: 2400 + Lv9: 2800 + Lv10: 2500 + } + FixedCastTime: 100 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 14 + Lv3: 24 + Lv4: 20 + Lv5: 30 + Lv6: 26 + Lv7: 36 + Lv8: 32 + Lv9: 42 + Lv10: 38 + } + } +}, +{ + Id: 14 + Name: "MG_COLDBOLT" + Description: "Cold Bolt" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 960 + Lv3: 1280 + Lv4: 1600 + Lv5: 1920 + Lv6: 2100 + Lv7: 1560 + Lv8: 2880 + Lv9: 3200 + Lv10: 3520 + } + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: { + Lv1: 160 + Lv2: 240 + Lv3: 320 + Lv4: 400 + Lv5: 480 + Lv6: 700 + Lv7: 640 + Lv8: 720 + Lv9: 800 + Lv10: 880 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 15 + Name: "MG_FROSTDIVER" + Description: "Frost Diver" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + InterruptCast: true + CastTime: 640 + AfterCastActDelay: 1500 + SkillData2: { + Lv1: 3000 + Lv2: 6000 + Lv3: 9000 + Lv4: 12000 + Lv5: 15000 + Lv6: 18000 + Lv7: 21000 + Lv8: 24000 + Lv9: 27000 + Lv10: 30000 + } + FixedCastTime: 160 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 24 + Lv3: 23 + Lv4: 22 + Lv5: 21 + Lv6: 20 + Lv7: 19 + Lv8: 18 + Lv9: 17 + Lv10: 16 + } + } +}, +{ + Id: 16 + Name: "MG_STONECURSE" + Description: "Stone Curse" + MaxLevel: 10 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 800 + SkillData1: 5000 + SkillData2: 20000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 24 + Lv3: 23 + Lv4: 22 + Lv5: 21 + Lv6: 20 + Lv7: 19 + Lv8: 18 + Lv9: 17 + Lv10: 16 + } // Items: { // Red_Gemstone: 1 // } - } -}, -{ - Id: 17 - Name: "MG_FIREBALL" - Description: "Fire Ball" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: 2 - InterruptCast: true - CastTime: { - Lv1: 1280 - Lv2: 1280 - Lv3: 1280 - Lv4: 1280 - Lv5: 1280 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - AfterCastActDelay: { - Lv1: 1500 - Lv2: 1500 - Lv3: 1500 - Lv4: 1500 - Lv5: 1500 - Lv6: 1000 - Lv7: 1000 - Lv8: 1000 - Lv9: 1000 - Lv10: 1000 - } - FixedCastTime: { - Lv1: 320 - Lv2: 320 - Lv3: 320 - Lv4: 320 - Lv5: 320 - Lv6: 200 - Lv7: 200 - Lv8: 200 - Lv9: 200 - Lv10: 200 - } - Requirements: { - SPCost: 25 - } -}, -{ - Id: 18 - Name: "MG_FIREWALL" - Description: "Fire Wall" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - InterruptCast: true - SkillInstances: 3 - KnockBackTiles: 2 - CastTime: { - Lv1: 1600 - Lv2: 1440 - Lv3: 1280 - Lv4: 1120 - Lv5: 960 - Lv6: 880 - Lv7: 800 - Lv8: 720 - Lv9: 640 - Lv10: 560 - } - SkillData1: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - FixedCastTime: { - Lv1: 400 - Lv2: 360 - Lv3: 320 - Lv4: 280 - Lv5: 240 - Lv6: 220 - Lv7: 200 - Lv8: 180 - Lv9: 160 - Lv10: 140 - } - Requirements: { - SPCost: 40 - } - Unit: { - Id: 0x7f - Layout: -1 - Interval: 20 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 19 - Name: "MG_FIREBOLT" - Description: "Fire Bolt" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 960 - Lv3: 1280 - Lv4: 1600 - Lv5: 1920 - Lv6: 2100 - Lv7: 1560 - Lv8: 2880 - Lv9: 3200 - Lv10: 3520 - } - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: { - Lv1: 160 - Lv2: 240 - Lv3: 320 - Lv4: 400 - Lv5: 480 - Lv6: 700 - Lv7: 640 - Lv8: 720 - Lv9: 800 - Lv10: 880 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 20 - Name: "MG_LIGHTNINGBOLT" - Description: "Lightning Bolt" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 960 - Lv3: 1280 - Lv4: 1600 - Lv5: 1920 - Lv6: 2100 - Lv7: 1560 - Lv8: 2880 - Lv9: 3200 - Lv10: 3520 - } - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: { - Lv1: 160 - Lv2: 240 - Lv3: 320 - Lv4: 400 - Lv5: 480 - Lv6: 700 - Lv7: 640 - Lv8: 720 - Lv9: 800 - Lv10: 880 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 21 - Name: "MG_THUNDERSTORM" - Description: "Thunderstorm" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 1280 - Lv3: 1920 - Lv4: 2560 - Lv5: 3200 - Lv6: 3840 - Lv7: 4480 - Lv8: 5120 - Lv9: 5760 - Lv10: 6400 - } - AfterCastActDelay: { - Lv1: 2000 - Lv2: 2000 - Lv3: 2000 - Lv4: 2000 - Lv5: 2000 - Lv6: 2000 - Lv7: 2000 - Lv8: 2000 - Lv9: 2000 - Lv10: 2000 - } - SkillData1: 500 - FixedCastTime: { - Lv1: 160 - Lv2: 320 - Lv3: 480 - Lv4: 640 - Lv5: 800 - Lv6: 960 - Lv7: 1120 - Lv8: 1280 - Lv9: 1440 - Lv10: 1600 - } - Requirements: { - SPCost: { - Lv1: 29 - Lv2: 34 - Lv3: 39 - Lv4: 44 - Lv5: 49 - Lv6: 54 - Lv7: 59 - Lv8: 64 - Lv9: 69 - Lv10: 74 - } - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 22 - Name: "AL_DP" - Description: "Divine Protection" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 23 - Name: "AL_DEMONBANE" - Description: "Demon Bane" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 24 - Name: "AL_RUWACH" - Description: "Ruwach" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - InterruptCast: true - SkillData1: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 25 - Name: "AL_PNEUMA" - Description: "Pneuma" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } - Unit: { - Id: 0x85 - Layout: 1 - Interval: -1 - Target: "All" - Flag: { - UF_DEFNOTENEMY: true - UF_NOREITERATION: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 26 - Name: "AL_TELEPORT" - Description: "Teleport" - MaxLevel: 2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 9 - Lv3: 8 - Lv4: 7 - Lv5: 6 - Lv6: 5 - Lv7: 4 - Lv8: 3 - Lv9: 2 - Lv10: 1 - } - } -}, -{ - Id: 27 - Name: "AL_WARP" - Description: "Warp Portal" - MaxLevel: 4 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 3 - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 32 - Lv3: 29 - Lv4: 26 - Lv5: 23 - Lv6: 20 - Lv7: 17 - Lv8: 14 - Lv9: 11 - Lv10: 8 - } + } +}, +{ + Id: 17 + Name: "MG_FIREBALL" + Description: "Fire Ball" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: 2 + InterruptCast: true + CastTime: { + Lv1: 1280 + Lv2: 1280 + Lv3: 1280 + Lv4: 1280 + Lv5: 1280 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + AfterCastActDelay: { + Lv1: 1500 + Lv2: 1500 + Lv3: 1500 + Lv4: 1500 + Lv5: 1500 + Lv6: 1000 + Lv7: 1000 + Lv8: 1000 + Lv9: 1000 + Lv10: 1000 + } + FixedCastTime: { + Lv1: 320 + Lv2: 320 + Lv3: 320 + Lv4: 320 + Lv5: 320 + Lv6: 200 + Lv7: 200 + Lv8: 200 + Lv9: 200 + Lv10: 200 + } + Requirements: { + SPCost: 25 + } +}, +{ + Id: 18 + Name: "MG_FIREWALL" + Description: "Fire Wall" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + InterruptCast: true + SkillInstances: 3 + KnockBackTiles: 2 + CastTime: { + Lv1: 1600 + Lv2: 1440 + Lv3: 1280 + Lv4: 1120 + Lv5: 960 + Lv6: 880 + Lv7: 800 + Lv8: 720 + Lv9: 640 + Lv10: 560 + } + SkillData1: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + FixedCastTime: { + Lv1: 400 + Lv2: 360 + Lv3: 320 + Lv4: 280 + Lv5: 240 + Lv6: 220 + Lv7: 200 + Lv8: 180 + Lv9: 160 + Lv10: 140 + } + Requirements: { + SPCost: 40 + } + Unit: { + Id: 0x7f + Layout: -1 + Interval: 20 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 19 + Name: "MG_FIREBOLT" + Description: "Fire Bolt" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 960 + Lv3: 1280 + Lv4: 1600 + Lv5: 1920 + Lv6: 2100 + Lv7: 1560 + Lv8: 2880 + Lv9: 3200 + Lv10: 3520 + } + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: { + Lv1: 160 + Lv2: 240 + Lv3: 320 + Lv4: 400 + Lv5: 480 + Lv6: 700 + Lv7: 640 + Lv8: 720 + Lv9: 800 + Lv10: 880 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 20 + Name: "MG_LIGHTNINGBOLT" + Description: "Lightning Bolt" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 960 + Lv3: 1280 + Lv4: 1600 + Lv5: 1920 + Lv6: 2100 + Lv7: 1560 + Lv8: 2880 + Lv9: 3200 + Lv10: 3520 + } + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: { + Lv1: 160 + Lv2: 240 + Lv3: 320 + Lv4: 400 + Lv5: 480 + Lv6: 700 + Lv7: 640 + Lv8: 720 + Lv9: 800 + Lv10: 880 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 21 + Name: "MG_THUNDERSTORM" + Description: "Thunderstorm" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 1280 + Lv3: 1920 + Lv4: 2560 + Lv5: 3200 + Lv6: 3840 + Lv7: 4480 + Lv8: 5120 + Lv9: 5760 + Lv10: 6400 + } + AfterCastActDelay: { + Lv1: 2000 + Lv2: 2000 + Lv3: 2000 + Lv4: 2000 + Lv5: 2000 + Lv6: 2000 + Lv7: 2000 + Lv8: 2000 + Lv9: 2000 + Lv10: 2000 + } + SkillData1: 500 + FixedCastTime: { + Lv1: 160 + Lv2: 320 + Lv3: 480 + Lv4: 640 + Lv5: 800 + Lv6: 960 + Lv7: 1120 + Lv8: 1280 + Lv9: 1440 + Lv10: 1600 + } + Requirements: { + SPCost: { + Lv1: 29 + Lv2: 34 + Lv3: 39 + Lv4: 44 + Lv5: 49 + Lv6: 54 + Lv7: 59 + Lv8: 64 + Lv9: 69 + Lv10: 74 + } + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 22 + Name: "AL_DP" + Description: "Divine Protection" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 23 + Name: "AL_DEMONBANE" + Description: "Demon Bane" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 24 + Name: "AL_RUWACH" + Description: "Ruwach" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + InterruptCast: true + SkillData1: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 25 + Name: "AL_PNEUMA" + Description: "Pneuma" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } + Unit: { + Id: 0x85 + Layout: 1 + Interval: -1 + Target: "All" + Flag: { + UF_DEFNOTENEMY: true + UF_NOREITERATION: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 26 + Name: "AL_TELEPORT" + Description: "Teleport" + MaxLevel: 2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 9 + Lv3: 8 + Lv4: 7 + Lv5: 6 + Lv6: 5 + Lv7: 4 + Lv8: 3 + Lv9: 2 + Lv10: 1 + } + } +}, +{ + Id: 27 + Name: "AL_WARP" + Description: "Warp Portal" + MaxLevel: 4 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 3 + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 32 + Lv3: 29 + Lv4: 26 + Lv5: 23 + Lv6: 20 + Lv7: 17 + Lv8: 14 + Lv9: 11 + Lv10: 8 + } // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: [ 0x81, 0x80 ] - Interval: -1 - Target: "All" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - UF_NOOVERLAP: true - } - } -}, -{ - Id: 28 - Name: "AL_HEAL" - Description: "Heal" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - IgnoreDefense: true - } - InterruptCast: true - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 16 - Lv3: 19 - Lv4: 22 - Lv5: 25 - Lv6: 28 - Lv7: 31 - Lv8: 34 - Lv9: 37 - Lv10: 40 - } - } -}, -{ - Id: 29 - Name: "AL_INCAGI" - Description: "Increase AGI" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: 200 - Requirements: { - HPCost: 15 - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - } -}, -{ - Id: 30 - Name: "AL_DECAGI" - Description: "Decrease AGI" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 750 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 40000 - Lv2: 50000 - Lv3: 60000 - Lv4: 70000 - Lv5: 80000 - Lv6: 90000 - Lv7: 100000 - Lv8: 110000 - Lv9: 120000 - Lv10: 130000 - } - FixedCastTime: 250 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 17 - Lv3: 19 - Lv4: 21 - Lv5: 23 - Lv6: 25 - Lv7: 27 - Lv8: 29 - Lv9: 31 - Lv10: 33 - } - } -}, -{ - Id: 31 - Name: "AL_HOLYWATER" - Description: "Aqua Benedicta" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 500 - FixedCastTime: 200 - Requirements: { - SPCost: 10 - State: "InWater" - } -}, -{ - Id: 32 - Name: "AL_CRUCIS" - Description: "Signum Crucis" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - InterruptCast: true - CastTime: 350 - AfterCastActDelay: 2000 - FixedCastTime: 150 - Requirements: { - SPCost: 35 - } -}, -{ - Id: 33 - Name: "AL_ANGELUS" - Description: "Angelus" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - CastTime: 350 - AfterCastActDelay: 3500 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 150 - Requirements: { - SPCost: { - Lv1: 23 - Lv2: 26 - Lv3: 29 - Lv4: 32 - Lv5: 35 - Lv6: 38 - Lv7: 41 - Lv8: 44 - Lv9: 47 - Lv10: 50 - } - } -}, -{ - Id: 34 - Name: "AL_BLESSING" - Description: "Blessing" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 32 - Lv3: 36 - Lv4: 40 - Lv5: 44 - Lv6: 48 - Lv7: 52 - Lv8: 56 - Lv9: 60 - Lv10: 64 - } - } -}, -{ - Id: 35 - Name: "AL_CURE" - Description: "Cure" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData2: 6000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 36 - Name: "MC_INCCARRY" - Description: "Enlarge Weight Limit" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 37 - Name: "MC_DISCOUNT" - Description: "Discount" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 38 - Name: "MC_OVERCHARGE" - Description: "Overcharge" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 39 - Name: "MC_PUSHCART" - Description: "Pushcart" - MaxLevel: 10 - Range: 1 - NumberOfHits: 0 -}, -{ - Id: 40 - Name: "MC_IDENTIFY" - Description: "Item Appraisal" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 41 - Name: "MC_VENDING" - Description: "Vending" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 30 - State: "Cart" - } -}, -{ - Id: 42 - Name: "MC_MAMMONITE" - Description: "Mammonite" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 5 - ZenyCost: { - Lv1: 100 - Lv2: 200 - Lv3: 300 - Lv4: 400 - Lv5: 500 - Lv6: 600 - Lv7: 700 - Lv8: 800 - Lv9: 900 - Lv10: 1000 - } - } -}, -{ - Id: 43 - Name: "AC_OWL" - Description: "Owl's Eye" - MaxLevel: 10 - NumberOfHits: 0 - SkillType: { - Passive: true - Self: true - } - WeaponTypes: { - Daggers: false - 1HSwords: false - Bows: true - } -}, -{ - Id: 44 - Name: "AC_VULTURE" - Description: "Vulture's Eye" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 45 - Name: "AC_CONCENTRATION" - Description: "Improve Concentration" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 65 - Lv10: 70 - } - } -}, -{ - Id: 46 - Name: "AC_DOUBLE" - Description: "Double Strafe" - MaxLevel: 10 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 2 - AfterCastActDelay: 100 - SkillData1: 100 - FixedCastTime: 0 - Requirements: { - SPCost: 12 - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 47 - Name: "AC_SHOWER" - Description: "Arrow Shower" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - IgnoreLandProtector: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 2 - Lv4: 2 - Lv5: 2 - Lv6: 3 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 3 - } - KnockBackTiles: 2 - AfterCastActDelay: 100 - SkillData1: 100 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } - Unit: { - Id: 0x86 - Range: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 1 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - Interval: 1000 - Target: "Enemy" - Flag: { - UF_SKILL: true - } - } -}, -{ - Id: 48 - Name: "TF_DOUBLE" - Description: "Double Attack" - MaxLevel: 10 - Range: -1 - Hit: "BDT_MULTIHIT" - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 2 -}, -{ - Id: 49 - Name: "TF_MISS" - Description: "Improve Dodge" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 50 - Name: "TF_STEAL" - Description: "Steal" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 51 - Name: "TF_HIDING" - Description: "Hiding" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 52 - Name: "TF_POISON" - Description: "Envenom" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - SkillData2: { - Lv1: 20000 - Lv2: 40000 - Lv3: 60000 - Lv4: 80000 - Lv5: 100000 - Lv6: 120000 - Lv7: 140000 - Lv8: 160000 - Lv9: 180000 - Lv10: 200000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 12 - } -}, -{ - Id: 53 - Name: "TF_DETOXIFY" - Description: "Detoxify" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 54 - Name: "ALL_RESURRECTION" - Description: "Resurrection" - MaxLevel: 4 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 4800 - Lv2: 3200 - Lv3: 1600 - Lv4: 0 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AfterCastActDelay: { - Lv1: 0 - Lv2: 1000 - Lv3: 2000 - Lv4: 3000 - Lv5: 4000 - Lv6: 5000 - Lv7: 6000 - Lv8: 7000 - Lv9: 8000 - Lv10: 9000 - } - FixedCastTime: { - Lv1: 1200 - Lv2: 800 - Lv3: 400 - Lv4: 0 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: 60 + } + Unit: { + Id: [ 0x81, 0x80 ] + Interval: -1 + Target: "All" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + UF_NOOVERLAP: true + } + } +}, +{ + Id: 28 + Name: "AL_HEAL" + Description: "Heal" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + IgnoreDefense: true + } + InterruptCast: true + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 16 + Lv3: 19 + Lv4: 22 + Lv5: 25 + Lv6: 28 + Lv7: 31 + Lv8: 34 + Lv9: 37 + Lv10: 40 + } + } +}, +{ + Id: 29 + Name: "AL_INCAGI" + Description: "Increase AGI" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: 200 + Requirements: { + HPCost: 15 + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + } +}, +{ + Id: 30 + Name: "AL_DECAGI" + Description: "Decrease AGI" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 750 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 40000 + Lv2: 50000 + Lv3: 60000 + Lv4: 70000 + Lv5: 80000 + Lv6: 90000 + Lv7: 100000 + Lv8: 110000 + Lv9: 120000 + Lv10: 130000 + } + FixedCastTime: 250 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 17 + Lv3: 19 + Lv4: 21 + Lv5: 23 + Lv6: 25 + Lv7: 27 + Lv8: 29 + Lv9: 31 + Lv10: 33 + } + } +}, +{ + Id: 31 + Name: "AL_HOLYWATER" + Description: "Aqua Benedicta" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 500 + FixedCastTime: 200 + Requirements: { + SPCost: 10 + State: "InWater" + } +}, +{ + Id: 32 + Name: "AL_CRUCIS" + Description: "Signum Crucis" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + InterruptCast: true + CastTime: 350 + AfterCastActDelay: 2000 + FixedCastTime: 150 + Requirements: { + SPCost: 35 + } +}, +{ + Id: 33 + Name: "AL_ANGELUS" + Description: "Angelus" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + CastTime: 350 + AfterCastActDelay: 3500 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 150 + Requirements: { + SPCost: { + Lv1: 23 + Lv2: 26 + Lv3: 29 + Lv4: 32 + Lv5: 35 + Lv6: 38 + Lv7: 41 + Lv8: 44 + Lv9: 47 + Lv10: 50 + } + } +}, +{ + Id: 34 + Name: "AL_BLESSING" + Description: "Blessing" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 32 + Lv3: 36 + Lv4: 40 + Lv5: 44 + Lv6: 48 + Lv7: 52 + Lv8: 56 + Lv9: 60 + Lv10: 64 + } + } +}, +{ + Id: 35 + Name: "AL_CURE" + Description: "Cure" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData2: 6000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 36 + Name: "MC_INCCARRY" + Description: "Enlarge Weight Limit" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 37 + Name: "MC_DISCOUNT" + Description: "Discount" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 38 + Name: "MC_OVERCHARGE" + Description: "Overcharge" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 39 + Name: "MC_PUSHCART" + Description: "Pushcart" + MaxLevel: 10 + Range: 1 + NumberOfHits: 0 +}, +{ + Id: 40 + Name: "MC_IDENTIFY" + Description: "Item Appraisal" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 41 + Name: "MC_VENDING" + Description: "Vending" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 30 + State: "Cart" + } +}, +{ + Id: 42 + Name: "MC_MAMMONITE" + Description: "Mammonite" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 5 + ZenyCost: { + Lv1: 100 + Lv2: 200 + Lv3: 300 + Lv4: 400 + Lv5: 500 + Lv6: 600 + Lv7: 700 + Lv8: 800 + Lv9: 900 + Lv10: 1000 + } + } +}, +{ + Id: 43 + Name: "AC_OWL" + Description: "Owl's Eye" + MaxLevel: 10 + NumberOfHits: 0 + SkillType: { + Passive: true + Self: true + } + WeaponTypes: { + Daggers: false + 1HSwords: false + Bows: true + } +}, +{ + Id: 44 + Name: "AC_VULTURE" + Description: "Vulture's Eye" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 45 + Name: "AC_CONCENTRATION" + Description: "Improve Concentration" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 65 + Lv10: 70 + } + } +}, +{ + Id: 46 + Name: "AC_DOUBLE" + Description: "Double Strafe" + MaxLevel: 10 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 2 + AfterCastActDelay: 100 + SkillData1: 100 + FixedCastTime: 0 + Requirements: { + SPCost: 12 + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 47 + Name: "AC_SHOWER" + Description: "Arrow Shower" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + IgnoreLandProtector: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 2 + Lv4: 2 + Lv5: 2 + Lv6: 3 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 3 + } + KnockBackTiles: 2 + AfterCastActDelay: 100 + SkillData1: 100 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } + Unit: { + Id: 0x86 + Range: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 1 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + Interval: 1000 + Target: "Enemy" + Flag: { + UF_SKILL: true + } + } +}, +{ + Id: 48 + Name: "TF_DOUBLE" + Description: "Double Attack" + MaxLevel: 10 + Range: -1 + Hit: "BDT_MULTIHIT" + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 2 +}, +{ + Id: 49 + Name: "TF_MISS" + Description: "Improve Dodge" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 50 + Name: "TF_STEAL" + Description: "Steal" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 51 + Name: "TF_HIDING" + Description: "Hiding" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 52 + Name: "TF_POISON" + Description: "Envenom" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + SkillData2: { + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 12 + } +}, +{ + Id: 53 + Name: "TF_DETOXIFY" + Description: "Detoxify" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 54 + Name: "ALL_RESURRECTION" + Description: "Resurrection" + MaxLevel: 4 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 4800 + Lv2: 3200 + Lv3: 1600 + Lv4: 0 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AfterCastActDelay: { + Lv1: 0 + Lv2: 1000 + Lv3: 2000 + Lv4: 3000 + Lv5: 4000 + Lv6: 5000 + Lv7: 6000 + Lv8: 7000 + Lv9: 8000 + Lv10: 9000 + } + FixedCastTime: { + Lv1: 1200 + Lv2: 800 + Lv3: 400 + Lv4: 0 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: 60 // Items: { // Blue_Gemstone: 1 // } - } -}, -{ - Id: 55 - Name: "KN_SPEARMASTERY" - Description: "Spear Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 56 - Name: "KN_PIERCE" - Description: "Pierce" - MaxLevel: 10 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - Requirements: { - SPCost: 7 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 57 - Name: "KN_BRANDISHSPEAR" - Description: "Brandish Spear" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - KnockBackTiles: 3 - CastTime: 350 - FixedCastTime: 350 - Requirements: { - SPCost: 12 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - State: "Riding" - } -}, -{ - Id: 58 - Name: "KN_SPEARSTAB" - Description: "Spear Stab" - MaxLevel: 10 - Range: -4 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - KnockBackTiles: 6 - Requirements: { - SPCost: 9 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 59 - Name: "KN_SPEARBOOMERANG" - Description: "Spear Boomerang" - MaxLevel: 5 - Range: { - Lv1: 3 - Lv2: 5 - Lv3: 7 - Lv4: 9 - Lv5: 11 - Lv6: 13 - Lv7: 15 - Lv8: 17 - Lv9: 19 - Lv10: 21 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 60 - Name: "KN_TWOHANDQUICKEN" - Description: "Twohand Quicken" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 18 - Lv3: 22 - Lv4: 26 - Lv5: 30 - Lv6: 34 - Lv7: 38 - Lv8: 42 - Lv9: 46 - Lv10: 50 - } - WeaponTypes: { - 2HSwords: true - } - } -}, -{ - Id: 61 - Name: "KN_AUTOCOUNTER" - Description: "Counter Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreDefense: true - } - SkillData1: { - Lv1: 400 - Lv2: 800 - Lv3: 1200 - Lv4: 1600 - Lv5: 2000 - Lv6: 2400 - Lv7: 2800 - Lv8: 3200 - Lv9: 3600 - Lv10: 4000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 3 - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - } -}, -{ - Id: 62 - Name: "KN_BOWLINGBASH" - Description: "Bowling Bash" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - KnockBackTiles: 1 - CastTime: 350 - FixedCastTime: 350 - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 14 - Lv3: 15 - Lv4: 16 - Lv5: 17 - Lv6: 18 - Lv7: 19 - Lv8: 20 - Lv9: 21 - Lv10: 22 - } - } -}, -{ - Id: 63 - Name: "KN_RIDING" - Description: "Peco Peco Riding" - MaxLevel: 1 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 64 - Name: "KN_CAVALIERMASTERY" - Description: "Cavalier Mastery" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 65 - Name: "PR_MACEMASTERY" - Description: "Mace Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 66 - Name: "PR_IMPOSITIO" - Description: "Impositio Manus" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 3000 - SkillData1: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 16 - Lv3: 19 - Lv4: 22 - Lv5: 25 - Lv6: 28 - Lv7: 31 - Lv8: 34 - Lv9: 37 - Lv10: 40 - } - } -}, -{ - Id: 67 - Name: "PR_SUFFRAGIUM" - Description: "Suffragium" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 30000 - Lv2: 20000 - Lv3: 10000 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: 8 - } -}, -{ - Id: 68 - Name: "PR_ASPERSIO" - Description: "Aspersio" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - IgnoreElement: true - IgnoreDefense: true - } - InterruptCast: true - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 18 - Lv3: 22 - Lv4: 26 - Lv5: 30 - Lv6: 34 - Lv7: 38 - Lv8: 42 - Lv9: 46 - Lv10: 50 - } + } +}, +{ + Id: 55 + Name: "KN_SPEARMASTERY" + Description: "Spear Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 56 + Name: "KN_PIERCE" + Description: "Pierce" + MaxLevel: 10 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + Requirements: { + SPCost: 7 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 57 + Name: "KN_BRANDISHSPEAR" + Description: "Brandish Spear" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + KnockBackTiles: 3 + CastTime: 350 + FixedCastTime: 350 + Requirements: { + SPCost: 12 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + State: "Riding" + } +}, +{ + Id: 58 + Name: "KN_SPEARSTAB" + Description: "Spear Stab" + MaxLevel: 10 + Range: -4 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + KnockBackTiles: 6 + Requirements: { + SPCost: 9 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 59 + Name: "KN_SPEARBOOMERANG" + Description: "Spear Boomerang" + MaxLevel: 5 + Range: { + Lv1: 3 + Lv2: 5 + Lv3: 7 + Lv4: 9 + Lv5: 11 + Lv6: 13 + Lv7: 15 + Lv8: 17 + Lv9: 19 + Lv10: 21 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 60 + Name: "KN_TWOHANDQUICKEN" + Description: "Twohand Quicken" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 18 + Lv3: 22 + Lv4: 26 + Lv5: 30 + Lv6: 34 + Lv7: 38 + Lv8: 42 + Lv9: 46 + Lv10: 50 + } + WeaponTypes: { + 2HSwords: true + } + } +}, +{ + Id: 61 + Name: "KN_AUTOCOUNTER" + Description: "Counter Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreDefense: true + } + SkillData1: { + Lv1: 400 + Lv2: 800 + Lv3: 1200 + Lv4: 1600 + Lv5: 2000 + Lv6: 2400 + Lv7: 2800 + Lv8: 3200 + Lv9: 3600 + Lv10: 4000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 3 + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + } +}, +{ + Id: 62 + Name: "KN_BOWLINGBASH" + Description: "Bowling Bash" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + KnockBackTiles: 1 + CastTime: 350 + FixedCastTime: 350 + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 14 + Lv3: 15 + Lv4: 16 + Lv5: 17 + Lv6: 18 + Lv7: 19 + Lv8: 20 + Lv9: 21 + Lv10: 22 + } + } +}, +{ + Id: 63 + Name: "KN_RIDING" + Description: "Peco Peco Riding" + MaxLevel: 1 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 64 + Name: "KN_CAVALIERMASTERY" + Description: "Cavalier Mastery" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 65 + Name: "PR_MACEMASTERY" + Description: "Mace Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 66 + Name: "PR_IMPOSITIO" + Description: "Impositio Manus" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 3000 + SkillData1: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 16 + Lv3: 19 + Lv4: 22 + Lv5: 25 + Lv6: 28 + Lv7: 31 + Lv8: 34 + Lv9: 37 + Lv10: 40 + } + } +}, +{ + Id: 67 + Name: "PR_SUFFRAGIUM" + Description: "Suffragium" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 30000 + Lv2: 20000 + Lv3: 10000 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: 8 + } +}, +{ + Id: 68 + Name: "PR_ASPERSIO" + Description: "Aspersio" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + IgnoreElement: true + IgnoreDefense: true + } + InterruptCast: true + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 18 + Lv3: 22 + Lv4: 26 + Lv5: 30 + Lv6: 34 + Lv7: 38 + Lv8: 42 + Lv9: 46 + Lv10: 50 + } // Items: { // Holy_Water: 1 // } - } -}, -{ - Id: 69 - Name: "PR_BENEDICTIO" - Description: "B.S. Sacramenti" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Ensemble: true - AllowReproduce: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - IgnoreDefense: true - } - SplashRange: 1 - InterruptCast: true - SkillData1: { - Lv1: 40000 - Lv2: 80000 - Lv3: 120000 - Lv4: 160000 - Lv5: 200000 - Lv6: 240000 - Lv7: 280000 - Lv8: 320000 - Lv9: 360000 - Lv10: 400000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 70 - Name: "PR_SANCTUARY" - Description: "Sanctuary" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - IgnoreDefense: true - } - InterruptCast: true - KnockBackTiles: 1 - CastTime: 4000 - SkillData1: { - Lv1: 4000 - Lv2: 7000 - Lv3: 10000 - Lv4: 13000 - Lv5: 16000 - Lv6: 19000 - Lv7: 22000 - Lv8: 25000 - Lv9: 28000 - Lv10: 31000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 18 - Lv3: 21 - Lv4: 24 - Lv5: 27 - Lv6: 30 - Lv7: 33 - Lv8: 36 - Lv9: 39 - Lv10: 42 - } + } +}, +{ + Id: 69 + Name: "PR_BENEDICTIO" + Description: "B.S. Sacramenti" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Ensemble: true + AllowReproduce: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + IgnoreDefense: true + } + SplashRange: 1 + InterruptCast: true + SkillData1: { + Lv1: 40000 + Lv2: 80000 + Lv3: 120000 + Lv4: 160000 + Lv5: 200000 + Lv6: 240000 + Lv7: 280000 + Lv8: 320000 + Lv9: 360000 + Lv10: 400000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 70 + Name: "PR_SANCTUARY" + Description: "Sanctuary" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + IgnoreDefense: true + } + InterruptCast: true + KnockBackTiles: 1 + CastTime: 4000 + SkillData1: { + Lv1: 4000 + Lv2: 7000 + Lv3: 10000 + Lv4: 13000 + Lv5: 16000 + Lv6: 19000 + Lv7: 22000 + Lv8: 25000 + Lv9: 28000 + Lv10: 31000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 18 + Lv3: 21 + Lv4: 24 + Lv5: 27 + Lv6: 30 + Lv7: 33 + Lv8: 36 + Lv9: 39 + Lv10: 42 + } // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: 0x83 - Layout: -1 - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 71 - Name: "PR_SLOWPOISON" - Description: "Slow Poison" - MaxLevel: 4 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 6 - Lv2: 8 - Lv3: 10 - Lv4: 12 - Lv5: 14 - Lv6: 16 - Lv7: 18 - Lv8: 20 - Lv9: 22 - Lv10: 24 - } - } -}, -{ - Id: 72 - Name: "PR_STRECOVERY" - Description: "Status Recovery" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 2000 - SkillData2: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: 5 - } -}, -{ - Id: 73 - Name: "PR_KYRIE" - Description: "Kyrie Eleison" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1600 - AfterCastActDelay: 2000 - SkillData1: 120000 - FixedCastTime: 400 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 25 - Lv5: 25 - Lv6: 25 - Lv7: 30 - Lv8: 30 - Lv9: 30 - Lv10: 35 - } - } -}, -{ - Id: 74 - Name: "PR_MAGNIFICAT" - Description: "Magnificat" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - CastTime: 3200 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: 800 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 75 - Name: "PR_GLORIA" - Description: "Gloria" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 76 - Name: "PR_LEXDIVINA" - Description: "Lex Divina" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - InterruptCast: true - AfterCastActDelay: 3000 - SkillData1: { - Lv1: 30000 - Lv2: 35000 - Lv3: 40000 - Lv4: 45000 - Lv5: 50000 - Lv6: 60000 - Lv7: 60000 - Lv8: 60000 - Lv9: 60000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 20 - Lv5: 20 - Lv6: 18 - Lv7: 16 - Lv8: 14 - Lv9: 12 - Lv10: 10 - } - } -}, -{ - Id: 77 - Name: "PR_TURNUNDEAD" - Description: "Turn Undead" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - IgnoreCards: true - IgnoreDefense: true - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 3000 - FixedCastTime: 200 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 78 - Name: "PR_LEXAETERNA" - Description: "Lex Aeterna" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - InterruptCast: true - AfterCastActDelay: 3000 - SkillData1: 600000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 79 - Name: "PR_MAGNUS" - Description: "Magnus Exorcismus" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 12000 - AfterCastActDelay: 4000 - SkillData1: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 42 - Lv3: 44 - Lv4: 46 - Lv5: 48 - Lv6: 50 - Lv7: 52 - Lv8: 54 - Lv9: 56 - Lv10: 58 - } + } + Unit: { + Id: 0x83 + Layout: -1 + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 71 + Name: "PR_SLOWPOISON" + Description: "Slow Poison" + MaxLevel: 4 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 6 + Lv2: 8 + Lv3: 10 + Lv4: 12 + Lv5: 14 + Lv6: 16 + Lv7: 18 + Lv8: 20 + Lv9: 22 + Lv10: 24 + } + } +}, +{ + Id: 72 + Name: "PR_STRECOVERY" + Description: "Status Recovery" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 2000 + SkillData2: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: 5 + } +}, +{ + Id: 73 + Name: "PR_KYRIE" + Description: "Kyrie Eleison" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1600 + AfterCastActDelay: 2000 + SkillData1: 120000 + FixedCastTime: 400 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 25 + Lv5: 25 + Lv6: 25 + Lv7: 30 + Lv8: 30 + Lv9: 30 + Lv10: 35 + } + } +}, +{ + Id: 74 + Name: "PR_MAGNIFICAT" + Description: "Magnificat" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + CastTime: 3200 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: 800 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 75 + Name: "PR_GLORIA" + Description: "Gloria" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 76 + Name: "PR_LEXDIVINA" + Description: "Lex Divina" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + InterruptCast: true + AfterCastActDelay: 3000 + SkillData1: { + Lv1: 30000 + Lv2: 35000 + Lv3: 40000 + Lv4: 45000 + Lv5: 50000 + Lv6: 60000 + Lv7: 60000 + Lv8: 60000 + Lv9: 60000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 20 + Lv5: 20 + Lv6: 18 + Lv7: 16 + Lv8: 14 + Lv9: 12 + Lv10: 10 + } + } +}, +{ + Id: 77 + Name: "PR_TURNUNDEAD" + Description: "Turn Undead" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + IgnoreCards: true + IgnoreDefense: true + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 3000 + FixedCastTime: 200 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 78 + Name: "PR_LEXAETERNA" + Description: "Lex Aeterna" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + InterruptCast: true + AfterCastActDelay: 3000 + SkillData1: 600000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 79 + Name: "PR_MAGNUS" + Description: "Magnus Exorcismus" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 12000 + AfterCastActDelay: 4000 + SkillData1: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 42 + Lv3: 44 + Lv4: 46 + Lv5: 48 + Lv6: 50 + Lv7: 52 + Lv8: 54 + Lv9: 56 + Lv10: 58 + } // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: 0x84 - Layout: -1 - Range: 1 - Interval: 3000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 80 - Name: "WZ_FIREPILLAR" - Description: "Fire Pillar" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - IgnoreDefense: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 1 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - NumberOfHits: { - Lv1: -3 - Lv2: -4 - Lv3: -5 - Lv4: -6 - Lv5: -7 - Lv6: -8 - Lv7: -9 - Lv8: -10 - Lv9: -11 - Lv10: -12 - } - InterruptCast: true - SkillInstances: 5 - CastTime: { - Lv1: 1920 - Lv2: 1728 - Lv3: 1536 - Lv4: 1344 - Lv5: 1152 - Lv6: 960 - Lv7: 768 - Lv8: 576 - Lv9: 384 - Lv10: 192 - } - AfterCastActDelay: 1000 - SkillData1: 30000 - SkillData2: { - Lv1: 600 - Lv2: 800 - Lv3: 1000 - Lv4: 1200 - Lv5: 1400 - Lv6: 1600 - Lv7: 1800 - Lv8: 2000 - Lv9: 2200 - Lv10: 2400 - } - FixedCastTime: { - Lv1: 480 - Lv2: 432 - Lv3: 384 - Lv4: 336 - Lv5: 288 - Lv6: 240 - Lv7: 192 - Lv8: 144 - Lv9: 96 - Lv10: 48 - } - Requirements: { - SPCost: 75 - } - Unit: { - Id: [ 0x87, 0x88 ] - Range: 1 - Interval: 2000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 81 - Name: "WZ_SIGHTRASHER" - Description: "Sightrasher" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SplashRange: 3 - InterruptCast: true - KnockBackTiles: 5 - AfterCastActDelay: 2000 - SkillData1: 500 - FixedCastTime: 80 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 37 - Lv3: 39 - Lv4: 41 - Lv5: 43 - Lv6: 45 - Lv7: 47 - Lv8: 49 - Lv9: 51 - Lv10: 53 - } - State: "Sight" - } -}, -{ - Id: 83 - Name: "WZ_METEOR" - Description: "Meteor Storm" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SplashRange: { - Lv1: 3 - Lv2: 3 - Lv3: 3 - Lv4: 3 - Lv5: 3 - Lv6: 3 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 3 - } - NumberOfHits: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true - CastTime: 9600 - AfterCastActDelay: { - Lv1: 2000 - Lv2: 3000 - Lv3: 3000 - Lv4: 4000 - Lv5: 4000 - Lv6: 5000 - Lv7: 5000 - Lv8: 6000 - Lv9: 6000 - Lv10: 7000 - } - SkillData1: 500 - SkillData2: 5000 - FixedCastTime: 2400 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 30 - Lv4: 34 - Lv5: 40 - Lv6: 44 - Lv7: 50 - Lv8: 54 - Lv9: 60 - Lv10: 64 - } - } - Unit: { - Id: 0x86 - Range: 3 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 84 - Name: "WZ_JUPITEL" - Description: "Jupitel Thunder" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - NumberOfHits: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - KnockBackTiles: { - Lv1: 2 - Lv2: 3 - Lv3: 3 - Lv4: 4 - Lv5: 4 - Lv6: 5 - Lv7: 5 - Lv8: 6 - Lv9: 6 - Lv10: 7 - } - CastTime: { - Lv1: 1600 - Lv2: 1920 - Lv3: 2240 - Lv4: 2560 - Lv5: 2880 - Lv6: 3200 - Lv7: 3520 - Lv8: 3840 - Lv9: 4160 - Lv10: 4480 - } - FixedCastTime: { - Lv1: 400 - Lv2: 480 - Lv3: 560 - Lv4: 640 - Lv5: 720 - Lv6: 800 - Lv7: 880 - Lv8: 960 - Lv9: 1040 - Lv10: 1120 - } - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 23 - Lv3: 26 - Lv4: 29 - Lv5: 32 - Lv6: 35 - Lv7: 38 - Lv8: 41 - Lv9: 44 - Lv10: 47 - } - } -}, -{ - Id: 85 - Name: "WZ_VERMILION" - Description: "Lord of Vermilion" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - NumberOfHits: -10 - InterruptCast: true - CastTime: { - Lv1: 9600 - Lv2: 9280 - Lv3: 8960 - Lv4: 8640 - Lv5: 8320 - Lv6: 8000 - Lv7: 7680 - Lv8: 7360 - Lv9: 7040 - Lv10: 6720 - } - AfterCastActDelay: 5000 - SkillData1: 4000 - SkillData2: { - Lv1: 5500 - Lv2: 6000 - Lv3: 6500 - Lv4: 7000 - Lv5: 7500 - Lv6: 8000 - Lv7: 8500 - Lv8: 9000 - Lv9: 9500 - Lv10: 10000 - } - FixedCastTime: { - Lv1: 2400 - Lv2: 2320 - Lv3: 2240 - Lv4: 2160 - Lv5: 2080 - Lv6: 2000 - Lv7: 1920 - Lv8: 1840 - Lv9: 1760 - Lv10: 1680 - } - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 64 - Lv3: 68 - Lv4: 72 - Lv5: 76 - Lv6: 80 - Lv7: 84 - Lv8: 88 - Lv9: 92 - Lv10: 96 - } - } - Unit: { - Id: 0x86 - Layout: 5 - Range: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Interval: 1250 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 86 - Name: "WZ_WATERBALL" - Description: "Water Ball" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 1280 - Lv3: 1920 - Lv4: 2560 - Lv5: 3200 - Lv6: 3200 - Lv7: 3200 - Lv8: 3200 - Lv9: 3200 - Lv10: 3200 - } - FixedCastTime: { - Lv1: 160 - Lv2: 320 - Lv3: 480 - Lv4: 640 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 20 - Lv3: 20 - Lv4: 25 - Lv5: 25 - Lv6: 25 - Lv7: 25 - Lv8: 25 - Lv9: 25 - Lv10: 25 - } - State: "InWater" - } -}, -{ - Id: 87 - Name: "WZ_ICEWALL" - Description: "Ice Wall" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } - Unit: { - Id: 0x8d - Layout: -1 - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 88 - Name: "WZ_FROSTNOVA" - Description: "Frost Nova" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: 2 - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 640 - Lv3: 576 - Lv4: 576 - Lv5: 512 - Lv6: 512 - Lv7: 448 - Lv8: 448 - Lv9: 384 - Lv10: 384 - } - AfterCastActDelay: 200 - SkillData2: { - Lv1: 4000 - Lv2: 5000 - Lv3: 6000 - Lv4: 8000 - Lv5: 10000 - Lv6: 12000 - Lv7: 13000 - Lv8: 15000 - Lv9: 16000 - Lv10: 17000 - } - FixedCastTime: { - Lv1: 160 - Lv2: 160 - Lv3: 144 - Lv4: 144 - Lv5: 128 - Lv6: 128 - Lv7: 112 - Lv8: 112 - Lv9: 96 - Lv10: 96 - } - Requirements: { - SPCost: { - Lv1: 45 - Lv2: 43 - Lv3: 41 - Lv4: 39 - Lv5: 37 - Lv6: 35 - Lv7: 33 - Lv8: 31 - Lv9: 29 - Lv10: 27 - } - } -}, -{ - Id: 89 - Name: "WZ_STORMGUST" - Description: "Storm Gust" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - InterruptCast: true - KnockBackTiles: 2 - CastTime: { - Lv1: 3840 - Lv2: 4480 - Lv3: 5120 - Lv4: 5760 - Lv5: 6400 - Lv6: 7040 - Lv7: 7680 - Lv8: 8320 - Lv9: 8960 - Lv10: 9600 - } - AfterCastActDelay: 5000 - SkillData1: 4600 - SkillData2: 12000 - FixedCastTime: { - Lv1: 960 - Lv2: 1120 - Lv3: 1280 - Lv4: 1440 - Lv5: 1600 - Lv6: 1760 - Lv7: 1920 - Lv8: 2080 - Lv9: 2240 - Lv10: 2400 - } - Requirements: { - SPCost: 78 - } - Unit: { - Id: 0x86 - Layout: 4 - Range: 1 - Interval: 450 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 90 - Name: "WZ_EARTHSPIKE" - Description: "Earth Spike" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Earth" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 448 - Lv2: 896 - Lv3: 1344 - Lv4: 1792 - Lv5: 2240 - Lv6: 2240 - Lv7: 2240 - Lv8: 2240 - Lv9: 2240 - Lv10: 2240 - } - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: { - Lv1: 112 - Lv2: 224 - Lv3: 336 - Lv4: 448 - Lv5: 560 - Lv6: 560 - Lv7: 560 - Lv8: 560 - Lv9: 560 - Lv10: 560 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 91 - Name: "WZ_HEAVENDRIVE" - Description: "Heaven's Drive" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Earth" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 640 - Lv2: 1280 - Lv3: 1920 - Lv4: 2560 - Lv5: 3200 - Lv6: 3200 - Lv7: 3200 - Lv8: 3200 - Lv9: 3200 - Lv10: 3200 - } - AfterCastActDelay: 1000 - SkillData1: 500 - FixedCastTime: { - Lv1: 160 - Lv2: 320 - Lv3: 480 - Lv4: 640 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 32 - Lv3: 36 - Lv4: 40 - Lv5: 44 - Lv6: 48 - Lv7: 52 - Lv8: 56 - Lv9: 60 - Lv10: 64 - } - } - Unit: { - Id: 0x86 - Layout: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 92 - Name: "WZ_QUAGMIRE" - Description: "Quagmire" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 3 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - SkillData2: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 5 - Lv2: 10 - Lv3: 15 - Lv4: 20 - Lv5: 25 - Lv6: 30 - Lv7: 35 - Lv8: 40 - Lv9: 45 - Lv10: 50 - } - } - Unit: { - Id: 0x8e - Layout: 2 - Interval: -1 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 93 - Name: "WZ_ESTIMATION" - Description: "Sense" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 94 - Name: "BS_IRON" - Description: "Iron Tempering" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 95 - Name: "BS_STEEL" - Description: "Steel Tempering" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 96 - Name: "BS_ENCHANTEDSTONE" - Description: "Enchanted Stone Craft" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 97 - Name: "BS_ORIDEOCON" - Description: "Oridecon Research" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 98 - Name: "BS_DAGGER" - Description: "Smith Dagger" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 99 - Name: "BS_SWORD" - Description: "Smith Sword" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 100 - Name: "BS_TWOHANDSWORD" - Description: "Smith Two-handed Sword" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 101 - Name: "BS_AXE" - Description: "Smith Axe" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 102 - Name: "BS_MACE" - Description: "Smith Mace" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 103 - Name: "BS_KNUCKLE" - Description: "Smith Knucklebrace" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 104 - Name: "BS_SPEAR" - Description: "Smith Spear" - MaxLevel: 3 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 105 - Name: "BS_HILTBINDING" - Description: "Hilt Binding" - MaxLevel: 1 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 106 - Name: "BS_FINDINGORE" - Description: "Ore Discovery" - MaxLevel: 1 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 107 - Name: "BS_WEAPONRESEARCH" - Description: "Weaponry Research" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 108 - Name: "BS_REPAIRWEAPON" - Description: "Weapon Repair" - MaxLevel: 1 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2500 - FixedCastTime: 2500 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 109 - Name: "BS_SKINTEMPER" - Description: "Skin Tempering" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 110 - Name: "BS_HAMMERFALL" - Description: "Hammer Fall" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 2 - Lv4: 2 - Lv5: 2 - Lv6: 14 - Lv7: 14 - Lv8: 14 - Lv9: 14 - Lv10: 14 - } - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - WeaponTypes: { - Daggers: true - 1HSwords: true - 1HAxes: true - 2HAxes: true - Maces: true - } - } -}, -{ - Id: 111 - Name: "BS_ADRENALINE" - Description: "Adrenaline Rush" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 23 - Lv3: 26 - Lv4: 29 - Lv5: 32 - Lv6: 35 - Lv7: 38 - Lv8: 41 - Lv9: 44 - Lv10: 47 - } - WeaponTypes: { - 1HAxes: true - 2HAxes: true - Maces: true - } - } -}, -{ - Id: 112 - Name: "BS_WEAPONPERFECT" - Description: "Weapon Perfection" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 16 - Lv3: 14 - Lv4: 12 - Lv5: 10 - Lv6: 8 - Lv7: 6 - Lv8: 4 - Lv9: 2 - Lv10: 1 - } - } -}, -{ - Id: 113 - Name: "BS_OVERTHRUST" - Description: "Power-Thrust" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - SkillData1: { - Lv1: 20000 - Lv2: 40000 - Lv3: 60000 - Lv4: 80000 - Lv5: 100000 - Lv6: 120000 - Lv7: 140000 - Lv8: 160000 - Lv9: 180000 - Lv10: 200000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 16 - Lv3: 14 - Lv4: 12 - Lv5: 10 - Lv6: 8 - Lv7: 6 - Lv8: 4 - Lv9: 2 - Lv10: 1 - } - } -}, -{ - Id: 114 - Name: "BS_MAXIMIZE" - Description: "Maximize Power" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 115 - Name: "HT_SKIDTRAP" - Description: "Skid Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - KnockBackTiles: { - Lv1: 6 - Lv2: 7 - Lv3: 8 - Lv4: 9 - Lv5: 10 - Lv6: 11 - Lv7: 12 - Lv8: 13 - Lv9: 14 - Lv10: 15 - } - SkillData1: { - Lv1: 300000 - Lv2: 240000 - Lv3: 180000 - Lv4: 120000 - Lv5: 60000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0x84 + Layout: -1 + Range: 1 + Interval: 3000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 80 + Name: "WZ_FIREPILLAR" + Description: "Fire Pillar" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + IgnoreDefense: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 1 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + NumberOfHits: { + Lv1: -3 + Lv2: -4 + Lv3: -5 + Lv4: -6 + Lv5: -7 + Lv6: -8 + Lv7: -9 + Lv8: -10 + Lv9: -11 + Lv10: -12 + } + InterruptCast: true + SkillInstances: 5 + CastTime: { + Lv1: 1920 + Lv2: 1728 + Lv3: 1536 + Lv4: 1344 + Lv5: 1152 + Lv6: 960 + Lv7: 768 + Lv8: 576 + Lv9: 384 + Lv10: 192 + } + AfterCastActDelay: 1000 + SkillData1: 30000 + SkillData2: { + Lv1: 600 + Lv2: 800 + Lv3: 1000 + Lv4: 1200 + Lv5: 1400 + Lv6: 1600 + Lv7: 1800 + Lv8: 2000 + Lv9: 2200 + Lv10: 2400 + } + FixedCastTime: { + Lv1: 480 + Lv2: 432 + Lv3: 384 + Lv4: 336 + Lv5: 288 + Lv6: 240 + Lv7: 192 + Lv8: 144 + Lv9: 96 + Lv10: 48 + } + Requirements: { + SPCost: 75 + } + Unit: { + Id: [ 0x87, 0x88 ] + Range: 1 + Interval: 2000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 81 + Name: "WZ_SIGHTRASHER" + Description: "Sightrasher" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SplashRange: 3 + InterruptCast: true + KnockBackTiles: 5 + AfterCastActDelay: 2000 + SkillData1: 500 + FixedCastTime: 80 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 37 + Lv3: 39 + Lv4: 41 + Lv5: 43 + Lv6: 45 + Lv7: 47 + Lv8: 49 + Lv9: 51 + Lv10: 53 + } + State: "Sight" + } +}, +{ + Id: 83 + Name: "WZ_METEOR" + Description: "Meteor Storm" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SplashRange: { + Lv1: 3 + Lv2: 3 + Lv3: 3 + Lv4: 3 + Lv5: 3 + Lv6: 3 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 3 + } + NumberOfHits: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true + CastTime: 9600 + AfterCastActDelay: { + Lv1: 2000 + Lv2: 3000 + Lv3: 3000 + Lv4: 4000 + Lv5: 4000 + Lv6: 5000 + Lv7: 5000 + Lv8: 6000 + Lv9: 6000 + Lv10: 7000 + } + SkillData1: 500 + SkillData2: 5000 + FixedCastTime: 2400 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 30 + Lv4: 34 + Lv5: 40 + Lv6: 44 + Lv7: 50 + Lv8: 54 + Lv9: 60 + Lv10: 64 + } + } + Unit: { + Id: 0x86 + Range: 3 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 84 + Name: "WZ_JUPITEL" + Description: "Jupitel Thunder" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + NumberOfHits: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + KnockBackTiles: { + Lv1: 2 + Lv2: 3 + Lv3: 3 + Lv4: 4 + Lv5: 4 + Lv6: 5 + Lv7: 5 + Lv8: 6 + Lv9: 6 + Lv10: 7 + } + CastTime: { + Lv1: 1600 + Lv2: 1920 + Lv3: 2240 + Lv4: 2560 + Lv5: 2880 + Lv6: 3200 + Lv7: 3520 + Lv8: 3840 + Lv9: 4160 + Lv10: 4480 + } + FixedCastTime: { + Lv1: 400 + Lv2: 480 + Lv3: 560 + Lv4: 640 + Lv5: 720 + Lv6: 800 + Lv7: 880 + Lv8: 960 + Lv9: 1040 + Lv10: 1120 + } + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 23 + Lv3: 26 + Lv4: 29 + Lv5: 32 + Lv6: 35 + Lv7: 38 + Lv8: 41 + Lv9: 44 + Lv10: 47 + } + } +}, +{ + Id: 85 + Name: "WZ_VERMILION" + Description: "Lord of Vermilion" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + NumberOfHits: -10 + InterruptCast: true + CastTime: { + Lv1: 9600 + Lv2: 9280 + Lv3: 8960 + Lv4: 8640 + Lv5: 8320 + Lv6: 8000 + Lv7: 7680 + Lv8: 7360 + Lv9: 7040 + Lv10: 6720 + } + AfterCastActDelay: 5000 + SkillData1: 4000 + SkillData2: { + Lv1: 5500 + Lv2: 6000 + Lv3: 6500 + Lv4: 7000 + Lv5: 7500 + Lv6: 8000 + Lv7: 8500 + Lv8: 9000 + Lv9: 9500 + Lv10: 10000 + } + FixedCastTime: { + Lv1: 2400 + Lv2: 2320 + Lv3: 2240 + Lv4: 2160 + Lv5: 2080 + Lv6: 2000 + Lv7: 1920 + Lv8: 1840 + Lv9: 1760 + Lv10: 1680 + } + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 64 + Lv3: 68 + Lv4: 72 + Lv5: 76 + Lv6: 80 + Lv7: 84 + Lv8: 88 + Lv9: 92 + Lv10: 96 + } + } + Unit: { + Id: 0x86 + Layout: 5 + Range: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Interval: 1250 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 86 + Name: "WZ_WATERBALL" + Description: "Water Ball" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 1280 + Lv3: 1920 + Lv4: 2560 + Lv5: 3200 + Lv6: 3200 + Lv7: 3200 + Lv8: 3200 + Lv9: 3200 + Lv10: 3200 + } + FixedCastTime: { + Lv1: 160 + Lv2: 320 + Lv3: 480 + Lv4: 640 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 20 + Lv3: 20 + Lv4: 25 + Lv5: 25 + Lv6: 25 + Lv7: 25 + Lv8: 25 + Lv9: 25 + Lv10: 25 + } + State: "InWater" + } +}, +{ + Id: 87 + Name: "WZ_ICEWALL" + Description: "Ice Wall" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } + Unit: { + Id: 0x8d + Layout: -1 + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 88 + Name: "WZ_FROSTNOVA" + Description: "Frost Nova" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: 2 + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 640 + Lv3: 576 + Lv4: 576 + Lv5: 512 + Lv6: 512 + Lv7: 448 + Lv8: 448 + Lv9: 384 + Lv10: 384 + } + AfterCastActDelay: 200 + SkillData2: { + Lv1: 4000 + Lv2: 5000 + Lv3: 6000 + Lv4: 8000 + Lv5: 10000 + Lv6: 12000 + Lv7: 13000 + Lv8: 15000 + Lv9: 16000 + Lv10: 17000 + } + FixedCastTime: { + Lv1: 160 + Lv2: 160 + Lv3: 144 + Lv4: 144 + Lv5: 128 + Lv6: 128 + Lv7: 112 + Lv8: 112 + Lv9: 96 + Lv10: 96 + } + Requirements: { + SPCost: { + Lv1: 45 + Lv2: 43 + Lv3: 41 + Lv4: 39 + Lv5: 37 + Lv6: 35 + Lv7: 33 + Lv8: 31 + Lv9: 29 + Lv10: 27 + } + } +}, +{ + Id: 89 + Name: "WZ_STORMGUST" + Description: "Storm Gust" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + InterruptCast: true + KnockBackTiles: 2 + CastTime: { + Lv1: 3840 + Lv2: 4480 + Lv3: 5120 + Lv4: 5760 + Lv5: 6400 + Lv6: 7040 + Lv7: 7680 + Lv8: 8320 + Lv9: 8960 + Lv10: 9600 + } + AfterCastActDelay: 5000 + SkillData1: 4600 + SkillData2: 12000 + FixedCastTime: { + Lv1: 960 + Lv2: 1120 + Lv3: 1280 + Lv4: 1440 + Lv5: 1600 + Lv6: 1760 + Lv7: 1920 + Lv8: 2080 + Lv9: 2240 + Lv10: 2400 + } + Requirements: { + SPCost: 78 + } + Unit: { + Id: 0x86 + Layout: 4 + Range: 1 + Interval: 450 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 90 + Name: "WZ_EARTHSPIKE" + Description: "Earth Spike" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Earth" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 448 + Lv2: 896 + Lv3: 1344 + Lv4: 1792 + Lv5: 2240 + Lv6: 2240 + Lv7: 2240 + Lv8: 2240 + Lv9: 2240 + Lv10: 2240 + } + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: { + Lv1: 112 + Lv2: 224 + Lv3: 336 + Lv4: 448 + Lv5: 560 + Lv6: 560 + Lv7: 560 + Lv8: 560 + Lv9: 560 + Lv10: 560 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 91 + Name: "WZ_HEAVENDRIVE" + Description: "Heaven's Drive" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Earth" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 640 + Lv2: 1280 + Lv3: 1920 + Lv4: 2560 + Lv5: 3200 + Lv6: 3200 + Lv7: 3200 + Lv8: 3200 + Lv9: 3200 + Lv10: 3200 + } + AfterCastActDelay: 1000 + SkillData1: 500 + FixedCastTime: { + Lv1: 160 + Lv2: 320 + Lv3: 480 + Lv4: 640 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 32 + Lv3: 36 + Lv4: 40 + Lv5: 44 + Lv6: 48 + Lv7: 52 + Lv8: 56 + Lv9: 60 + Lv10: 64 + } + } + Unit: { + Id: 0x86 + Layout: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 92 + Name: "WZ_QUAGMIRE" + Description: "Quagmire" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 3 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + SkillData2: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 5 + Lv2: 10 + Lv3: 15 + Lv4: 20 + Lv5: 25 + Lv6: 30 + Lv7: 35 + Lv8: 40 + Lv9: 45 + Lv10: 50 + } + } + Unit: { + Id: 0x8e + Layout: 2 + Interval: -1 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 93 + Name: "WZ_ESTIMATION" + Description: "Sense" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 94 + Name: "BS_IRON" + Description: "Iron Tempering" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 95 + Name: "BS_STEEL" + Description: "Steel Tempering" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 96 + Name: "BS_ENCHANTEDSTONE" + Description: "Enchanted Stone Craft" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 97 + Name: "BS_ORIDEOCON" + Description: "Oridecon Research" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 98 + Name: "BS_DAGGER" + Description: "Smith Dagger" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 99 + Name: "BS_SWORD" + Description: "Smith Sword" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 100 + Name: "BS_TWOHANDSWORD" + Description: "Smith Two-handed Sword" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 101 + Name: "BS_AXE" + Description: "Smith Axe" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 102 + Name: "BS_MACE" + Description: "Smith Mace" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 103 + Name: "BS_KNUCKLE" + Description: "Smith Knucklebrace" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 104 + Name: "BS_SPEAR" + Description: "Smith Spear" + MaxLevel: 3 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 105 + Name: "BS_HILTBINDING" + Description: "Hilt Binding" + MaxLevel: 1 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 106 + Name: "BS_FINDINGORE" + Description: "Ore Discovery" + MaxLevel: 1 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 107 + Name: "BS_WEAPONRESEARCH" + Description: "Weaponry Research" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 108 + Name: "BS_REPAIRWEAPON" + Description: "Weapon Repair" + MaxLevel: 1 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2500 + FixedCastTime: 2500 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 109 + Name: "BS_SKINTEMPER" + Description: "Skin Tempering" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 110 + Name: "BS_HAMMERFALL" + Description: "Hammer Fall" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 2 + Lv4: 2 + Lv5: 2 + Lv6: 14 + Lv7: 14 + Lv8: 14 + Lv9: 14 + Lv10: 14 + } + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + WeaponTypes: { + Daggers: true + 1HSwords: true + 1HAxes: true + 2HAxes: true + Maces: true + } + } +}, +{ + Id: 111 + Name: "BS_ADRENALINE" + Description: "Adrenaline Rush" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 23 + Lv3: 26 + Lv4: 29 + Lv5: 32 + Lv6: 35 + Lv7: 38 + Lv8: 41 + Lv9: 44 + Lv10: 47 + } + WeaponTypes: { + 1HAxes: true + 2HAxes: true + Maces: true + } + } +}, +{ + Id: 112 + Name: "BS_WEAPONPERFECT" + Description: "Weapon Perfection" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 16 + Lv3: 14 + Lv4: 12 + Lv5: 10 + Lv6: 8 + Lv7: 6 + Lv8: 4 + Lv9: 2 + Lv10: 1 + } + } +}, +{ + Id: 113 + Name: "BS_OVERTHRUST" + Description: "Power-Thrust" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + SkillData1: { + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 16 + Lv3: 14 + Lv4: 12 + Lv5: 10 + Lv6: 8 + Lv7: 6 + Lv8: 4 + Lv9: 2 + Lv10: 1 + } + } +}, +{ + Id: 114 + Name: "BS_MAXIMIZE" + Description: "Maximize Power" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 115 + Name: "HT_SKIDTRAP" + Description: "Skid Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + KnockBackTiles: { + Lv1: 6 + Lv2: 7 + Lv3: 8 + Lv4: 9 + Lv5: 10 + Lv6: 11 + Lv7: 12 + Lv8: 13 + Lv9: 14 + Lv10: 15 + } + SkillData1: { + Lv1: 300000 + Lv2: 240000 + Lv3: 180000 + Lv4: 120000 + Lv5: 60000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x90 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 116 - Name: "HT_LANDMINE" - Description: "Land Mine" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - Element: "Ele_Earth" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 1 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 200000 - Lv2: 160000 - Lv3: 120000 - Lv4: 80000 - Lv5: 40000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: 5000 - FixedCastTime: 1000 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0x90 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 116 + Name: "HT_LANDMINE" + Description: "Land Mine" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + Element: "Ele_Earth" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 1 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 200000 + Lv2: 160000 + Lv3: 120000 + Lv4: 80000 + Lv5: 40000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: 5000 + FixedCastTime: 1000 + Requirements: { + SPCost: 10 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x93 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 117 - Name: "HT_ANKLESNARE" - Description: "Ankle Snare" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 250000 - Lv2: 200000 - Lv3: 150000 - Lv4: 100000 - Lv5: 50000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 4000 - Lv2: 8000 - Lv3: 12000 - Lv4: 16000 - Lv5: 20000 - Lv6: 24000 - Lv7: 28000 - Lv8: 32000 - Lv9: 36000 - Lv10: 40000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 12 + } + Unit: { + Id: 0x93 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 117 + Name: "HT_ANKLESNARE" + Description: "Ankle Snare" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 250000 + Lv2: 200000 + Lv3: 150000 + Lv4: 100000 + Lv5: 50000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 4000 + Lv2: 8000 + Lv3: 12000 + Lv4: 16000 + Lv5: 20000 + Lv6: 24000 + Lv7: 28000 + Lv8: 32000 + Lv9: 36000 + Lv10: 40000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 12 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x91 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 118 - Name: "HT_SHOCKWAVE" - Description: "Shockwave Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - SplashArea: true - } - SplashRange: 1 - SkillData1: { - Lv1: 200000 - Lv2: 160000 - Lv3: 120000 - Lv4: 80000 - Lv5: 40000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: 45 + } + Unit: { + Id: 0x91 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 118 + Name: "HT_SHOCKWAVE" + Description: "Shockwave Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + SplashArea: true + } + SplashRange: 1 + SkillData1: { + Lv1: 200000 + Lv2: 160000 + Lv3: 120000 + Lv4: 80000 + Lv5: 40000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: 45 // Items: { // Booby_Trap: 2 // } - } - Unit: { - Id: 0x94 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 119 - Name: "HT_SANDMAN" - Description: "Sandman" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - SkillData1: { - Lv1: 150000 - Lv2: 120000 - Lv3: 90000 - Lv4: 60000 - Lv5: 30000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 12 + } + Unit: { + Id: 0x94 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 119 + Name: "HT_SANDMAN" + Description: "Sandman" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + SkillData1: { + Lv1: 150000 + Lv2: 120000 + Lv3: 90000 + Lv4: 60000 + Lv5: 30000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 12 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x95 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 120 - Name: "HT_FLASHER" - Description: "Flasher" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 1 - SkillData1: { - Lv1: 150000 - Lv2: 120000 - Lv3: 90000 - Lv4: 60000 - Lv5: 30000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 12 + } + Unit: { + Id: 0x95 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 120 + Name: "HT_FLASHER" + Description: "Flasher" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 1 + SkillData1: { + Lv1: 150000 + Lv2: 120000 + Lv3: 90000 + Lv4: 60000 + Lv5: 30000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 12 // Items: { // Booby_Trap: 2 // } - } - Unit: { - Id: 0x96 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 121 - Name: "HT_FREEZINGTRAP" - Description: "Freezing Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Water" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 1 - SkillData1: { - Lv1: 150000 - Lv2: 120000 - Lv3: 90000 - Lv4: 60000 - Lv5: 30000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 3000 - Lv2: 6000 - Lv3: 9000 - Lv4: 12000 - Lv5: 15000 - Lv6: 18000 - Lv7: 21000 - Lv8: 24000 - Lv9: 27000 - Lv10: 30000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0x96 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 121 + Name: "HT_FREEZINGTRAP" + Description: "Freezing Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Water" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 1 + SkillData1: { + Lv1: 150000 + Lv2: 120000 + Lv3: 90000 + Lv4: 60000 + Lv5: 30000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 3000 + Lv2: 6000 + Lv3: 9000 + Lv4: 12000 + Lv5: 15000 + Lv6: 18000 + Lv7: 21000 + Lv8: 24000 + Lv9: 27000 + Lv10: 30000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 // Items: { // Booby_Trap: 2 // } - } - Unit: { - Id: 0x97 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 122 - Name: "HT_BLASTMINE" - Description: "Blast Mine" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - Element: "Ele_Wind" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 1 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 25000 - Lv2: 20000 - Lv3: 15000 - Lv4: 10000 - Lv5: 5000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 1000 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0x97 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 122 + Name: "HT_BLASTMINE" + Description: "Blast Mine" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + Element: "Ele_Wind" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 1 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 25000 + Lv2: 20000 + Lv3: 15000 + Lv4: 10000 + Lv5: 5000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 1000 + Requirements: { + SPCost: 10 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x8f - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 123 - Name: "HT_CLAYMORETRAP" - Description: "Claymore Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 40000 - Lv3: 60000 - Lv4: 80000 - Lv5: 100000 - Lv6: 120000 - Lv7: 140000 - Lv8: 160000 - Lv9: 180000 - Lv10: 200000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: 15 + } + Unit: { + Id: 0x8f + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 123 + Name: "HT_CLAYMORETRAP" + Description: "Claymore Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: 15 // Items: { // Booby_Trap: 2 // } - } - Unit: { - Id: 0x98 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 124 - Name: "HT_REMOVETRAP" - Description: "Remove Trap" - MaxLevel: 1 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 5 - } -}, -{ - Id: 125 - Name: "HT_TALKIEBOX" - Description: "Talkie Box" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 600000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 + } + Unit: { + Id: 0x98 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 124 + Name: "HT_REMOVETRAP" + Description: "Remove Trap" + MaxLevel: 1 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 5 + } +}, +{ + Id: 125 + Name: "HT_TALKIEBOX" + Description: "Talkie Box" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 600000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 // Items: { // Booby_Trap: 1 // } - } - Unit: { - Id: 0x99 - Range: 1 - Interval: 1000 - Target: "All" - } -}, -{ - Id: 126 - Name: "HT_BEASTBANE" - Description: "Beast Bane" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 127 - Name: "HT_FALCON" - Description: "Falconry Mastery" - MaxLevel: 1 - AttackType: "Misc" - NumberOfHits: 0 -}, -{ - Id: 128 - Name: "HT_STEELCROW" - Description: "Steel Crow" - MaxLevel: 10 - AttackType: "Misc" - NumberOfHits: 0 -}, -{ - Id: 129 - Name: "HT_BLITZBEAT" - Description: "Blitz Beat" - MaxLevel: 5 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 1 - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 1000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 13 - Lv3: 16 - Lv4: 19 - Lv5: 22 - Lv6: 25 - Lv7: 28 - Lv8: 31 - Lv9: 34 - Lv10: 37 - } - State: "Falcon" - } -}, -{ - Id: 130 - Name: "HT_DETECTING" - Description: "Detect" - MaxLevel: 4 - Range: { - Lv1: 3 - Lv2: 5 - Lv3: 7 - Lv4: 9 - Lv5: 11 - Lv6: 13 - Lv7: 15 - Lv8: 17 - Lv9: 19 - Lv10: 21 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - Requirements: { - SPCost: 8 - State: "Falcon" - } -}, -{ - Id: 131 - Name: "HT_SPRINGTRAP" - Description: "Spring Trap" - MaxLevel: 5 - Range: { - Lv1: 4 - Lv2: 5 - Lv3: 6 - Lv4: 7 - Lv5: 8 - Lv6: 9 - Lv7: 10 - Lv8: 11 - Lv9: 12 - Lv10: 13 - } - Hit: "BDT_SKILL" - SkillType: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - State: "Falcon" - } -}, -{ - Id: 132 - Name: "AS_RIGHT" - Description: "Righthand Mastery" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 133 - Name: "AS_LEFT" - Description: "Lefthand Mastery" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 134 - Name: "AS_KATAR" - Description: "Katar Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 135 - Name: "AS_CLOAKING" - Description: "Cloaking" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 500 - Lv2: 1000 - Lv3: 2000 - Lv4: 3000 - Lv5: 4000 - Lv6: 5000 - Lv7: 6000 - Lv8: 7000 - Lv9: 8000 - Lv10: 9000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 136 - Name: "AS_SONICBLOW" - Description: "Sonic Blow" - MaxLevel: 10 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -8 - AfterCastWalkDelay: 2000 - SkillData2: 5000 - FixedCastTime: 0 - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 16 - Lv2: 18 - Lv3: 20 - Lv4: 22 - Lv5: 24 - Lv6: 26 - Lv7: 28 - Lv8: 30 - Lv9: 32 - Lv10: 34 - } - WeaponTypes: { - Katars: true - } - } -}, -{ - Id: 137 - Name: "AS_GRIMTOOTH" - Description: "Grimtooth" - MaxLevel: 5 - Range: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - Requirements: { - SPCost: 3 - WeaponTypes: { - Katars: true - } - State: "Hiding" - } -}, -{ - Id: 138 - Name: "AS_ENCHANTPOISON" - Description: "Enchant Poison" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - SkillData2: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 139 - Name: "AS_POISONREACT" - Description: "Poison React" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - SkillData1: { - Lv1: 20000 - Lv2: 25000 - Lv3: 30000 - Lv4: 35000 - Lv5: 40000 - Lv6: 45000 - Lv7: 50000 - Lv8: 55000 - Lv9: 60000 - Lv10: 65000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 45 - Lv10: 45 - } - } -}, -{ - Id: 140 - Name: "AS_VENOMDUST" - Description: "Venom Dust" - MaxLevel: 10 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 + } + Unit: { + Id: 0x99 + Range: 1 + Interval: 1000 + Target: "All" + } +}, +{ + Id: 126 + Name: "HT_BEASTBANE" + Description: "Beast Bane" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 127 + Name: "HT_FALCON" + Description: "Falconry Mastery" + MaxLevel: 1 + AttackType: "Misc" + NumberOfHits: 0 +}, +{ + Id: 128 + Name: "HT_STEELCROW" + Description: "Steel Crow" + MaxLevel: 10 + AttackType: "Misc" + NumberOfHits: 0 +}, +{ + Id: 129 + Name: "HT_BLITZBEAT" + Description: "Blitz Beat" + MaxLevel: 5 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 1 + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 1000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 13 + Lv3: 16 + Lv4: 19 + Lv5: 22 + Lv6: 25 + Lv7: 28 + Lv8: 31 + Lv9: 34 + Lv10: 37 + } + State: "Falcon" + } +}, +{ + Id: 130 + Name: "HT_DETECTING" + Description: "Detect" + MaxLevel: 4 + Range: { + Lv1: 3 + Lv2: 5 + Lv3: 7 + Lv4: 9 + Lv5: 11 + Lv6: 13 + Lv7: 15 + Lv8: 17 + Lv9: 19 + Lv10: 21 + } + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + Requirements: { + SPCost: 8 + State: "Falcon" + } +}, +{ + Id: 131 + Name: "HT_SPRINGTRAP" + Description: "Spring Trap" + MaxLevel: 5 + Range: { + Lv1: 4 + Lv2: 5 + Lv3: 6 + Lv4: 7 + Lv5: 8 + Lv6: 9 + Lv7: 10 + Lv8: 11 + Lv9: 12 + Lv10: 13 + } + Hit: "BDT_SKILL" + SkillType: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + State: "Falcon" + } +}, +{ + Id: 132 + Name: "AS_RIGHT" + Description: "Righthand Mastery" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 133 + Name: "AS_LEFT" + Description: "Lefthand Mastery" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 134 + Name: "AS_KATAR" + Description: "Katar Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 135 + Name: "AS_CLOAKING" + Description: "Cloaking" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 500 + Lv2: 1000 + Lv3: 2000 + Lv4: 3000 + Lv5: 4000 + Lv6: 5000 + Lv7: 6000 + Lv8: 7000 + Lv9: 8000 + Lv10: 9000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 136 + Name: "AS_SONICBLOW" + Description: "Sonic Blow" + MaxLevel: 10 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -8 + AfterCastWalkDelay: 2000 + SkillData2: 5000 + FixedCastTime: 0 + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 16 + Lv2: 18 + Lv3: 20 + Lv4: 22 + Lv5: 24 + Lv6: 26 + Lv7: 28 + Lv8: 30 + Lv9: 32 + Lv10: 34 + } + WeaponTypes: { + Katars: true + } + } +}, +{ + Id: 137 + Name: "AS_GRIMTOOTH" + Description: "Grimtooth" + MaxLevel: 5 + Range: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + Requirements: { + SPCost: 3 + WeaponTypes: { + Katars: true + } + State: "Hiding" + } +}, +{ + Id: 138 + Name: "AS_ENCHANTPOISON" + Description: "Enchant Poison" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + SkillData2: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 139 + Name: "AS_POISONREACT" + Description: "Poison React" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + SkillData1: { + Lv1: 20000 + Lv2: 25000 + Lv3: 30000 + Lv4: 35000 + Lv5: 40000 + Lv6: 45000 + Lv7: 50000 + Lv8: 55000 + Lv9: 60000 + Lv10: 65000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 45 + Lv10: 45 + } + } +}, +{ + Id: 140 + Name: "AS_VENOMDUST" + Description: "Venom Dust" + MaxLevel: 10 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + SkillData2: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 // Items: { // Red_Gemstone: 1 // } - } - Unit: { - Id: 0x92 - Layout: -1 - Range: 1 - Interval: 1000 - Target: "Enemy" - } -}, -{ - Id: 141 - Name: "AS_SPLASHER" - Description: "Venom Splasher" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - IgnoreElement: true - IgnoreFlee: true - } - SplashRange: 2 - InterruptCast: true - CastTime: 500 - SkillData1: { - Lv1: 5000 - Lv2: 5500 - Lv3: 6000 - Lv4: 6500 - Lv5: 7000 - Lv6: 7500 - Lv7: 8000 - Lv8: 8500 - Lv9: 9000 - Lv10: 9500 - } - SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - CoolDown: { - Lv1: 7500 - Lv2: 8000 - Lv3: 8500 - Lv4: 9000 - Lv5: 9500 - Lv6: 10000 - Lv7: 10500 - Lv8: 11000 - Lv9: 11500 - Lv10: 12000 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } + } + Unit: { + Id: 0x92 + Layout: -1 + Range: 1 + Interval: 1000 + Target: "Enemy" + } +}, +{ + Id: 141 + Name: "AS_SPLASHER" + Description: "Venom Splasher" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + IgnoreElement: true + IgnoreFlee: true + } + SplashRange: 2 + InterruptCast: true + CastTime: 500 + SkillData1: { + Lv1: 5000 + Lv2: 5500 + Lv3: 6000 + Lv4: 6500 + Lv5: 7000 + Lv6: 7500 + Lv7: 8000 + Lv8: 8500 + Lv9: 9000 + Lv10: 9500 + } + SkillData2: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + CoolDown: { + Lv1: 7500 + Lv2: 8000 + Lv3: 8500 + Lv4: 9000 + Lv5: 9500 + Lv6: 10000 + Lv7: 10500 + Lv8: 11000 + Lv9: 11500 + Lv10: 12000 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } // Items: { // Red_Gemstone: 1 // } - } -}, -{ - Id: 142 - Name: "NV_FIRSTAID" - Description: "First Aid" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 3 - } -}, -{ - Id: 143 - Name: "NV_TRICKDEAD" - Description: "Play Dead" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - SkillData1: 600000 - FixedCastTime: 0 - Requirements: { - SPCost: 5 - } -}, -{ - Id: 144 - Name: "SM_MOVINGRECOVERY" - Description: "Moving HP-Recovery" - MaxLevel: 1 - SkillInfo: { - Quest: true - } - NumberOfHits: 0 -}, -{ - Id: 145 - Name: "SM_FATALBLOW" - Description: "Fatal Blow" - MaxLevel: 1 - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - NumberOfHits: 0 - SkillData2: 5000 - FixedCastTime: 0 -}, -{ - Id: 146 - Name: "SM_AUTOBERSERK" - Description: "Auto Berserk" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 147 - Name: "AC_MAKINGARROW" - Description: "Arrow Crafting" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 10 - State: "NotOverWeight" - } -}, -{ - Id: 148 - Name: "AC_CHARGEARROW" - Description: "Arrow Repel" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - KnockBackTiles: 6 - FixedCastTime: 1500 - Requirements: { - SPCost: 15 - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 149 - Name: "TF_SPRINKLESAND" - Description: "Sand Attack" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - SkillData2: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 9 - } -}, -{ - Id: 150 - Name: "TF_BACKSLIDING" - Description: "Back Slide" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - KnockBackTiles: 5 - Requirements: { - SPCost: 7 - } -}, -{ - Id: 151 - Name: "TF_PICKSTONE" - Description: "Find Stone" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - FixedCastTime: 500 - Requirements: { - SPCost: 3 - State: "NotOverWeight" - } -}, -{ - Id: 152 - Name: "TF_THROWSTONE" - Description: "Stone Fling" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Misc" - DamageType: { - IgnoreFlee: true - } - AfterCastActDelay: 100 - SkillData1: 5000 - SkillData2: 8000 - FixedCastTime: 0 - Requirements: { - SPCost: 2 + } +}, +{ + Id: 142 + Name: "NV_FIRSTAID" + Description: "First Aid" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 3 + } +}, +{ + Id: 143 + Name: "NV_TRICKDEAD" + Description: "Play Dead" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + SkillData1: 600000 + FixedCastTime: 0 + Requirements: { + SPCost: 5 + } +}, +{ + Id: 144 + Name: "SM_MOVINGRECOVERY" + Description: "Moving HP-Recovery" + MaxLevel: 1 + SkillInfo: { + Quest: true + } + NumberOfHits: 0 +}, +{ + Id: 145 + Name: "SM_FATALBLOW" + Description: "Fatal Blow" + MaxLevel: 1 + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + NumberOfHits: 0 + SkillData2: 5000 + FixedCastTime: 0 +}, +{ + Id: 146 + Name: "SM_AUTOBERSERK" + Description: "Auto Berserk" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 147 + Name: "AC_MAKINGARROW" + Description: "Arrow Crafting" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 10 + State: "NotOverWeight" + } +}, +{ + Id: 148 + Name: "AC_CHARGEARROW" + Description: "Arrow Repel" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + KnockBackTiles: 6 + FixedCastTime: 1500 + Requirements: { + SPCost: 15 + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 149 + Name: "TF_SPRINKLESAND" + Description: "Sand Attack" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + SkillData2: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 9 + } +}, +{ + Id: 150 + Name: "TF_BACKSLIDING" + Description: "Back Slide" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + KnockBackTiles: 5 + Requirements: { + SPCost: 7 + } +}, +{ + Id: 151 + Name: "TF_PICKSTONE" + Description: "Find Stone" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + FixedCastTime: 500 + Requirements: { + SPCost: 3 + State: "NotOverWeight" + } +}, +{ + Id: 152 + Name: "TF_THROWSTONE" + Description: "Stone Fling" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Misc" + DamageType: { + IgnoreFlee: true + } + AfterCastActDelay: 100 + SkillData1: 5000 + SkillData2: 8000 + FixedCastTime: 0 + Requirements: { + SPCost: 2 // Items: { // Stone: 1 // } - } -}, -{ - Id: 153 - Name: "MC_CARTREVOLUTION" - Description: "Cart Revolution" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - KnockBackTiles: 2 - Requirements: { - SPCost: 12 - State: "Cart" - } -}, -{ - Id: 154 - Name: "MC_CHANGECART" - Description: "Change Cart" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 40 - State: "Cart" - } -}, -{ - Id: 155 - Name: "MC_LOUD" - Description: "Crazy Uproar" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: 8 - } -}, -{ - Id: 156 - Name: "AL_HOLYLIGHT" - Description: "Holy Light" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - InterruptCast: true - CastTime: 1600 - FixedCastTime: 400 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 157 - Name: "MG_ENERGYCOAT" - Description: "Energy Coat" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 300000 - FixedCastTime: 5000 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 158 - Name: "NPC_PIERCINGATT" - Description: "Piercing Attack" - MaxLevel: 10 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 159 - Name: "NPC_MENTALBREAKER" - Description: "Spirit Destruction" - MaxLevel: 5 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } -}, -{ - Id: 160 - Name: "NPC_RANGEATTACK" - Description: "Stand off attack" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" -}, -{ - Id: 161 - Name: "NPC_ATTRICHANGE" - Description: "Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 162 - Name: "NPC_CHANGEWATER" - Description: "Water Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 163 - Name: "NPC_CHANGEGROUND" - Description: "Earth Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 164 - Name: "NPC_CHANGEFIRE" - Description: "Fire Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 165 - Name: "NPC_CHANGEWIND" - Description: "Wind Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 166 - Name: "NPC_CHANGEPOISON" - Description: "Poison Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Poison" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 167 - Name: "NPC_CHANGEHOLY" - Description: "Holy Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 168 - Name: "NPC_CHANGEDARKNESS" - Description: "Shadow Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Dark" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 169 - Name: "NPC_CHANGETELEKINESIS" - Description: "Ghost Attribute Change" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - DamageType: { - NoDamage: true - } - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 170 - Name: "NPC_CRITICALSLASH" - Description: "Defense disregard attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreDefense: true - } -}, -{ - Id: 171 - Name: "NPC_COMBOATTACK" - Description: "Multi-stage Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: { - Lv1: -2 - Lv2: -3 - Lv3: -4 - Lv4: -5 - Lv5: -6 - Lv6: -7 - Lv7: -8 - Lv8: -9 - Lv9: -10 - Lv10: -11 - } -}, -{ - Id: 172 - Name: "NPC_GUIDEDATTACK" - Description: "Guided Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } -}, -{ - Id: 173 - Name: "NPC_SELFDESTRUCTION" - Description: "Suicide bombing" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Misc" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - IgnoreDefense: true - IgnoreFlee: true - IgnoreDefCards: true - } - SplashRange: 5 - KnockBackTiles: 3 - SkillData1: 3500 - FixedCastTime: 0 -}, -{ - Id: 174 - Name: "NPC_SPLASHATTACK" - Description: "Splash attack" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 -}, -{ - Id: 175 - Name: "NPC_SUICIDE" - Description: "Suicide" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - IgnoreFlee: true - } -}, -{ - Id: 176 - Name: "NPC_POISON" - Description: "Poison Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 60000 - FixedCastTime: 0 -}, -{ - Id: 177 - Name: "NPC_BLINDATTACK" - Description: "Blind Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 30000 - FixedCastTime: 0 -}, -{ - Id: 178 - Name: "NPC_SILENCEATTACK" - Description: "Silence Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 30000 - FixedCastTime: 0 -}, -{ - Id: 179 - Name: "NPC_STUNATTACK" - Description: "Stun Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 5000 - FixedCastTime: 0 -}, -{ - Id: 180 - Name: "NPC_PETRIFYATTACK" - Description: "Petrify Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 20000 - FixedCastTime: 0 -}, -{ - Id: 181 - Name: "NPC_CURSEATTACK" - Description: "Curse Attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Dark" - SkillData2: 30000 - FixedCastTime: 0 -}, -{ - Id: 182 - Name: "NPC_SLEEPATTACK" - Description: "Sleep attack" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 30000 - FixedCastTime: 0 -}, -{ - Id: 183 - Name: "NPC_RANDOMATTACK" - Description: "Random Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 184 - Name: "NPC_WATERATTACK" - Description: "Water Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Water" -}, -{ - Id: 185 - Name: "NPC_GROUNDATTACK" - Description: "Earth Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Earth" -}, -{ - Id: 186 - Name: "NPC_FIREATTACK" - Description: "Fire Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Fire" -}, -{ - Id: 187 - Name: "NPC_WINDATTACK" - Description: "Wind Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Wind" -}, -{ - Id: 188 - Name: "NPC_POISONATTACK" - Description: "Poison Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Poison" -}, -{ - Id: 189 - Name: "NPC_HOLYATTACK" - Description: "Holy Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Holy" -}, -{ - Id: 190 - Name: "NPC_DARKNESSATTACK" - Description: "Shadow Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Dark" -}, -{ - Id: 191 - Name: "NPC_TELEKINESISATTACK" - Description: "Ghost Attribute Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Ghost" -}, -{ - Id: 192 - Name: "NPC_MAGICALATTACK" - Description: "Demon Shock Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData1: 15000 - FixedCastTime: 0 -}, -{ - Id: 193 - Name: "NPC_METAMORPHOSIS" - Description: "Metamorphosis" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } -}, -{ - Id: 194 - Name: "NPC_PROVOCATION" - Description: "Provocation" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } -}, -{ - Id: 195 - Name: "NPC_SMOKING" - Description: "Smoking" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Misc" - DamageType: { - IgnoreElement: true - IgnoreFlee: true - } -}, -{ - Id: 196 - Name: "NPC_SUMMONSLAVE" - Description: "Follower Summons" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } -}, -{ - Id: 197 - Name: "NPC_EMOTION" - Description: "Emotion" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } -}, -{ - Id: 198 - Name: "NPC_TRANSFORMATION" - Description: "Transformation" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } -}, -{ - Id: 199 - Name: "NPC_BLOODDRAIN" - Description: "Sucking Blood" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Dark" - DamageType: { - IgnoreFlee: true - } -}, -{ - Id: 200 - Name: "NPC_ENERGYDRAIN" - Description: "Energy Drain" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Dark" -}, -{ - Id: 201 - Name: "NPC_KEEPING" - Description: "Keeping" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 100000 - Lv6: 110000 - Lv7: 120000 - Lv8: 130000 - Lv9: 140000 - Lv10: 150000 - } - FixedCastTime: 0 -}, -{ - Id: 202 - Name: "NPC_DARKBREATH" - Description: "Dark Breath" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Misc" - Element: "Ele_Dark" -}, -{ - Id: 203 - Name: "NPC_DARKBLESSING" - Description: "Dark Blessing" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Dark" - DamageType: { - NoDamage: true - } -}, -{ - Id: 204 - Name: "NPC_BARRIER" - Description: "Barrier" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 100000 - Lv6: 110000 - Lv7: 120000 - Lv8: 130000 - Lv9: 140000 - Lv10: 150000 - } - FixedCastTime: 0 -}, -{ - Id: 205 - Name: "NPC_DEFENDER" - Description: "Defender" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 100000 - Lv6: 110000 - Lv7: 120000 - Lv8: 130000 - Lv9: 140000 - Lv10: 150000 - } - FixedCastTime: 0 -}, -{ - Id: 206 - Name: "NPC_LICK" - Description: "Lick" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - SkillData2: 5000 - FixedCastTime: 0 -}, -{ - Id: 207 - Name: "NPC_HALLUCINATION" - Description: "Hallucination" - MaxLevel: 10 - Range: 9 - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 40000 - Lv3: 50000 - Lv4: 60000 - Lv5: 70000 - Lv6: 80000 - Lv7: 90000 - Lv8: 100000 - Lv9: 110000 - Lv10: 120000 - } - FixedCastTime: 0 -}, -{ - Id: 208 - Name: "NPC_REBIRTH" - Description: "Rebirth" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } -}, -{ - Id: 209 - Name: "NPC_SUMMONMONSTER" - Description: "Monster Summons" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } -}, -{ - Id: 210 - Name: "RG_SNATCHER" - Description: "Gank" - MaxLevel: 10 - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 0 -}, -{ - Id: 211 - Name: "RG_STEALCOIN" - Description: "Mug" - MaxLevel: 10 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 15 - } -}, -{ - Id: 212 - Name: "RG_BACKSTAP" - Description: "Back Stab" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - AfterCastActDelay: 500 - SkillData1: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 16 - } -}, -{ - Id: 213 - Name: "RG_TUNNELDRIVE" - Description: "Stalk" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 214 - Name: "RG_RAID" - Description: "Sightless Mind" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - SkillData1: 5000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: 20 - State: "Hiding" - } -}, -{ - Id: 215 - Name: "RG_STRIPWEAPON" - Description: "Divest Weapon" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 560 - Lv2: 720 - Lv3: 880 - Lv4: 1140 - Lv5: 1200 - Lv6: 1200 - Lv7: 1200 - Lv8: 1200 - Lv9: 1200 - Lv10: 1200 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - FixedCastTime: { - Lv1: 140 - Lv2: 180 - Lv3: 220 - Lv4: 260 - Lv5: 300 - Lv6: 300 - Lv7: 300 - Lv8: 300 - Lv9: 300 - Lv10: 300 - } - Requirements: { - SPCost: { - Lv1: 17 - Lv2: 19 - Lv3: 21 - Lv4: 23 - Lv5: 25 - Lv6: 27 - Lv7: 29 - Lv8: 31 - Lv9: 33 - Lv10: 35 - } - } -}, -{ - Id: 216 - Name: "RG_STRIPSHIELD" - Description: "Divest Shield" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 560 - Lv2: 720 - Lv3: 880 - Lv4: 1140 - Lv5: 1200 - Lv6: 1200 - Lv7: 1200 - Lv8: 1200 - Lv9: 1200 - Lv10: 1200 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - FixedCastTime: { - Lv1: 140 - Lv2: 180 - Lv3: 220 - Lv4: 260 - Lv5: 300 - Lv6: 300 - Lv7: 300 - Lv8: 300 - Lv9: 300 - Lv10: 300 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 217 - Name: "RG_STRIPARMOR" - Description: "Divest Armor" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 560 - Lv2: 720 - Lv3: 880 - Lv4: 1140 - Lv5: 1200 - Lv6: 1200 - Lv7: 1200 - Lv8: 1200 - Lv9: 1200 - Lv10: 1200 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - FixedCastTime: { - Lv1: 140 - Lv2: 180 - Lv3: 220 - Lv4: 260 - Lv5: 300 - Lv6: 300 - Lv7: 300 - Lv8: 300 - Lv9: 300 - Lv10: 300 - } - Requirements: { - SPCost: { - Lv1: 17 - Lv2: 19 - Lv3: 21 - Lv4: 23 - Lv5: 25 - Lv6: 27 - Lv7: 29 - Lv8: 31 - Lv9: 33 - Lv10: 35 - } - } -}, -{ - Id: 218 - Name: "RG_STRIPHELM" - Description: "Divest Helm" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 560 - Lv2: 720 - Lv3: 880 - Lv4: 1140 - Lv5: 1200 - Lv6: 1200 - Lv7: 1200 - Lv8: 1200 - Lv9: 1200 - Lv10: 1200 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - FixedCastTime: { - Lv1: 140 - Lv2: 180 - Lv3: 220 - Lv4: 260 - Lv5: 300 - Lv6: 300 - Lv7: 300 - Lv8: 300 - Lv9: 300 - Lv10: 300 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 219 - Name: "RG_INTIMIDATE" - Description: "Snatch" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 16 - Lv3: 19 - Lv4: 22 - Lv5: 25 - Lv6: 28 - Lv7: 31 - Lv8: 34 - Lv9: 37 - Lv10: 40 - } - } -}, -{ - Id: 220 - Name: "RG_GRAFFITI" - Description: "Scribble" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 + } +}, +{ + Id: 153 + Name: "MC_CARTREVOLUTION" + Description: "Cart Revolution" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + KnockBackTiles: 2 + Requirements: { + SPCost: 12 + State: "Cart" + } +}, +{ + Id: 154 + Name: "MC_CHANGECART" + Description: "Change Cart" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 40 + State: "Cart" + } +}, +{ + Id: 155 + Name: "MC_LOUD" + Description: "Crazy Uproar" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: 8 + } +}, +{ + Id: 156 + Name: "AL_HOLYLIGHT" + Description: "Holy Light" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + InterruptCast: true + CastTime: 1600 + FixedCastTime: 400 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 157 + Name: "MG_ENERGYCOAT" + Description: "Energy Coat" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 300000 + FixedCastTime: 5000 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 158 + Name: "NPC_PIERCINGATT" + Description: "Piercing Attack" + MaxLevel: 10 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 159 + Name: "NPC_MENTALBREAKER" + Description: "Spirit Destruction" + MaxLevel: 5 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } +}, +{ + Id: 160 + Name: "NPC_RANGEATTACK" + Description: "Stand off attack" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" +}, +{ + Id: 161 + Name: "NPC_ATTRICHANGE" + Description: "Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 162 + Name: "NPC_CHANGEWATER" + Description: "Water Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 163 + Name: "NPC_CHANGEGROUND" + Description: "Earth Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 164 + Name: "NPC_CHANGEFIRE" + Description: "Fire Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 165 + Name: "NPC_CHANGEWIND" + Description: "Wind Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 166 + Name: "NPC_CHANGEPOISON" + Description: "Poison Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Poison" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 167 + Name: "NPC_CHANGEHOLY" + Description: "Holy Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 168 + Name: "NPC_CHANGEDARKNESS" + Description: "Shadow Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Dark" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 169 + Name: "NPC_CHANGETELEKINESIS" + Description: "Ghost Attribute Change" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + DamageType: { + NoDamage: true + } + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 170 + Name: "NPC_CRITICALSLASH" + Description: "Defense disregard attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreDefense: true + } +}, +{ + Id: 171 + Name: "NPC_COMBOATTACK" + Description: "Multi-stage Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: { + Lv1: -2 + Lv2: -3 + Lv3: -4 + Lv4: -5 + Lv5: -6 + Lv6: -7 + Lv7: -8 + Lv8: -9 + Lv9: -10 + Lv10: -11 + } +}, +{ + Id: 172 + Name: "NPC_GUIDEDATTACK" + Description: "Guided Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } +}, +{ + Id: 173 + Name: "NPC_SELFDESTRUCTION" + Description: "Suicide bombing" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Misc" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + IgnoreDefense: true + IgnoreFlee: true + IgnoreDefCards: true + } + SplashRange: 5 + KnockBackTiles: 3 + SkillData1: 3500 + FixedCastTime: 0 +}, +{ + Id: 174 + Name: "NPC_SPLASHATTACK" + Description: "Splash attack" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 +}, +{ + Id: 175 + Name: "NPC_SUICIDE" + Description: "Suicide" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + IgnoreFlee: true + } +}, +{ + Id: 176 + Name: "NPC_POISON" + Description: "Poison Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 60000 + FixedCastTime: 0 +}, +{ + Id: 177 + Name: "NPC_BLINDATTACK" + Description: "Blind Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 30000 + FixedCastTime: 0 +}, +{ + Id: 178 + Name: "NPC_SILENCEATTACK" + Description: "Silence Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 30000 + FixedCastTime: 0 +}, +{ + Id: 179 + Name: "NPC_STUNATTACK" + Description: "Stun Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 5000 + FixedCastTime: 0 +}, +{ + Id: 180 + Name: "NPC_PETRIFYATTACK" + Description: "Petrify Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 20000 + FixedCastTime: 0 +}, +{ + Id: 181 + Name: "NPC_CURSEATTACK" + Description: "Curse Attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Dark" + SkillData2: 30000 + FixedCastTime: 0 +}, +{ + Id: 182 + Name: "NPC_SLEEPATTACK" + Description: "Sleep attack" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 30000 + FixedCastTime: 0 +}, +{ + Id: 183 + Name: "NPC_RANDOMATTACK" + Description: "Random Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 184 + Name: "NPC_WATERATTACK" + Description: "Water Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Water" +}, +{ + Id: 185 + Name: "NPC_GROUNDATTACK" + Description: "Earth Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Earth" +}, +{ + Id: 186 + Name: "NPC_FIREATTACK" + Description: "Fire Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Fire" +}, +{ + Id: 187 + Name: "NPC_WINDATTACK" + Description: "Wind Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Wind" +}, +{ + Id: 188 + Name: "NPC_POISONATTACK" + Description: "Poison Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Poison" +}, +{ + Id: 189 + Name: "NPC_HOLYATTACK" + Description: "Holy Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Holy" +}, +{ + Id: 190 + Name: "NPC_DARKNESSATTACK" + Description: "Shadow Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Dark" +}, +{ + Id: 191 + Name: "NPC_TELEKINESISATTACK" + Description: "Ghost Attribute Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Ghost" +}, +{ + Id: 192 + Name: "NPC_MAGICALATTACK" + Description: "Demon Shock Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData1: 15000 + FixedCastTime: 0 +}, +{ + Id: 193 + Name: "NPC_METAMORPHOSIS" + Description: "Metamorphosis" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } +}, +{ + Id: 194 + Name: "NPC_PROVOCATION" + Description: "Provocation" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } +}, +{ + Id: 195 + Name: "NPC_SMOKING" + Description: "Smoking" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Misc" + DamageType: { + IgnoreElement: true + IgnoreFlee: true + } +}, +{ + Id: 196 + Name: "NPC_SUMMONSLAVE" + Description: "Follower Summons" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } +}, +{ + Id: 197 + Name: "NPC_EMOTION" + Description: "Emotion" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } +}, +{ + Id: 198 + Name: "NPC_TRANSFORMATION" + Description: "Transformation" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } +}, +{ + Id: 199 + Name: "NPC_BLOODDRAIN" + Description: "Sucking Blood" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Dark" + DamageType: { + IgnoreFlee: true + } +}, +{ + Id: 200 + Name: "NPC_ENERGYDRAIN" + Description: "Energy Drain" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Dark" +}, +{ + Id: 201 + Name: "NPC_KEEPING" + Description: "Keeping" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 100000 + Lv6: 110000 + Lv7: 120000 + Lv8: 130000 + Lv9: 140000 + Lv10: 150000 + } + FixedCastTime: 0 +}, +{ + Id: 202 + Name: "NPC_DARKBREATH" + Description: "Dark Breath" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Misc" + Element: "Ele_Dark" +}, +{ + Id: 203 + Name: "NPC_DARKBLESSING" + Description: "Dark Blessing" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Dark" + DamageType: { + NoDamage: true + } +}, +{ + Id: 204 + Name: "NPC_BARRIER" + Description: "Barrier" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 100000 + Lv6: 110000 + Lv7: 120000 + Lv8: 130000 + Lv9: 140000 + Lv10: 150000 + } + FixedCastTime: 0 +}, +{ + Id: 205 + Name: "NPC_DEFENDER" + Description: "Defender" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 100000 + Lv6: 110000 + Lv7: 120000 + Lv8: 130000 + Lv9: 140000 + Lv10: 150000 + } + FixedCastTime: 0 +}, +{ + Id: 206 + Name: "NPC_LICK" + Description: "Lick" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + SkillData2: 5000 + FixedCastTime: 0 +}, +{ + Id: 207 + Name: "NPC_HALLUCINATION" + Description: "Hallucination" + MaxLevel: 10 + Range: 9 + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 40000 + Lv3: 50000 + Lv4: 60000 + Lv5: 70000 + Lv6: 80000 + Lv7: 90000 + Lv8: 100000 + Lv9: 110000 + Lv10: 120000 + } + FixedCastTime: 0 +}, +{ + Id: 208 + Name: "NPC_REBIRTH" + Description: "Rebirth" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } +}, +{ + Id: 209 + Name: "NPC_SUMMONMONSTER" + Description: "Monster Summons" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } +}, +{ + Id: 210 + Name: "RG_SNATCHER" + Description: "Gank" + MaxLevel: 10 + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 0 +}, +{ + Id: 211 + Name: "RG_STEALCOIN" + Description: "Mug" + MaxLevel: 10 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 15 + } +}, +{ + Id: 212 + Name: "RG_BACKSTAP" + Description: "Back Stab" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + AfterCastActDelay: 500 + SkillData1: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 16 + } +}, +{ + Id: 213 + Name: "RG_TUNNELDRIVE" + Description: "Stalk" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 214 + Name: "RG_RAID" + Description: "Sightless Mind" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + SkillData1: 5000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: 20 + State: "Hiding" + } +}, +{ + Id: 215 + Name: "RG_STRIPWEAPON" + Description: "Divest Weapon" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 560 + Lv2: 720 + Lv3: 880 + Lv4: 1140 + Lv5: 1200 + Lv6: 1200 + Lv7: 1200 + Lv8: 1200 + Lv9: 1200 + Lv10: 1200 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + FixedCastTime: { + Lv1: 140 + Lv2: 180 + Lv3: 220 + Lv4: 260 + Lv5: 300 + Lv6: 300 + Lv7: 300 + Lv8: 300 + Lv9: 300 + Lv10: 300 + } + Requirements: { + SPCost: { + Lv1: 17 + Lv2: 19 + Lv3: 21 + Lv4: 23 + Lv5: 25 + Lv6: 27 + Lv7: 29 + Lv8: 31 + Lv9: 33 + Lv10: 35 + } + } +}, +{ + Id: 216 + Name: "RG_STRIPSHIELD" + Description: "Divest Shield" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 560 + Lv2: 720 + Lv3: 880 + Lv4: 1140 + Lv5: 1200 + Lv6: 1200 + Lv7: 1200 + Lv8: 1200 + Lv9: 1200 + Lv10: 1200 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + FixedCastTime: { + Lv1: 140 + Lv2: 180 + Lv3: 220 + Lv4: 260 + Lv5: 300 + Lv6: 300 + Lv7: 300 + Lv8: 300 + Lv9: 300 + Lv10: 300 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 217 + Name: "RG_STRIPARMOR" + Description: "Divest Armor" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 560 + Lv2: 720 + Lv3: 880 + Lv4: 1140 + Lv5: 1200 + Lv6: 1200 + Lv7: 1200 + Lv8: 1200 + Lv9: 1200 + Lv10: 1200 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + FixedCastTime: { + Lv1: 140 + Lv2: 180 + Lv3: 220 + Lv4: 260 + Lv5: 300 + Lv6: 300 + Lv7: 300 + Lv8: 300 + Lv9: 300 + Lv10: 300 + } + Requirements: { + SPCost: { + Lv1: 17 + Lv2: 19 + Lv3: 21 + Lv4: 23 + Lv5: 25 + Lv6: 27 + Lv7: 29 + Lv8: 31 + Lv9: 33 + Lv10: 35 + } + } +}, +{ + Id: 218 + Name: "RG_STRIPHELM" + Description: "Divest Helm" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 560 + Lv2: 720 + Lv3: 880 + Lv4: 1140 + Lv5: 1200 + Lv6: 1200 + Lv7: 1200 + Lv8: 1200 + Lv9: 1200 + Lv10: 1200 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + FixedCastTime: { + Lv1: 140 + Lv2: 180 + Lv3: 220 + Lv4: 260 + Lv5: 300 + Lv6: 300 + Lv7: 300 + Lv8: 300 + Lv9: 300 + Lv10: 300 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 219 + Name: "RG_INTIMIDATE" + Description: "Snatch" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 16 + Lv3: 19 + Lv4: 22 + Lv5: 25 + Lv6: 28 + Lv7: 31 + Lv8: 34 + Lv9: 37 + Lv10: 40 + } + } +}, +{ + Id: 220 + Name: "RG_GRAFFITI" + Description: "Scribble" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 // Items: { // Red_Gemstone: 1 // } - } - Unit: { - Id: 0xb0 - Interval: -1 - Target: "All" - Flag: { - UF_NOREITERATION: true - } - } -}, -{ - Id: 221 - Name: "RG_FLAGGRAFFITI" - Description: "Piece" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 222 - Name: "RG_CLEANER" - Description: "Remover" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 5 - Requirements: { - SPCost: 5 - } -}, -{ - Id: 223 - Name: "RG_GANGSTER" - Description: "Slyness" - MaxLevel: 1 - SplashRange: 1 - NumberOfHits: 0 -}, -{ - Id: 224 - Name: "RG_COMPULSION" - Description: "Haggle" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 225 - Name: "RG_PLAGIARISM" - Description: "Intimidate" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 226 - Name: "AM_AXEMASTERY" - Description: "Axe Mastery" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 227 - Name: "AM_LEARNINGPOTION" - Description: "Potion Research" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 228 - Name: "AM_PHARMACY" - Description: "Prepare Potion" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 5 + } + Unit: { + Id: 0xb0 + Interval: -1 + Target: "All" + Flag: { + UF_NOREITERATION: true + } + } +}, +{ + Id: 221 + Name: "RG_FLAGGRAFFITI" + Description: "Piece" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 222 + Name: "RG_CLEANER" + Description: "Remover" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 5 + Requirements: { + SPCost: 5 + } +}, +{ + Id: 223 + Name: "RG_GANGSTER" + Description: "Slyness" + MaxLevel: 1 + SplashRange: 1 + NumberOfHits: 0 +}, +{ + Id: 224 + Name: "RG_COMPULSION" + Description: "Haggle" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 225 + Name: "RG_PLAGIARISM" + Description: "Intimidate" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 226 + Name: "AM_AXEMASTERY" + Description: "Axe Mastery" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 227 + Name: "AM_LEARNINGPOTION" + Description: "Potion Research" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 228 + Name: "AM_PHARMACY" + Description: "Prepare Potion" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 5 // Items: { // Medicine_Bowl: 1 // } - } -}, -{ - Id: 229 - Name: "AM_DEMONSTRATION" - Description: "Bomb" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - IgnoreCards: true - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 40000 - Lv2: 45000 - Lv3: 50000 - Lv4: 55000 - Lv5: 60000 - Lv6: 65000 - Lv7: 70000 - Lv8: 75000 - Lv9: 80000 - Lv10: 85000 - } - FixedCastTime: 200 - Requirements: { - SPCost: 10 + } +}, +{ + Id: 229 + Name: "AM_DEMONSTRATION" + Description: "Bomb" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + IgnoreCards: true + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 40000 + Lv2: 45000 + Lv3: 50000 + Lv4: 55000 + Lv5: 60000 + Lv6: 65000 + Lv7: 70000 + Lv8: 75000 + Lv9: 80000 + Lv10: 85000 + } + FixedCastTime: 200 + Requirements: { + SPCost: 10 // Items: { // Fire_Bottle: 1 // } - } - Unit: { - Id: 0xb1 - Range: 1 - Interval: 500 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 230 - Name: "AM_ACIDTERROR" - Description: "Acid Terror" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - IgnoreCards: true - IgnoreFlee: true - } - InterruptCast: true - CastTime: 500 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 3 - Lv2: 7 - Lv3: 10 - Lv4: 12 - Lv5: 13 - Lv6: 13 - Lv7: 13 - Lv8: 13 - Lv9: 13 - Lv10: 13 - } - SkillData2: 120000 - FixedCastTime: 500 - Requirements: { - SPCost: 15 + } + Unit: { + Id: 0xb1 + Range: 1 + Interval: 500 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 230 + Name: "AM_ACIDTERROR" + Description: "Acid Terror" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + IgnoreCards: true + IgnoreFlee: true + } + InterruptCast: true + CastTime: 500 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 3 + Lv2: 7 + Lv3: 10 + Lv4: 12 + Lv5: 13 + Lv6: 13 + Lv7: 13 + Lv8: 13 + Lv9: 13 + Lv10: 13 + } + SkillData2: 120000 + FixedCastTime: 500 + Requirements: { + SPCost: 15 // Items: { // Acid_Bottle: 1 // } - } -}, -{ - Id: 231 - Name: "AM_POTIONPITCHER" - Description: "Aid Potion" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - GuildOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - FixedCastTime: 0 - Requirements: { - SPCost: 1 + } +}, +{ + Id: 231 + Name: "AM_POTIONPITCHER" + Description: "Aid Potion" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + GuildOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + FixedCastTime: 0 + Requirements: { + SPCost: 1 // Items: { // Red_Potion: 1 // Orange_Potion: 1 @@ -7084,7585 +7084,7585 @@ skill_db: ( // Yggdrasilberry: 1 // Berserk_Potion: 1 // } - } -}, -{ - Id: 232 - Name: "AM_CANNIBALIZE" - Description: "Summon Flora" - MaxLevel: 5 - Range: 4 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SkillInstances: 5 - CastTime: 1600 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 300000 - Lv2: 240000 - Lv3: 180000 - Lv4: 120000 - Lv5: 60000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 400 - Requirements: { - SPCost: 20 + } +}, +{ + Id: 232 + Name: "AM_CANNIBALIZE" + Description: "Summon Flora" + MaxLevel: 5 + Range: 4 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SkillInstances: 5 + CastTime: 1600 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 300000 + Lv2: 240000 + Lv3: 180000 + Lv4: 120000 + Lv5: 60000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 400 + Requirements: { + SPCost: 20 // Items: { // MenEater_Plant_Bottle: 1 // } - } -}, -{ - Id: 233 - Name: "AM_SPHEREMINE" - Description: "Summon Marine Sphere" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SkillInstances: 3 - CastTime: 1600 - AfterCastActDelay: 500 - SkillData1: 30000 - FixedCastTime: 400 - Requirements: { - SPCost: 10 + } +}, +{ + Id: 233 + Name: "AM_SPHEREMINE" + Description: "Summon Marine Sphere" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SkillInstances: 3 + CastTime: 1600 + AfterCastActDelay: 500 + SkillData1: 30000 + FixedCastTime: 400 + Requirements: { + SPCost: 10 // Items: { // Mini_Bottle: 1 // } - } -}, -{ - Id: 234 - Name: "AM_CP_WEAPON" - Description: "Alchemical Weapon" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: { - Lv1: 120000 - Lv2: 240000 - Lv3: 360000 - Lv4: 480000 - Lv5: 600000 - Lv6: 720000 - Lv7: 840000 - Lv8: 960000 - Lv9: 1080000 - Lv10: 1200000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 234 + Name: "AM_CP_WEAPON" + Description: "Alchemical Weapon" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: { + Lv1: 120000 + Lv2: 240000 + Lv3: 360000 + Lv4: 480000 + Lv5: 600000 + Lv6: 720000 + Lv7: 840000 + Lv8: 960000 + Lv9: 1080000 + Lv10: 1200000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: 30 // Items: { // Coating_Bottle: 1 // } - } -}, -{ - Id: 235 - Name: "AM_CP_SHIELD" - Description: "Synthesized Shield" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: { - Lv1: 120000 - Lv2: 240000 - Lv3: 360000 - Lv4: 480000 - Lv5: 600000 - Lv6: 720000 - Lv7: 840000 - Lv8: 960000 - Lv9: 1080000 - Lv10: 1200000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: 25 + } +}, +{ + Id: 235 + Name: "AM_CP_SHIELD" + Description: "Synthesized Shield" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: { + Lv1: 120000 + Lv2: 240000 + Lv3: 360000 + Lv4: 480000 + Lv5: 600000 + Lv6: 720000 + Lv7: 840000 + Lv8: 960000 + Lv9: 1080000 + Lv10: 1200000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: 25 // Items: { // Coating_Bottle: 1 // } - } -}, -{ - Id: 236 - Name: "AM_CP_ARMOR" - Description: "Synthetic Armor" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: { - Lv1: 120000 - Lv2: 240000 - Lv3: 360000 - Lv4: 480000 - Lv5: 600000 - Lv6: 720000 - Lv7: 840000 - Lv8: 960000 - Lv9: 1080000 - Lv10: 1200000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: 25 + } +}, +{ + Id: 236 + Name: "AM_CP_ARMOR" + Description: "Synthetic Armor" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: { + Lv1: 120000 + Lv2: 240000 + Lv3: 360000 + Lv4: 480000 + Lv5: 600000 + Lv6: 720000 + Lv7: 840000 + Lv8: 960000 + Lv9: 1080000 + Lv10: 1200000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: 25 // Items: { // Coating_Bottle: 1 // } - } -}, -{ - Id: 237 - Name: "AM_CP_HELM" - Description: "Biochemical Helm" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: { - Lv1: 120000 - Lv2: 240000 - Lv3: 360000 - Lv4: 480000 - Lv5: 600000 - Lv6: 720000 - Lv7: 840000 - Lv8: 960000 - Lv9: 1080000 - Lv10: 1200000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: 25 + } +}, +{ + Id: 237 + Name: "AM_CP_HELM" + Description: "Biochemical Helm" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: { + Lv1: 120000 + Lv2: 240000 + Lv3: 360000 + Lv4: 480000 + Lv5: 600000 + Lv6: 720000 + Lv7: 840000 + Lv8: 960000 + Lv9: 1080000 + Lv10: 1200000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: 25 // Items: { // Coating_Bottle: 1 // } - } -}, -{ - Id: 238 - Name: "AM_BIOETHICS" - Description: "Bioethics" - MaxLevel: 1 - SkillInfo: { - Quest: true - } - NumberOfHits: 0 -}, -{ - Id: 243 - Name: "AM_CALLHOMUN" - Description: "Call Homunculus" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SplashRange: 1 - NumberOfHits: 0 - Requirements: { - SPCost: 10 + } +}, +{ + Id: 238 + Name: "AM_BIOETHICS" + Description: "Bioethics" + MaxLevel: 1 + SkillInfo: { + Quest: true + } + NumberOfHits: 0 +}, +{ + Id: 243 + Name: "AM_CALLHOMUN" + Description: "Call Homunculus" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SplashRange: 1 + NumberOfHits: 0 + Requirements: { + SPCost: 10 // Items: { // Germination_Breed: 1 // } - } -}, -{ - Id: 244 - Name: "AM_REST" - Description: "Vaporize" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 50 - } -}, -{ - Id: 247 - Name: "AM_RESURRECTHOMUN" - Description: "Homunculus Resurrection" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SplashRange: 1 - NumberOfHits: 0 - CastTime: 2000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 74 - Lv2: 68 - Lv3: 62 - Lv4: 56 - Lv5: 50 - Lv6: 44 - Lv7: 38 - Lv8: 32 - Lv9: 26 - Lv10: 20 - } - } -}, -{ - Id: 248 - Name: "CR_TRUST" - Description: "Faith" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 249 - Name: "CR_AUTOGUARD" - Description: "Guard" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - State: "Shield" - } -}, -{ - Id: 250 - Name: "CR_SHIELDCHARGE" - Description: "Smite" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - KnockBackTiles: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - State: "Shield" - } -}, -{ - Id: 251 - Name: "CR_SHIELDBOOMERANG" - Description: "Shield Boomerang" - MaxLevel: 5 - Range: { - Lv1: 3 - Lv2: 5 - Lv3: 7 - Lv4: 9 - Lv5: 11 - Lv6: 13 - Lv7: 15 - Lv8: 17 - Lv9: 19 - Lv10: 21 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - AfterCastActDelay: 700 - FixedCastTime: 0 - Requirements: { - SPCost: 12 - State: "Shield" - } -}, -{ - Id: 252 - Name: "CR_REFLECTSHIELD" - Description: "Shield Reflect" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 40 - Lv3: 45 - Lv4: 50 - Lv5: 55 - Lv6: 60 - Lv7: 65 - Lv8: 70 - Lv9: 75 - Lv10: 80 - } - State: "Shield" - } -}, -{ - Id: 253 - Name: "CR_HOLYCROSS" - Description: "Holy Cross" - MaxLevel: 10 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Holy" - NumberOfHits: -2 - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 11 - Lv2: 12 - Lv3: 13 - Lv4: 14 - Lv5: 15 - Lv6: 16 - Lv7: 17 - Lv8: 18 - Lv9: 19 - Lv10: 20 - } - } -}, -{ - Id: 254 - Name: "CR_GRANDCROSS" - Description: "Grand Cross" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - TargetSelf: true - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - IgnoreCards: true - IgnoreFlee: true - } - CastDefRate: 33 - CastTime: 1500 - AfterCastActDelay: 1500 - AfterCastWalkDelay: 900 - SkillData1: 900 - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 1500 - Requirements: { - SPCost: { - Lv1: 37 - Lv2: 44 - Lv3: 51 - Lv4: 58 - Lv5: 65 - Lv6: 72 - Lv7: 79 - Lv8: 86 - Lv9: 93 - Lv10: 100 - } - HPRateCost: 20 - } - Unit: { - Id: 0x86 - Layout: -1 - Interval: 300 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 255 - Name: "CR_DEVOTION" - Description: "Sacrifice" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - PartyOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - SkillData2: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: 1500 - Requirements: { - SPCost: 25 - } -}, -{ - Id: 256 - Name: "CR_PROVIDENCE" - Description: "Resistant Souls" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - SkillData1: 180000 - FixedCastTime: 1500 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 257 - Name: "CR_DEFENDER" - Description: "Defending Aura" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 800 - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - State: "Shield" - } -}, -{ - Id: 258 - Name: "CR_SPEARQUICKEN" - Description: "Spear Quicken" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 259 - Name: "MO_IRONHAND" - Description: "Iron Fists" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 260 - Name: "MO_SPIRITSRECOVERY" - Description: "Spiritual Cadence" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 261 - Name: "MO_CALLSPIRITS" - Description: "Summon Spirit Sphere" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: 500 - SkillData1: 600000 - FixedCastTime: 500 - Requirements: { - SPCost: 8 - } -}, -{ - Id: 262 - Name: "MO_ABSORBSPIRITS" - Description: "Absorb Spirit Sphere" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - FixedCastTime: 1000 - Requirements: { - SPCost: 5 - } -}, -{ - Id: 263 - Name: "MO_TRIPLEATTACK" - Description: "Raging Trifecta Blow" - MaxLevel: 10 - Range: -1 - Hit: "BDT_MULTIHIT" - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -3 - FixedCastTime: 0 - SkillDelayOptions: { - IgnoreStatusEffect: true - } -}, -{ - Id: 264 - Name: "MO_BODYRELOCATION" - Description: "Snap" - MaxLevel: 1 - Range: 18 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 14 - SpiritSphereCost: 1 - } -}, -{ - Id: 265 - Name: "MO_DODGE" - Description: "Dodge" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 266 - Name: "MO_INVESTIGATE" - Description: "Occult Impaction" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - IgnoreFlee: true - } - CastTime: 500 - AfterCastActDelay: 500 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 14 - Lv3: 17 - Lv4: 19 - Lv5: 20 - Lv6: 20 - Lv7: 20 - Lv8: 20 - Lv9: 20 - Lv10: 20 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 267 - Name: "MO_FINGEROFFENSIVE" - Description: "Throw Spirit Sphere" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - CastTime: 500 - AfterCastActDelay: 500 - AfterCastWalkDelay: { - Lv1: 0 - Lv2: 200 - Lv3: 400 - Lv4: 600 - Lv5: 800 - Lv6: 1000 - Lv7: 1200 - Lv8: 1400 - Lv9: 1600 - Lv10: 1800 - } - FixedCastTime: 500 - Requirements: { - SPCost: 10 - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 268 - Name: "MO_STEELBODY" - Description: "Mental Strength" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: 2500 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 2500 - Requirements: { - SPCost: 200 - SpiritSphereCost: 5 - } -}, -{ - Id: 269 - Name: "MO_BLADESTOP" - Description: "Root" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 500 - SkillData1: { - Lv1: 500 - Lv2: 700 - Lv3: 900 - Lv4: 1100 - Lv5: 1300 - Lv6: 1500 - Lv7: 1700 - Lv8: 1900 - Lv9: 2100 - Lv10: 2300 - } - SkillData2: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - SpiritSphereCost: 1 - } -}, -{ - Id: 270 - Name: "MO_EXPLOSIONSPIRITS" - Description: "Fury" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - SpiritSphereCost: 5 - } -}, -{ - Id: 271 - Name: "MO_EXTREMITYFIST" - Description: "Asura Strike" - MaxLevel: 5 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - IgnoreDefense: true - IgnoreFlee: true - } - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 1750 - Lv3: 1500 - Lv4: 1250 - Lv5: 1000 - Lv6: 500 - Lv7: 1000 - Lv8: 1000 - Lv9: 1000 - Lv10: 1000 - } - AfterCastActDelay: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData1: 10000 - SkillData2: 300000 - FixedCastTime: { - Lv1: 2000 - Lv2: 1750 - Lv3: 1500 - Lv4: 1250 - Lv5: 1000 - Lv6: 500 - Lv7: 1000 - Lv8: 1000 - Lv9: 1000 - Lv10: 1000 - } - Requirements: { - SPCost: 1 - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - State: "ExplosionSpirits" - SpiritSphereCost: 5 - } -}, -{ - Id: 272 - Name: "MO_CHAINCOMBO" - Description: "Raging Quadruple Blow" - MaxLevel: 5 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -4 - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 11 - Lv2: 12 - Lv3: 13 - Lv4: 14 - Lv5: 15 - Lv6: 16 - Lv7: 17 - Lv8: 18 - Lv9: 19 - Lv10: 20 - } - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - } -}, -{ - Id: 273 - Name: "MO_COMBOFINISH" - Description: "Raging Thrust" - MaxLevel: 5 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 11 - Lv2: 12 - Lv3: 13 - Lv4: 14 - Lv5: 15 - Lv6: 16 - Lv7: 17 - Lv8: 18 - Lv9: 19 - Lv10: 20 - } - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - SpiritSphereCost: 1 - } -}, -{ - Id: 274 - Name: "SA_ADVANCEDBOOK" - Description: "Study" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 275 - Name: "SA_CASTCANCEL" - Description: "Cast Cancel" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 2 - } -}, -{ - Id: 276 - Name: "SA_MAGICROD" - Description: "Magic Rod" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 400 - Lv2: 600 - Lv3: 800 - Lv4: 1000 - Lv5: 1200 - Lv6: 1400 - Lv7: 1600 - Lv8: 1800 - Lv9: 2000 - Lv10: 2200 - } - FixedCastTime: 0 - Requirements: { - SPCost: 2 - } -}, -{ - Id: 277 - Name: "SA_SPELLBREAKER" - Description: "Spell Breaker" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 560 - FixedCastTime: 140 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 278 - Name: "SA_FREECAST" - Description: "Free Cast" - MaxLevel: 10 - AttackType: "Magic" - NumberOfHits: 0 -}, -{ - Id: 279 - Name: "SA_AUTOSPELL" - Description: "Hindsight" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 120000 - Lv2: 150000 - Lv3: 180000 - Lv4: 210000 - Lv5: 240000 - Lv6: 270000 - Lv7: 300000 - Lv8: 330000 - Lv9: 360000 - Lv10: 390000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: 35 - } -}, -{ - Id: 280 - Name: "SA_FLAMELAUNCHER" - Description: "Endow Blaze" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - GuildOnly: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 1200000 - Lv2: 1200000 - Lv3: 1200000 - Lv4: 1200000 - Lv5: 1800000 - Lv6: 1800000 - Lv7: 1800000 - Lv8: 1800000 - Lv9: 1800000 - Lv10: 1800000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 244 + Name: "AM_REST" + Description: "Vaporize" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 50 + } +}, +{ + Id: 247 + Name: "AM_RESURRECTHOMUN" + Description: "Homunculus Resurrection" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SplashRange: 1 + NumberOfHits: 0 + CastTime: 2000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 74 + Lv2: 68 + Lv3: 62 + Lv4: 56 + Lv5: 50 + Lv6: 44 + Lv7: 38 + Lv8: 32 + Lv9: 26 + Lv10: 20 + } + } +}, +{ + Id: 248 + Name: "CR_TRUST" + Description: "Faith" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 249 + Name: "CR_AUTOGUARD" + Description: "Guard" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + State: "Shield" + } +}, +{ + Id: 250 + Name: "CR_SHIELDCHARGE" + Description: "Smite" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + KnockBackTiles: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + State: "Shield" + } +}, +{ + Id: 251 + Name: "CR_SHIELDBOOMERANG" + Description: "Shield Boomerang" + MaxLevel: 5 + Range: { + Lv1: 3 + Lv2: 5 + Lv3: 7 + Lv4: 9 + Lv5: 11 + Lv6: 13 + Lv7: 15 + Lv8: 17 + Lv9: 19 + Lv10: 21 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + AfterCastActDelay: 700 + FixedCastTime: 0 + Requirements: { + SPCost: 12 + State: "Shield" + } +}, +{ + Id: 252 + Name: "CR_REFLECTSHIELD" + Description: "Shield Reflect" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 40 + Lv3: 45 + Lv4: 50 + Lv5: 55 + Lv6: 60 + Lv7: 65 + Lv8: 70 + Lv9: 75 + Lv10: 80 + } + State: "Shield" + } +}, +{ + Id: 253 + Name: "CR_HOLYCROSS" + Description: "Holy Cross" + MaxLevel: 10 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Holy" + NumberOfHits: -2 + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 12 + Lv3: 13 + Lv4: 14 + Lv5: 15 + Lv6: 16 + Lv7: 17 + Lv8: 18 + Lv9: 19 + Lv10: 20 + } + } +}, +{ + Id: 254 + Name: "CR_GRANDCROSS" + Description: "Grand Cross" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + TargetSelf: true + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + IgnoreCards: true + IgnoreFlee: true + } + CastDefRate: 33 + CastTime: 1500 + AfterCastActDelay: 1500 + AfterCastWalkDelay: 900 + SkillData1: 900 + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 1500 + Requirements: { + SPCost: { + Lv1: 37 + Lv2: 44 + Lv3: 51 + Lv4: 58 + Lv5: 65 + Lv6: 72 + Lv7: 79 + Lv8: 86 + Lv9: 93 + Lv10: 100 + } + HPRateCost: 20 + } + Unit: { + Id: 0x86 + Layout: -1 + Interval: 300 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 255 + Name: "CR_DEVOTION" + Description: "Sacrifice" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + PartyOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + SkillData2: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: 1500 + Requirements: { + SPCost: 25 + } +}, +{ + Id: 256 + Name: "CR_PROVIDENCE" + Description: "Resistant Souls" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + SkillData1: 180000 + FixedCastTime: 1500 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 257 + Name: "CR_DEFENDER" + Description: "Defending Aura" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 800 + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + State: "Shield" + } +}, +{ + Id: 258 + Name: "CR_SPEARQUICKEN" + Description: "Spear Quicken" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 259 + Name: "MO_IRONHAND" + Description: "Iron Fists" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 260 + Name: "MO_SPIRITSRECOVERY" + Description: "Spiritual Cadence" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 261 + Name: "MO_CALLSPIRITS" + Description: "Summon Spirit Sphere" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: 500 + SkillData1: 600000 + FixedCastTime: 500 + Requirements: { + SPCost: 8 + } +}, +{ + Id: 262 + Name: "MO_ABSORBSPIRITS" + Description: "Absorb Spirit Sphere" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + FixedCastTime: 1000 + Requirements: { + SPCost: 5 + } +}, +{ + Id: 263 + Name: "MO_TRIPLEATTACK" + Description: "Raging Trifecta Blow" + MaxLevel: 10 + Range: -1 + Hit: "BDT_MULTIHIT" + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -3 + FixedCastTime: 0 + SkillDelayOptions: { + IgnoreStatusEffect: true + } +}, +{ + Id: 264 + Name: "MO_BODYRELOCATION" + Description: "Snap" + MaxLevel: 1 + Range: 18 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 14 + SpiritSphereCost: 1 + } +}, +{ + Id: 265 + Name: "MO_DODGE" + Description: "Dodge" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 266 + Name: "MO_INVESTIGATE" + Description: "Occult Impaction" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + IgnoreFlee: true + } + CastTime: 500 + AfterCastActDelay: 500 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 14 + Lv3: 17 + Lv4: 19 + Lv5: 20 + Lv6: 20 + Lv7: 20 + Lv8: 20 + Lv9: 20 + Lv10: 20 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 267 + Name: "MO_FINGEROFFENSIVE" + Description: "Throw Spirit Sphere" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + CastTime: 500 + AfterCastActDelay: 500 + AfterCastWalkDelay: { + Lv1: 0 + Lv2: 200 + Lv3: 400 + Lv4: 600 + Lv5: 800 + Lv6: 1000 + Lv7: 1200 + Lv8: 1400 + Lv9: 1600 + Lv10: 1800 + } + FixedCastTime: 500 + Requirements: { + SPCost: 10 + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 268 + Name: "MO_STEELBODY" + Description: "Mental Strength" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: 2500 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 2500 + Requirements: { + SPCost: 200 + SpiritSphereCost: 5 + } +}, +{ + Id: 269 + Name: "MO_BLADESTOP" + Description: "Root" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 500 + SkillData1: { + Lv1: 500 + Lv2: 700 + Lv3: 900 + Lv4: 1100 + Lv5: 1300 + Lv6: 1500 + Lv7: 1700 + Lv8: 1900 + Lv9: 2100 + Lv10: 2300 + } + SkillData2: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + SpiritSphereCost: 1 + } +}, +{ + Id: 270 + Name: "MO_EXPLOSIONSPIRITS" + Description: "Fury" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + SpiritSphereCost: 5 + } +}, +{ + Id: 271 + Name: "MO_EXTREMITYFIST" + Description: "Asura Strike" + MaxLevel: 5 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + IgnoreDefense: true + IgnoreFlee: true + } + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 1750 + Lv3: 1500 + Lv4: 1250 + Lv5: 1000 + Lv6: 500 + Lv7: 1000 + Lv8: 1000 + Lv9: 1000 + Lv10: 1000 + } + AfterCastActDelay: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData1: 10000 + SkillData2: 300000 + FixedCastTime: { + Lv1: 2000 + Lv2: 1750 + Lv3: 1500 + Lv4: 1250 + Lv5: 1000 + Lv6: 500 + Lv7: 1000 + Lv8: 1000 + Lv9: 1000 + Lv10: 1000 + } + Requirements: { + SPCost: 1 + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + State: "ExplosionSpirits" + SpiritSphereCost: 5 + } +}, +{ + Id: 272 + Name: "MO_CHAINCOMBO" + Description: "Raging Quadruple Blow" + MaxLevel: 5 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -4 + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 12 + Lv3: 13 + Lv4: 14 + Lv5: 15 + Lv6: 16 + Lv7: 17 + Lv8: 18 + Lv9: 19 + Lv10: 20 + } + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + } +}, +{ + Id: 273 + Name: "MO_COMBOFINISH" + Description: "Raging Thrust" + MaxLevel: 5 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 12 + Lv3: 13 + Lv4: 14 + Lv5: 15 + Lv6: 16 + Lv7: 17 + Lv8: 18 + Lv9: 19 + Lv10: 20 + } + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + SpiritSphereCost: 1 + } +}, +{ + Id: 274 + Name: "SA_ADVANCEDBOOK" + Description: "Study" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 275 + Name: "SA_CASTCANCEL" + Description: "Cast Cancel" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 2 + } +}, +{ + Id: 276 + Name: "SA_MAGICROD" + Description: "Magic Rod" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 400 + Lv2: 600 + Lv3: 800 + Lv4: 1000 + Lv5: 1200 + Lv6: 1400 + Lv7: 1600 + Lv8: 1800 + Lv9: 2000 + Lv10: 2200 + } + FixedCastTime: 0 + Requirements: { + SPCost: 2 + } +}, +{ + Id: 277 + Name: "SA_SPELLBREAKER" + Description: "Spell Breaker" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 560 + FixedCastTime: 140 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 278 + Name: "SA_FREECAST" + Description: "Free Cast" + MaxLevel: 10 + AttackType: "Magic" + NumberOfHits: 0 +}, +{ + Id: 279 + Name: "SA_AUTOSPELL" + Description: "Hindsight" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 120000 + Lv2: 150000 + Lv3: 180000 + Lv4: 210000 + Lv5: 240000 + Lv6: 270000 + Lv7: 300000 + Lv8: 330000 + Lv9: 360000 + Lv10: 390000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: 35 + } +}, +{ + Id: 280 + Name: "SA_FLAMELAUNCHER" + Description: "Endow Blaze" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + GuildOnly: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 1200000 + Lv2: 1200000 + Lv3: 1200000 + Lv4: 1200000 + Lv5: 1800000 + Lv6: 1800000 + Lv7: 1800000 + Lv8: 1800000 + Lv9: 1800000 + Lv10: 1800000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: 40 // Items: { // Boody_Red: 1 // } - } -}, -{ - Id: 281 - Name: "SA_FROSTWEAPON" - Description: "Endow Tsunami" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - GuildOnly: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 1200000 - Lv2: 1200000 - Lv3: 1200000 - Lv4: 1200000 - Lv5: 1800000 - Lv6: 1800000 - Lv7: 1800000 - Lv8: 1800000 - Lv9: 1800000 - Lv10: 1800000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 281 + Name: "SA_FROSTWEAPON" + Description: "Endow Tsunami" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + GuildOnly: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 1200000 + Lv2: 1200000 + Lv3: 1200000 + Lv4: 1200000 + Lv5: 1800000 + Lv6: 1800000 + Lv7: 1800000 + Lv8: 1800000 + Lv9: 1800000 + Lv10: 1800000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: 40 // Items: { // Crystal_Blue: 1 // } - } -}, -{ - Id: 282 - Name: "SA_LIGHTNINGLOADER" - Description: "Endow Tornado" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - GuildOnly: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 1200000 - Lv2: 1200000 - Lv3: 1200000 - Lv4: 1200000 - Lv5: 1800000 - Lv6: 1800000 - Lv7: 1800000 - Lv8: 1800000 - Lv9: 1800000 - Lv10: 1800000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 282 + Name: "SA_LIGHTNINGLOADER" + Description: "Endow Tornado" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + GuildOnly: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 1200000 + Lv2: 1200000 + Lv3: 1200000 + Lv4: 1200000 + Lv5: 1800000 + Lv6: 1800000 + Lv7: 1800000 + Lv8: 1800000 + Lv9: 1800000 + Lv10: 1800000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: 40 // Items: { // Wind_Of_Verdure: 1 // } - } -}, -{ - Id: 283 - Name: "SA_SEISMICWEAPON" - Description: "Endow Quake" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - PartyOnly: true - GuildOnly: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 1200000 - Lv2: 1200000 - Lv3: 1200000 - Lv4: 1200000 - Lv5: 1800000 - Lv6: 1800000 - Lv7: 1800000 - Lv8: 1800000 - Lv9: 1800000 - Lv10: 1800000 - } - FixedCastTime: 3000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 283 + Name: "SA_SEISMICWEAPON" + Description: "Endow Quake" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + PartyOnly: true + GuildOnly: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 1200000 + Lv2: 1200000 + Lv3: 1200000 + Lv4: 1200000 + Lv5: 1800000 + Lv6: 1800000 + Lv7: 1800000 + Lv8: 1800000 + Lv9: 1800000 + Lv10: 1800000 + } + FixedCastTime: 3000 + Requirements: { + SPCost: 40 // Items: { // Yellow_Live: 1 // } - } -}, -{ - Id: 284 - Name: "SA_DRAGONOLOGY" - Description: "Dragonology" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 285 - Name: "SA_VOLCANO" - Description: "Volcano" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 4000 - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 420000 - Lv8: 480000 - Lv9: 540000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 46 - Lv3: 44 - Lv4: 42 - Lv5: 40 - Lv6: 38 - Lv7: 36 - Lv8: 34 - Lv9: 32 - Lv10: 30 - } + } +}, +{ + Id: 284 + Name: "SA_DRAGONOLOGY" + Description: "Dragonology" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 285 + Name: "SA_VOLCANO" + Description: "Volcano" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 4000 + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 420000 + Lv8: 480000 + Lv9: 540000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 46 + Lv3: 44 + Lv4: 42 + Lv5: 40 + Lv6: 38 + Lv7: 36 + Lv8: 34 + Lv9: 32 + Lv10: 30 + } // Items: { // Yellow_Gemstone: 1 // } - } - Unit: { - Id: 0x9a - Layout: 3 - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 286 - Name: "SA_DELUGE" - Description: "Deluge" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 4000 - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 420000 - Lv8: 480000 - Lv9: 540000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 46 - Lv3: 44 - Lv4: 42 - Lv5: 40 - Lv6: 38 - Lv7: 36 - Lv8: 34 - Lv9: 32 - Lv10: 30 - } + } + Unit: { + Id: 0x9a + Layout: 3 + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 286 + Name: "SA_DELUGE" + Description: "Deluge" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 4000 + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 420000 + Lv8: 480000 + Lv9: 540000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 46 + Lv3: 44 + Lv4: 42 + Lv5: 40 + Lv6: 38 + Lv7: 36 + Lv8: 34 + Lv9: 32 + Lv10: 30 + } // Items: { // Yellow_Gemstone: 1 // } - } - Unit: { - Id: 0x9b - Layout: 3 - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 287 - Name: "SA_VIOLENTGALE" - Description: "Whirlwind" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 4000 - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 420000 - Lv8: 480000 - Lv9: 540000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 46 - Lv3: 44 - Lv4: 42 - Lv5: 40 - Lv6: 38 - Lv7: 36 - Lv8: 34 - Lv9: 32 - Lv10: 30 - } + } + Unit: { + Id: 0x9b + Layout: 3 + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 287 + Name: "SA_VIOLENTGALE" + Description: "Whirlwind" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 4000 + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 420000 + Lv8: 480000 + Lv9: 540000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 46 + Lv3: 44 + Lv4: 42 + Lv5: 40 + Lv6: 38 + Lv7: 36 + Lv8: 34 + Lv9: 32 + Lv10: 30 + } // Items: { // Yellow_Gemstone: 1 // } - } - Unit: { - Id: 0x9c - Layout: 3 - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 288 - Name: "SA_LANDPROTECTOR" - Description: "Magnetic Earth" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 4000 - SkillData1: { - Lv1: 165000 - Lv2: 210000 - Lv3: 255000 - Lv4: 300000 - Lv5: 345000 - Lv6: 390000 - Lv7: 435000 - Lv8: 480000 - Lv9: 525000 - Lv10: 570000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 66 - Lv2: 62 - Lv3: 58 - Lv4: 54 - Lv5: 50 - Lv6: 46 - Lv7: 42 - Lv8: 38 - Lv9: 34 - Lv10: 30 - } + } + Unit: { + Id: 0x9c + Layout: 3 + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 288 + Name: "SA_LANDPROTECTOR" + Description: "Magnetic Earth" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 4000 + SkillData1: { + Lv1: 165000 + Lv2: 210000 + Lv3: 255000 + Lv4: 300000 + Lv5: 345000 + Lv6: 390000 + Lv7: 435000 + Lv8: 480000 + Lv9: 525000 + Lv10: 570000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 66 + Lv2: 62 + Lv3: 58 + Lv4: 54 + Lv5: 50 + Lv6: 46 + Lv7: 42 + Lv8: 38 + Lv9: 34 + Lv10: 30 + } // Items: { // Blue_Gemstone: 1 // Yellow_Gemstone: 1 // } - } - Unit: { - Id: 0x9d - Layout: { - Lv1: 3 - Lv2: 3 - Lv3: 4 - Lv4: 4 - Lv5: 5 - Lv6: 5 - Lv7: 6 - Lv8: 6 - Lv9: 7 - Lv10: 7 - } - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 289 - Name: "SA_DISPELL" - Description: "Dispell" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NoCastSelf: true - PartyOnly: true - GuildOnly: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SplashRange: { - Lv1: 0 - Lv2: 0 - Lv3: 0 - Lv4: 0 - Lv5: 0 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - InterruptCast: true - CastTime: 1600 - FixedCastTime: 400 - Requirements: { - SPCost: 1 + } + Unit: { + Id: 0x9d + Layout: { + Lv1: 3 + Lv2: 3 + Lv3: 4 + Lv4: 4 + Lv5: 5 + Lv6: 5 + Lv7: 6 + Lv8: 6 + Lv9: 7 + Lv10: 7 + } + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 289 + Name: "SA_DISPELL" + Description: "Dispell" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NoCastSelf: true + PartyOnly: true + GuildOnly: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SplashRange: { + Lv1: 0 + Lv2: 0 + Lv3: 0 + Lv4: 0 + Lv5: 0 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + InterruptCast: true + CastTime: 1600 + FixedCastTime: 400 + Requirements: { + SPCost: 1 // Items: { // Yellow_Gemstone: 1 // } - } -}, -{ - Id: 290 - Name: "SA_ABRACADABRA" - Description: "Hocus-pocus" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 50 + } +}, +{ + Id: 290 + Name: "SA_ABRACADABRA" + Description: "Hocus-pocus" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 50 // Items: { // Yellow_Gemstone: 2 // } - } -}, -{ - Id: 291 - Name: "SA_MONOCELL" - Description: "Monocell" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 292 - Name: "SA_CLASSCHANGE" - Description: "Class Change" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 293 - Name: "SA_SUMMONMONSTER" - Description: "Monster Chant" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 294 - Name: "SA_REVERSEORCISH" - Description: "Grampus Morph" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 1200000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 295 - Name: "SA_DEATH" - Description: "Grim Reaper" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 296 - Name: "SA_FORTUNE" - Description: "Gold Digger" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 297 - Name: "SA_TAMINGMONSTER" - Description: "Beastly Hypnosis" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 298 - Name: "SA_QUESTION" - Description: "Questioning" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 299 - Name: "SA_GRAVITY" - Description: "Gravity" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 300 - Name: "SA_LEVELUP" - Description: "Leveling" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 301 - Name: "SA_INSTANTDEATH" - Description: "Suicide" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 302 - Name: "SA_FULLRECOVERY" - Description: "Rejuvenation" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 303 - Name: "SA_COMA" - Description: "Coma" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 304 - Name: "BD_ADAPTATION" - Description: "Amp" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 305 - Name: "BD_ENCORE" - Description: "Encore" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 306 - Name: "BD_LULLABY" - Description: "Lullaby" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: 20 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0x9e - Layout: 4 - Interval: 6000 - Target: "Enemy" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 307 - Name: "BD_RICHMANKIM" - Description: "Mental Sensing" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 20 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0x9f - Layout: 4 - Interval: -1 - Target: "Enemy" - Flag: { - UF_NOPC: true - UF_ENSEMBLE: true - } - } -}, -{ - Id: 308 - Name: "BD_ETERNALCHAOS" - Description: "Down Tempo" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa0 - Layout: 4 - Interval: -1 - Target: "Enemy" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 309 - Name: "BD_DRUMBATTLEFIELD" - Description: "Battle Theme" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 38 - Lv2: 41 - Lv3: 44 - Lv4: 47 - Lv5: 50 - Lv6: 53 - Lv7: 56 - Lv8: 59 - Lv9: 62 - Lv10: 65 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa1 - Layout: 4 - Interval: -1 - Target: "Party" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 310 - Name: "BD_RINGNIBELUNGEN" - Description: "Harmonic Lick" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 38 - Lv2: 41 - Lv3: 44 - Lv4: 47 - Lv5: 50 - Lv6: 53 - Lv7: 56 - Lv8: 59 - Lv9: 62 - Lv10: 65 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa2 - Layout: 4 - Interval: -1 - Target: "Party" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 311 - Name: "BD_ROKISWEIL" - Description: "Classical Pluck" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa3 - Layout: 4 - Interval: -1 - Target: "All" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 312 - Name: "BD_INTOABYSS" - Description: "Power Chord" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa4 - Layout: 4 - Interval: -1 - Target: "Party" - Flag: { - UF_NOMOB: true - UF_ENSEMBLE: true - } - } -}, -{ - Id: 313 - Name: "BD_SIEGFRIED" - Description: "Acoustic Rhythm" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 20 - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa5 - Layout: 4 - Interval: -1 - Target: "Party" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 315 - Name: "BA_MUSICALLESSON" - Description: "Music Lessons" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 316 - Name: "BA_MUSICALSTRIKE" - Description: "Melody Strike" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: 1200 - FixedCastTime: 300 - Requirements: { - SPCost: { - Lv1: 1 - Lv2: 3 - Lv3: 5 - Lv4: 7 - Lv5: 9 - Lv6: 11 - Lv7: 13 - Lv8: 15 - Lv9: 17 - Lv10: 19 - } - WeaponTypes: { - Instruments: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 317 - Name: "BA_DISSONANCE" - Description: "Unchained Serenade" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - IgnoreFlee: true - } - SkillData1: 30000 - SkillData2: 3000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - WeaponTypes: { - Instruments: true - } - } - Unit: { - Id: 0xa6 - Layout: 3 - Interval: 3000 - Target: "Enemy" - Flag: { - UF_SONG: true - } - } -}, -{ - Id: 318 - Name: "BA_FROSTJOKER" - Description: "Unbarring Octave" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - AfterCastActDelay: 4000 - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 319 - Name: "BA_WHISTLE" - Description: "Perfect Tablature" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa7 - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_SONG: true - UF_DUALMODE: true - } - } -}, -{ - Id: 320 - Name: "BA_ASSASSINCROSS" - Description: "Impressive Riff" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 120000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 38 - Lv2: 41 - Lv3: 44 - Lv4: 47 - Lv5: 50 - Lv6: 53 - Lv7: 56 - Lv8: 59 - Lv9: 62 - Lv10: 65 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa8 - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_SONG: true - UF_DUALMODE: true - } - } -}, -{ - Id: 321 - Name: "BA_POEMBRAGI" - Description: "Magic Strings" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xa9 - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_SONG: true - UF_DUALMODE: true - } - } -}, -{ - Id: 322 - Name: "BA_APPLEIDUN" - Description: "Song of Lutie" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xaa - Layout: 3 - Interval: 6000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_SONG: true - UF_DUALMODE: true - } - } -}, -{ - Id: 323 - Name: "DC_DANCINGLESSON" - Description: "Dance Lessons" - MaxLevel: 10 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 324 - Name: "DC_THROWARROW" - Description: "Slinging Arrow" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: 1200 - FixedCastTime: 300 - Requirements: { - SPCost: { - Lv1: 1 - Lv2: 3 - Lv3: 5 - Lv4: 7 - Lv5: 9 - Lv6: 11 - Lv7: 13 - Lv8: 15 - Lv9: 17 - Lv10: 19 - } - WeaponTypes: { - Whips: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 325 - Name: "DC_UGLYDANCE" - Description: "Hip Shaker" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - SkillData2: 3000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 23 - Lv2: 26 - Lv3: 29 - Lv4: 32 - Lv5: 35 - Lv6: 38 - Lv7: 41 - Lv8: 44 - Lv9: 47 - Lv10: 50 - } - WeaponTypes: { - Whips: true - } - } - Unit: { - Id: 0xab - Layout: 3 - Interval: 3000 - Target: "Enemy" - Flag: { - UF_DANCE: true - } - } -}, -{ - Id: 326 - Name: "DC_SCREAM" - Description: "Dazzler" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - AfterCastActDelay: 4000 - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 327 - Name: "DC_HUMMING" - Description: "Focus Ballet" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xac - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_DANCE: true - UF_DUALMODE: true - } - } -}, -{ - Id: 328 - Name: "DC_DONTFORGETME" - Description: "Slow Grace" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 31 - Lv3: 34 - Lv4: 37 - Lv5: 40 - Lv6: 43 - Lv7: 46 - Lv8: 49 - Lv9: 52 - Lv10: 55 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xad - Layout: 3 - Interval: 3000 - Target: "Enemy" - Flag: { - UF_DANCE: true - UF_DUALMODE: true - } - } -}, -{ - Id: 329 - Name: "DC_FORTUNEKISS" - Description: "Lady Luck" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 120000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 43 - Lv2: 46 - Lv3: 49 - Lv4: 52 - Lv5: 55 - Lv6: 58 - Lv7: 61 - Lv8: 64 - Lv9: 67 - Lv10: 70 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xae - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_DANCE: true - UF_DUALMODE: true - } - } -}, -{ - Id: 330 - Name: "DC_SERVICEFORYOU" - Description: "Gypsy's Kiss" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Song: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xaf - Layout: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_NOMOB: true - UF_DANCE: true - UF_DUALMODE: true - } - } -}, -{ - Id: 331 - Name: "NPC_RANDOMMOVE" - Description: "Random Move" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 332 - Name: "NPC_SPEEDUP" - Description: "Speed UP" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 333 - Name: "NPC_REVENGE" - Description: "Revenge" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 334 - Name: "WE_MALE" - Description: "I Will Protect You" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - FixedCastTime: 1500 - Requirements: { - SPCost: 1 - HPRateCost: -10 - } -}, -{ - Id: 335 - Name: "WE_FEMALE" - Description: "I Look up to You" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - FixedCastTime: 1500 - Requirements: { - SPCost: 1 - SPRateCost: -10 - } -}, -{ - Id: 336 - Name: "WE_CALLPARTNER" - Description: "I miss You" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - SplashRange: 3 - InterruptCast: true - SkillInstances: 1 - SkillData1: 20000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0xb2 - Range: -1 - Interval: -1 - } -}, -{ - Id: 337 - Name: "ITM_TOMAHAWK" - Description: "Throw Tomahawk" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 338 - Name: "NPC_DARKCROSS" - Description: "Cross of Darkness" - MaxLevel: 10 - Range: -1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Dark" - NumberOfHits: -2 -}, -{ - Id: 339 - Name: "NPC_GRANDDARKNESS" - Description: "Grand cross of Darkness" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - TargetSelf: true - } - AttackType: "Magic" - Element: "Ele_Dark" - DamageType: { - IgnoreCards: true - IgnoreFlee: true - } - AfterCastWalkDelay: 900 - SkillData1: 900 - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 0 - Unit: { - Id: 0x86 - Layout: -1 - Interval: 300 - Target: "Enemy" - } -}, -{ - Id: 340 - Name: "NPC_DARKSTRIKE" - Description: "Soul Strike of Darkness" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Dark" - NumberOfHits: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true -}, -{ - Id: 341 - Name: "NPC_DARKTHUNDER" - Description: "Darkness Jupitel" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Dark" - NumberOfHits: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - KnockBackTiles: { - Lv1: 2 - Lv2: 3 - Lv3: 3 - Lv4: 4 - Lv5: 4 - Lv6: 5 - Lv7: 5 - Lv8: 6 - Lv9: 6 - Lv10: 7 - } -}, -{ - Id: 342 - Name: "NPC_STOP" - Description: "Stop" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: 10000 - FixedCastTime: 0 -}, -{ - Id: 343 - Name: "NPC_WEAPONBRAKER" - Description: "Break weapon" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 344 - Name: "NPC_ARMORBRAKE" - Description: "Break armor" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 345 - Name: "NPC_HELMBRAKE" - Description: "Break helm" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 346 - Name: "NPC_SHIELDBRAKE" - Description: "Break shield" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" -}, -{ - Id: 347 - Name: "NPC_UNDEADATTACK" - Description: "Undead Element Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Undead" -}, -{ - Id: 348 - Name: "NPC_CHANGEUNDEAD" - Description: "Undead Attribute Change" - MaxLevel: 5 - Range: 9 - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - Element: "Ele_Undead" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: 0 -}, -{ - Id: 349 - Name: "NPC_POWERUP" - Description: "Power Up" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - FixedCastTime: 0 -}, -{ - Id: 350 - Name: "NPC_AGIUP" - Description: "Agility UP" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - FixedCastTime: 0 -}, -{ - Id: 351 - Name: "NPC_SIEGEMODE" - Description: "Siege Mode" - MaxLevel: 1 - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 352 - Name: "NPC_CALLSLAVE" - Description: "Recall Slaves" - MaxLevel: 1 - Range: 2 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 353 - Name: "NPC_INVISIBLE" - Description: "Invisible" - MaxLevel: 1 - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: 30000 - FixedCastTime: 0 -}, -{ - Id: 354 - Name: "NPC_RUN" - Description: "Run" - MaxLevel: 20 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - FixedCastTime: 0 -}, -{ - Id: 355 - Name: "LK_AURABLADE" - Description: "Aura Blade" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 40000 - Lv2: 60000 - Lv3: 80000 - Lv4: 100000 - Lv5: 120000 - Lv6: 140000 - Lv7: 160000 - Lv8: 180000 - Lv9: 200000 - Lv10: 220000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 26 - Lv3: 34 - Lv4: 42 - Lv5: 50 - Lv6: 58 - Lv7: 66 - Lv8: 74 - Lv9: 82 - Lv10: 90 - } - WeaponTypes: { - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Bows: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - } -}, -{ - Id: 356 - Name: "LK_PARRYING" - Description: "Parrying" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 50 - WeaponTypes: { - 2HSwords: true - } - } -}, -{ - Id: 357 - Name: "LK_CONCENTRATION" - Description: "Concentration" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 25000 - Lv2: 30000 - Lv3: 35000 - Lv4: 40000 - Lv5: 45000 - Lv6: 50000 - Lv7: 55000 - Lv8: 60000 - Lv9: 65000 - Lv10: 70000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 18 - Lv3: 22 - Lv4: 26 - Lv5: 30 - Lv6: 34 - Lv7: 38 - Lv8: 42 - Lv9: 46 - Lv10: 50 - } - } -}, -{ - Id: 358 - Name: "LK_TENSIONRELAX" - Description: "Relax" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 359 - Name: "LK_BERSERK" - Description: "Frenzy" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - SkillData2: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: 200 - } -}, -{ - Id: 361 - Name: "HP_ASSUMPTIO" - Description: "Assumptio" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SplashRange: 1 - InterruptCast: true - CastTime: { - Lv1: 800 - Lv2: 1200 - Lv3: 1600 - Lv4: 2000 - Lv5: 2400 - Lv6: 2400 - Lv7: 2400 - Lv8: 2400 - Lv9: 2400 - Lv10: 2400 - } - AfterCastActDelay: { - Lv1: 1100 - Lv2: 1200 - Lv3: 1300 - Lv4: 1400 - Lv5: 1500 - Lv6: 1600 - Lv7: 1700 - Lv8: 1800 - Lv9: 1900 - Lv10: 2000 - } - SkillData1: { - Lv1: 20000 - Lv2: 40000 - Lv3: 60000 - Lv4: 80000 - Lv5: 100000 - Lv6: 120000 - Lv7: 140000 - Lv8: 160000 - Lv9: 180000 - Lv10: 200000 - } - FixedCastTime: { - Lv1: 200 - Lv2: 300 - Lv3: 400 - Lv4: 500 - Lv5: 600 - Lv6: 700 - Lv7: 800 - Lv8: 900 - Lv9: 1000 - Lv10: 1100 - } - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - } -}, -{ - Id: 362 - Name: "HP_BASILICA" - Description: "Basilica" - MaxLevel: 5 - Range: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - KnockBackTiles: 2 - AfterCastActDelay: { - Lv1: 2000 - Lv2: 3000 - Lv3: 4000 - Lv4: 5000 - Lv5: 6000 - Lv6: 7000 - Lv7: 8000 - Lv8: 9000 - Lv9: 10000 - Lv10: 11000 - } - SkillData1: { - Lv1: 20000 - Lv2: 25000 - Lv3: 30000 - Lv4: 35000 - Lv5: 40000 - Lv6: 45000 - Lv7: 50000 - Lv8: 55000 - Lv9: 60000 - Lv10: 65000 - } - SkillData2: { - Lv1: 20000 - Lv2: 25000 - Lv3: 30000 - Lv4: 35000 - Lv5: 40000 - Lv6: 45000 - Lv7: 50000 - Lv8: 55000 - Lv9: 60000 - Lv10: 65000 - } - FixedCastTime: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } + } +}, +{ + Id: 291 + Name: "SA_MONOCELL" + Description: "Monocell" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 292 + Name: "SA_CLASSCHANGE" + Description: "Class Change" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 293 + Name: "SA_SUMMONMONSTER" + Description: "Monster Chant" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 294 + Name: "SA_REVERSEORCISH" + Description: "Grampus Morph" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 1200000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 295 + Name: "SA_DEATH" + Description: "Grim Reaper" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 296 + Name: "SA_FORTUNE" + Description: "Gold Digger" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 297 + Name: "SA_TAMINGMONSTER" + Description: "Beastly Hypnosis" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 298 + Name: "SA_QUESTION" + Description: "Questioning" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 299 + Name: "SA_GRAVITY" + Description: "Gravity" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 300 + Name: "SA_LEVELUP" + Description: "Leveling" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 301 + Name: "SA_INSTANTDEATH" + Description: "Suicide" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 302 + Name: "SA_FULLRECOVERY" + Description: "Rejuvenation" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 303 + Name: "SA_COMA" + Description: "Coma" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 304 + Name: "BD_ADAPTATION" + Description: "Amp" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 305 + Name: "BD_ENCORE" + Description: "Encore" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 306 + Name: "BD_LULLABY" + Description: "Lullaby" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: 20 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0x9e + Layout: 4 + Interval: 6000 + Target: "Enemy" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 307 + Name: "BD_RICHMANKIM" + Description: "Mental Sensing" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 20 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0x9f + Layout: 4 + Interval: -1 + Target: "Enemy" + Flag: { + UF_NOPC: true + UF_ENSEMBLE: true + } + } +}, +{ + Id: 308 + Name: "BD_ETERNALCHAOS" + Description: "Down Tempo" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa0 + Layout: 4 + Interval: -1 + Target: "Enemy" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 309 + Name: "BD_DRUMBATTLEFIELD" + Description: "Battle Theme" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 38 + Lv2: 41 + Lv3: 44 + Lv4: 47 + Lv5: 50 + Lv6: 53 + Lv7: 56 + Lv8: 59 + Lv9: 62 + Lv10: 65 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa1 + Layout: 4 + Interval: -1 + Target: "Party" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 310 + Name: "BD_RINGNIBELUNGEN" + Description: "Harmonic Lick" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 38 + Lv2: 41 + Lv3: 44 + Lv4: 47 + Lv5: 50 + Lv6: 53 + Lv7: 56 + Lv8: 59 + Lv9: 62 + Lv10: 65 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa2 + Layout: 4 + Interval: -1 + Target: "Party" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 311 + Name: "BD_ROKISWEIL" + Description: "Classical Pluck" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa3 + Layout: 4 + Interval: -1 + Target: "All" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 312 + Name: "BD_INTOABYSS" + Description: "Power Chord" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa4 + Layout: 4 + Interval: -1 + Target: "Party" + Flag: { + UF_NOMOB: true + UF_ENSEMBLE: true + } + } +}, +{ + Id: 313 + Name: "BD_SIEGFRIED" + Description: "Acoustic Rhythm" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 20 + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa5 + Layout: 4 + Interval: -1 + Target: "Party" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 315 + Name: "BA_MUSICALLESSON" + Description: "Music Lessons" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 316 + Name: "BA_MUSICALSTRIKE" + Description: "Melody Strike" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: 1200 + FixedCastTime: 300 + Requirements: { + SPCost: { + Lv1: 1 + Lv2: 3 + Lv3: 5 + Lv4: 7 + Lv5: 9 + Lv6: 11 + Lv7: 13 + Lv8: 15 + Lv9: 17 + Lv10: 19 + } + WeaponTypes: { + Instruments: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 317 + Name: "BA_DISSONANCE" + Description: "Unchained Serenade" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + IgnoreFlee: true + } + SkillData1: 30000 + SkillData2: 3000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + WeaponTypes: { + Instruments: true + } + } + Unit: { + Id: 0xa6 + Layout: 3 + Interval: 3000 + Target: "Enemy" + Flag: { + UF_SONG: true + } + } +}, +{ + Id: 318 + Name: "BA_FROSTJOKER" + Description: "Unbarring Octave" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + AfterCastActDelay: 4000 + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 319 + Name: "BA_WHISTLE" + Description: "Perfect Tablature" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa7 + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_SONG: true + UF_DUALMODE: true + } + } +}, +{ + Id: 320 + Name: "BA_ASSASSINCROSS" + Description: "Impressive Riff" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 120000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 38 + Lv2: 41 + Lv3: 44 + Lv4: 47 + Lv5: 50 + Lv6: 53 + Lv7: 56 + Lv8: 59 + Lv9: 62 + Lv10: 65 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa8 + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_SONG: true + UF_DUALMODE: true + } + } +}, +{ + Id: 321 + Name: "BA_POEMBRAGI" + Description: "Magic Strings" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xa9 + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_SONG: true + UF_DUALMODE: true + } + } +}, +{ + Id: 322 + Name: "BA_APPLEIDUN" + Description: "Song of Lutie" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xaa + Layout: 3 + Interval: 6000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_SONG: true + UF_DUALMODE: true + } + } +}, +{ + Id: 323 + Name: "DC_DANCINGLESSON" + Description: "Dance Lessons" + MaxLevel: 10 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 324 + Name: "DC_THROWARROW" + Description: "Slinging Arrow" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: 1200 + FixedCastTime: 300 + Requirements: { + SPCost: { + Lv1: 1 + Lv2: 3 + Lv3: 5 + Lv4: 7 + Lv5: 9 + Lv6: 11 + Lv7: 13 + Lv8: 15 + Lv9: 17 + Lv10: 19 + } + WeaponTypes: { + Whips: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 325 + Name: "DC_UGLYDANCE" + Description: "Hip Shaker" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + SkillData2: 3000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 23 + Lv2: 26 + Lv3: 29 + Lv4: 32 + Lv5: 35 + Lv6: 38 + Lv7: 41 + Lv8: 44 + Lv9: 47 + Lv10: 50 + } + WeaponTypes: { + Whips: true + } + } + Unit: { + Id: 0xab + Layout: 3 + Interval: 3000 + Target: "Enemy" + Flag: { + UF_DANCE: true + } + } +}, +{ + Id: 326 + Name: "DC_SCREAM" + Description: "Dazzler" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + AfterCastActDelay: 4000 + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 327 + Name: "DC_HUMMING" + Description: "Focus Ballet" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xac + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_DANCE: true + UF_DUALMODE: true + } + } +}, +{ + Id: 328 + Name: "DC_DONTFORGETME" + Description: "Slow Grace" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 31 + Lv3: 34 + Lv4: 37 + Lv5: 40 + Lv6: 43 + Lv7: 46 + Lv8: 49 + Lv9: 52 + Lv10: 55 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xad + Layout: 3 + Interval: 3000 + Target: "Enemy" + Flag: { + UF_DANCE: true + UF_DUALMODE: true + } + } +}, +{ + Id: 329 + Name: "DC_FORTUNEKISS" + Description: "Lady Luck" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 120000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 43 + Lv2: 46 + Lv3: 49 + Lv4: 52 + Lv5: 55 + Lv6: 58 + Lv7: 61 + Lv8: 64 + Lv9: 67 + Lv10: 70 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xae + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_DANCE: true + UF_DUALMODE: true + } + } +}, +{ + Id: 330 + Name: "DC_SERVICEFORYOU" + Description: "Gypsy's Kiss" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Song: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xaf + Layout: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_NOMOB: true + UF_DANCE: true + UF_DUALMODE: true + } + } +}, +{ + Id: 331 + Name: "NPC_RANDOMMOVE" + Description: "Random Move" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 332 + Name: "NPC_SPEEDUP" + Description: "Speed UP" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 333 + Name: "NPC_REVENGE" + Description: "Revenge" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 334 + Name: "WE_MALE" + Description: "I Will Protect You" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + FixedCastTime: 1500 + Requirements: { + SPCost: 1 + HPRateCost: -10 + } +}, +{ + Id: 335 + Name: "WE_FEMALE" + Description: "I Look up to You" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + FixedCastTime: 1500 + Requirements: { + SPCost: 1 + SPRateCost: -10 + } +}, +{ + Id: 336 + Name: "WE_CALLPARTNER" + Description: "I miss You" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + SplashRange: 3 + InterruptCast: true + SkillInstances: 1 + SkillData1: 20000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0xb2 + Range: -1 + Interval: -1 + } +}, +{ + Id: 337 + Name: "ITM_TOMAHAWK" + Description: "Throw Tomahawk" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 338 + Name: "NPC_DARKCROSS" + Description: "Cross of Darkness" + MaxLevel: 10 + Range: -1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Dark" + NumberOfHits: -2 +}, +{ + Id: 339 + Name: "NPC_GRANDDARKNESS" + Description: "Grand cross of Darkness" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + TargetSelf: true + } + AttackType: "Magic" + Element: "Ele_Dark" + DamageType: { + IgnoreCards: true + IgnoreFlee: true + } + AfterCastWalkDelay: 900 + SkillData1: 900 + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 0 + Unit: { + Id: 0x86 + Layout: -1 + Interval: 300 + Target: "Enemy" + } +}, +{ + Id: 340 + Name: "NPC_DARKSTRIKE" + Description: "Soul Strike of Darkness" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Dark" + NumberOfHits: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true +}, +{ + Id: 341 + Name: "NPC_DARKTHUNDER" + Description: "Darkness Jupitel" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Dark" + NumberOfHits: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + KnockBackTiles: { + Lv1: 2 + Lv2: 3 + Lv3: 3 + Lv4: 4 + Lv5: 4 + Lv6: 5 + Lv7: 5 + Lv8: 6 + Lv9: 6 + Lv10: 7 + } +}, +{ + Id: 342 + Name: "NPC_STOP" + Description: "Stop" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: 10000 + FixedCastTime: 0 +}, +{ + Id: 343 + Name: "NPC_WEAPONBRAKER" + Description: "Break weapon" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 344 + Name: "NPC_ARMORBRAKE" + Description: "Break armor" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 345 + Name: "NPC_HELMBRAKE" + Description: "Break helm" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 346 + Name: "NPC_SHIELDBRAKE" + Description: "Break shield" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" +}, +{ + Id: 347 + Name: "NPC_UNDEADATTACK" + Description: "Undead Element Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Undead" +}, +{ + Id: 348 + Name: "NPC_CHANGEUNDEAD" + Description: "Undead Attribute Change" + MaxLevel: 5 + Range: 9 + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + Element: "Ele_Undead" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: 0 +}, +{ + Id: 349 + Name: "NPC_POWERUP" + Description: "Power Up" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + FixedCastTime: 0 +}, +{ + Id: 350 + Name: "NPC_AGIUP" + Description: "Agility UP" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + FixedCastTime: 0 +}, +{ + Id: 351 + Name: "NPC_SIEGEMODE" + Description: "Siege Mode" + MaxLevel: 1 + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 352 + Name: "NPC_CALLSLAVE" + Description: "Recall Slaves" + MaxLevel: 1 + Range: 2 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 353 + Name: "NPC_INVISIBLE" + Description: "Invisible" + MaxLevel: 1 + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: 30000 + FixedCastTime: 0 +}, +{ + Id: 354 + Name: "NPC_RUN" + Description: "Run" + MaxLevel: 20 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + FixedCastTime: 0 +}, +{ + Id: 355 + Name: "LK_AURABLADE" + Description: "Aura Blade" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 40000 + Lv2: 60000 + Lv3: 80000 + Lv4: 100000 + Lv5: 120000 + Lv6: 140000 + Lv7: 160000 + Lv8: 180000 + Lv9: 200000 + Lv10: 220000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 26 + Lv3: 34 + Lv4: 42 + Lv5: 50 + Lv6: 58 + Lv7: 66 + Lv8: 74 + Lv9: 82 + Lv10: 90 + } + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Bows: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + } +}, +{ + Id: 356 + Name: "LK_PARRYING" + Description: "Parrying" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 50 + WeaponTypes: { + 2HSwords: true + } + } +}, +{ + Id: 357 + Name: "LK_CONCENTRATION" + Description: "Concentration" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 25000 + Lv2: 30000 + Lv3: 35000 + Lv4: 40000 + Lv5: 45000 + Lv6: 50000 + Lv7: 55000 + Lv8: 60000 + Lv9: 65000 + Lv10: 70000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 18 + Lv3: 22 + Lv4: 26 + Lv5: 30 + Lv6: 34 + Lv7: 38 + Lv8: 42 + Lv9: 46 + Lv10: 50 + } + } +}, +{ + Id: 358 + Name: "LK_TENSIONRELAX" + Description: "Relax" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 359 + Name: "LK_BERSERK" + Description: "Frenzy" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + SkillData2: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: 200 + } +}, +{ + Id: 361 + Name: "HP_ASSUMPTIO" + Description: "Assumptio" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SplashRange: 1 + InterruptCast: true + CastTime: { + Lv1: 800 + Lv2: 1200 + Lv3: 1600 + Lv4: 2000 + Lv5: 2400 + Lv6: 2400 + Lv7: 2400 + Lv8: 2400 + Lv9: 2400 + Lv10: 2400 + } + AfterCastActDelay: { + Lv1: 1100 + Lv2: 1200 + Lv3: 1300 + Lv4: 1400 + Lv5: 1500 + Lv6: 1600 + Lv7: 1700 + Lv8: 1800 + Lv9: 1900 + Lv10: 2000 + } + SkillData1: { + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 + } + FixedCastTime: { + Lv1: 200 + Lv2: 300 + Lv3: 400 + Lv4: 500 + Lv5: 600 + Lv6: 700 + Lv7: 800 + Lv8: 900 + Lv9: 1000 + Lv10: 1100 + } + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + } +}, +{ + Id: 362 + Name: "HP_BASILICA" + Description: "Basilica" + MaxLevel: 5 + Range: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + KnockBackTiles: 2 + AfterCastActDelay: { + Lv1: 2000 + Lv2: 3000 + Lv3: 4000 + Lv4: 5000 + Lv5: 6000 + Lv6: 7000 + Lv7: 8000 + Lv8: 9000 + Lv9: 10000 + Lv10: 11000 + } + SkillData1: { + Lv1: 20000 + Lv2: 25000 + Lv3: 30000 + Lv4: 35000 + Lv5: 40000 + Lv6: 45000 + Lv7: 50000 + Lv8: 55000 + Lv9: 60000 + Lv10: 65000 + } + SkillData2: { + Lv1: 20000 + Lv2: 25000 + Lv3: 30000 + Lv4: 35000 + Lv5: 40000 + Lv6: 45000 + Lv7: 50000 + Lv8: 55000 + Lv9: 60000 + Lv10: 65000 + } + FixedCastTime: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } // Items: { // Yellow_Gemstone: 1 // Red_Gemstone: 1 // Blue_Gemstone: 1 // Holy_Water: 1 // } - } - Unit: { - Id: 0xb4 - Range: 2 - Interval: 300 - Target: "All" - } -}, -{ - Id: 363 - Name: "HP_MEDITATIO" - Description: "Meditatio" - MaxLevel: 10 - AttackType: "Magic" - NumberOfHits: 0 -}, -{ - Id: 364 - Name: "HW_SOULDRAIN" - Description: "Soul Drain" - MaxLevel: 10 - AttackType: "Magic" -}, -{ - Id: 365 - Name: "HW_MAGICCRASHER" - Description: "Stave Crasher" - MaxLevel: 1 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: 240 - AfterCastActDelay: 300 - FixedCastTime: 60 - Requirements: { - SPCost: 8 - } -}, -{ - Id: 366 - Name: "HW_MAGICPOWER" - Description: "Mystical Amplification" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 18 - Lv3: 22 - Lv4: 26 - Lv5: 30 - Lv6: 34 - Lv7: 38 - Lv8: 42 - Lv9: 46 - Lv10: 50 - } - } -}, -{ - Id: 367 - Name: "PA_PRESSURE" - Description: "Gloria Domini" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - IgnoreElement: true - IgnoreFlee: true - IgnoreDefCards: true - } - CastTime: 1600 - AfterCastActDelay: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - SkillData2: { - Lv1: 2000 - Lv2: 3000 - Lv3: 4000 - Lv4: 5000 - Lv5: 6000 - Lv6: 7000 - Lv7: 8000 - Lv8: 9000 - Lv9: 10000 - Lv10: 11000 - } - FixedCastTime: 400 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - } -}, -{ - Id: 368 - Name: "PA_SACRIFICE" - Description: "Martyr's Reckoning" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - IgnoreCards: true - IgnoreDefense: true - IgnoreFlee: true - } - InterruptCast: true - Requirements: { - SPCost: 100 - } -}, -{ - Id: 369 - Name: "PA_GOSPEL" - Description: "Battle Chant" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - IgnoreFlee: true - } - InterruptCast: true - SkillData1: 60000 - SkillData2: 60000 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 80 - Lv3: 80 - Lv4: 80 - Lv5: 80 - Lv6: 100 - Lv7: 100 - Lv8: 100 - Lv9: 100 - Lv10: 100 - } - } - Unit: { - Id: 0xb3 - Layout: -1 - Interval: 10000 - Target: "All" - Flag: { - UF_NOOVERLAP: true - } - } -}, -{ - Id: 370 - Name: "CH_PALMSTRIKE" - Description: "Raging Palm Strike" - MaxLevel: 5 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - KnockBackTiles: 3 - AfterCastActDelay: 300 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: { - Lv1: 2 - Lv2: 4 - Lv3: 6 - Lv4: 8 - Lv5: 10 - Lv6: 12 - Lv7: 14 - Lv8: 16 - Lv9: 18 - Lv10: 20 - } - State: "ExplosionSpirits" - } -}, -{ - Id: 371 - Name: "CH_TIGERFIST" - Description: "Glacier Fist" - MaxLevel: 5 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: { - Lv1: 2000 - Lv2: 4000 - Lv3: 6000 - Lv4: 8000 - Lv5: 10000 - Lv6: 12000 - Lv7: 14000 - Lv8: 16000 - Lv9: 18000 - Lv10: 20000 - } - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 6 - Lv3: 8 - Lv4: 10 - Lv5: 12 - Lv6: 14 - Lv7: 16 - Lv8: 18 - Lv9: 20 - Lv10: 22 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 372 - Name: "CH_CHAINCRUSH" - Description: "Chain Crush Combo" - MaxLevel: 10 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: { - Lv1: -1 - Lv2: -1 - Lv3: -2 - Lv4: -2 - Lv5: -3 - Lv6: -3 - Lv7: -4 - Lv8: -4 - Lv9: -5 - Lv10: -5 - } - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 6 - Lv3: 8 - Lv4: 10 - Lv5: 12 - Lv6: 14 - Lv7: 16 - Lv8: 18 - Lv9: 20 - Lv10: 22 - } - SpiritSphereCost: 2 - } -}, -{ - Id: 373 - Name: "PF_HPCONVERSION" - Description: "Indulge" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - Requirements: { - SPCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 374 - Name: "PF_SOULCHANGE" - Description: "Soul Exhale" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NoCastSelf: true - PartyOnly: true - GuildOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 3000 - Requirements: { - SPCost: 5 - } -}, -{ - Id: 375 - Name: "PF_SOULBURN" - Description: "Soul Siphon" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - IgnoreCards: true - IgnoreElement: true - IgnoreDefCards: true - } - InterruptCast: true - CoolDown: { - Lv1: 10000 - Lv2: 10000 - Lv3: 10000 - Lv4: 10000 - Lv5: 15000 - Lv6: 15000 - Lv7: 15000 - Lv8: 15000 - Lv9: 15000 - Lv10: 15000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - } -}, -{ - Id: 376 - Name: "ASC_KATAR" - Description: "Advanced Katar Mastery" - MaxLevel: 5 - AttackType: "Weapon" - DamageType: { - NoDamage: true - } -}, -{ - Id: 378 - Name: "ASC_EDP" - Description: "Enchant Deadly Poison" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 40000 - Lv2: 45000 - Lv3: 50000 - Lv4: 55000 - Lv5: 60000 - Lv6: 65000 - Lv7: 70000 - Lv8: 75000 - Lv9: 80000 - Lv10: 85000 - } - SkillData2: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - WeaponTypes: { - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Bows: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } + } + Unit: { + Id: 0xb4 + Range: 2 + Interval: 300 + Target: "All" + } +}, +{ + Id: 363 + Name: "HP_MEDITATIO" + Description: "Meditatio" + MaxLevel: 10 + AttackType: "Magic" + NumberOfHits: 0 +}, +{ + Id: 364 + Name: "HW_SOULDRAIN" + Description: "Soul Drain" + MaxLevel: 10 + AttackType: "Magic" +}, +{ + Id: 365 + Name: "HW_MAGICCRASHER" + Description: "Stave Crasher" + MaxLevel: 1 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: 240 + AfterCastActDelay: 300 + FixedCastTime: 60 + Requirements: { + SPCost: 8 + } +}, +{ + Id: 366 + Name: "HW_MAGICPOWER" + Description: "Mystical Amplification" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 18 + Lv3: 22 + Lv4: 26 + Lv5: 30 + Lv6: 34 + Lv7: 38 + Lv8: 42 + Lv9: 46 + Lv10: 50 + } + } +}, +{ + Id: 367 + Name: "PA_PRESSURE" + Description: "Gloria Domini" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + IgnoreElement: true + IgnoreFlee: true + IgnoreDefCards: true + } + CastTime: 1600 + AfterCastActDelay: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + SkillData2: { + Lv1: 2000 + Lv2: 3000 + Lv3: 4000 + Lv4: 5000 + Lv5: 6000 + Lv6: 7000 + Lv7: 8000 + Lv8: 9000 + Lv9: 10000 + Lv10: 11000 + } + FixedCastTime: 400 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + } +}, +{ + Id: 368 + Name: "PA_SACRIFICE" + Description: "Martyr's Reckoning" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + IgnoreCards: true + IgnoreDefense: true + IgnoreFlee: true + } + InterruptCast: true + Requirements: { + SPCost: 100 + } +}, +{ + Id: 369 + Name: "PA_GOSPEL" + Description: "Battle Chant" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + IgnoreFlee: true + } + InterruptCast: true + SkillData1: 60000 + SkillData2: 60000 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 80 + Lv3: 80 + Lv4: 80 + Lv5: 80 + Lv6: 100 + Lv7: 100 + Lv8: 100 + Lv9: 100 + Lv10: 100 + } + } + Unit: { + Id: 0xb3 + Layout: -1 + Interval: 10000 + Target: "All" + Flag: { + UF_NOOVERLAP: true + } + } +}, +{ + Id: 370 + Name: "CH_PALMSTRIKE" + Description: "Raging Palm Strike" + MaxLevel: 5 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + KnockBackTiles: 3 + AfterCastActDelay: 300 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: { + Lv1: 2 + Lv2: 4 + Lv3: 6 + Lv4: 8 + Lv5: 10 + Lv6: 12 + Lv7: 14 + Lv8: 16 + Lv9: 18 + Lv10: 20 + } + State: "ExplosionSpirits" + } +}, +{ + Id: 371 + Name: "CH_TIGERFIST" + Description: "Glacier Fist" + MaxLevel: 5 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: { + Lv1: 2000 + Lv2: 4000 + Lv3: 6000 + Lv4: 8000 + Lv5: 10000 + Lv6: 12000 + Lv7: 14000 + Lv8: 16000 + Lv9: 18000 + Lv10: 20000 + } + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 6 + Lv3: 8 + Lv4: 10 + Lv5: 12 + Lv6: 14 + Lv7: 16 + Lv8: 18 + Lv9: 20 + Lv10: 22 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 372 + Name: "CH_CHAINCRUSH" + Description: "Chain Crush Combo" + MaxLevel: 10 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: { + Lv1: -1 + Lv2: -1 + Lv3: -2 + Lv4: -2 + Lv5: -3 + Lv6: -3 + Lv7: -4 + Lv8: -4 + Lv9: -5 + Lv10: -5 + } + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 6 + Lv3: 8 + Lv4: 10 + Lv5: 12 + Lv6: 14 + Lv7: 16 + Lv8: 18 + Lv9: 20 + Lv10: 22 + } + SpiritSphereCost: 2 + } +}, +{ + Id: 373 + Name: "PF_HPCONVERSION" + Description: "Indulge" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + Requirements: { + SPCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 374 + Name: "PF_SOULCHANGE" + Description: "Soul Exhale" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NoCastSelf: true + PartyOnly: true + GuildOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 3000 + Requirements: { + SPCost: 5 + } +}, +{ + Id: 375 + Name: "PF_SOULBURN" + Description: "Soul Siphon" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + IgnoreCards: true + IgnoreElement: true + IgnoreDefCards: true + } + InterruptCast: true + CoolDown: { + Lv1: 10000 + Lv2: 10000 + Lv3: 10000 + Lv4: 10000 + Lv5: 15000 + Lv6: 15000 + Lv7: 15000 + Lv8: 15000 + Lv9: 15000 + Lv10: 15000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + } +}, +{ + Id: 376 + Name: "ASC_KATAR" + Description: "Advanced Katar Mastery" + MaxLevel: 5 + AttackType: "Weapon" + DamageType: { + NoDamage: true + } +}, +{ + Id: 378 + Name: "ASC_EDP" + Description: "Enchant Deadly Poison" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 40000 + Lv2: 45000 + Lv3: 50000 + Lv4: 55000 + Lv5: 60000 + Lv6: 65000 + Lv7: 70000 + Lv8: 75000 + Lv9: 80000 + Lv10: 85000 + } + SkillData2: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Bows: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } // Items: { // Poison_Bottle: 1 // } - } -}, -{ - Id: 379 - Name: "ASC_BREAKER" - Description: "Soul Destroyer" - MaxLevel: 10 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Misc" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - InterruptCast: true - CastTime: 250 - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: 250 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 20 - Lv5: 20 - Lv6: 30 - Lv7: 30 - Lv8: 30 - Lv9: 30 - Lv10: 30 - } - } -}, -{ - Id: 380 - Name: "SN_SIGHT" - Description: "Falcon Eyes" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 25 - Lv4: 25 - Lv5: 30 - Lv6: 30 - Lv7: 35 - Lv8: 35 - Lv9: 40 - Lv10: 40 - } - } -}, -{ - Id: 381 - Name: "SN_FALCONASSAULT" - Description: "Falcon Assault" - MaxLevel: 5 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - IgnoreFlee: true - } - InterruptCast: true - CastTime: 500 - AfterCastActDelay: 3000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 34 - Lv3: 38 - Lv4: 42 - Lv5: 46 - Lv6: 50 - Lv7: 54 - Lv8: 58 - Lv9: 62 - Lv10: 66 - } - State: "Falcon" - } -}, -{ - Id: 382 - Name: "SN_SHARPSHOOTING" - Description: "Focused Arrow Strike" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SplashRange: 1 - InterruptCast: true - SkillInstances: 13 - CastTime: 1000 - AfterCastActDelay: 1500 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 383 - Name: "SN_WINDWALK" - Description: "Wind Walker" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - CastTime: { - Lv1: 1500 - Lv2: 1800 - Lv3: 2100 - Lv4: 2400 - Lv5: 2700 - Lv6: 3000 - Lv7: 3300 - Lv8: 3600 - Lv9: 3900 - Lv10: 4200 - } - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 130000 - Lv2: 160000 - Lv3: 190000 - Lv4: 220000 - Lv5: 250000 - Lv6: 280000 - Lv7: 310000 - Lv8: 340000 - Lv9: 370000 - Lv10: 400000 - } - FixedCastTime: { - Lv1: 500 - Lv2: 600 - Lv3: 700 - Lv4: 800 - Lv5: 900 - Lv6: 1000 - Lv7: 1100 - Lv8: 1200 - Lv9: 1300 - Lv10: 1400 - } - Requirements: { - SPCost: { - Lv1: 46 - Lv2: 52 - Lv3: 58 - Lv4: 64 - Lv5: 70 - Lv6: 76 - Lv7: 82 - Lv8: 88 - Lv9: 94 - Lv10: 100 - } - } -}, -{ - Id: 384 - Name: "WS_MELTDOWN" - Description: "Shattering Strike" - MaxLevel: 10 - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - SkillData2: 5000 - FixedCastTime: { - Lv1: 5 - Lv2: 5 - Lv3: 6 - Lv4: 6 - Lv5: 7 - Lv6: 7 - Lv7: 8 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 50 - Lv3: 60 - Lv4: 60 - Lv5: 70 - Lv6: 70 - Lv7: 80 - Lv8: 80 - Lv9: 90 - Lv10: 90 - } - } -}, -{ - Id: 387 - Name: "WS_CARTBOOST" - Description: "Cart Boost" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 20 - State: "Cart" - } -}, -{ - Id: 389 - Name: "ST_CHASEWALK" - Description: "Stealth" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: 500 - SkillData1: 10000 - SkillData2: 30000 - FixedCastTime: 500 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 390 - Name: "ST_REJECTSWORD" - Description: "Counter Instinct" - MaxLevel: 5 - SkillType: { - Self: true - } - AttackType: "Weapon" - InterruptCast: true - SkillData1: 300000 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 15 - Lv3: 20 - Lv4: 25 - Lv5: 30 - Lv6: 35 - Lv7: 40 - Lv8: 45 - Lv9: 50 - Lv10: 55 - } - } -}, -{ - Id: 392 - Name: "CR_ALCHEMY" - Description: "Alchemy" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true -}, -{ - Id: 393 - Name: "CR_SYNTHESISPOTION" - Description: "Potion Synthesis" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true -}, -{ - Id: 394 - Name: "CG_ARROWVULCAN" - Description: "Vulcan Arrow" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -9 - InterruptCast: true - CastTime: { - Lv1: 1600 - Lv2: 1760 - Lv3: 1920 - Lv4: 2080 - Lv5: 2240 - Lv6: 2400 - Lv7: 2560 - Lv8: 2720 - Lv9: 2880 - Lv10: 3040 - } - AfterCastActDelay: 2000 - AfterCastWalkDelay: 2000 - FixedCastTime: { - Lv1: 400 - Lv2: 440 - Lv3: 480 - Lv4: 520 - Lv5: 560 - Lv6: 600 - Lv7: 640 - Lv8: 680 - Lv9: 720 - Lv10: 760 - } - SkillDelayOptions: { - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - WeaponTypes: { - Instruments: true - Whips: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 395 - Name: "CG_MOONLIT" - Description: "Sheltering Bliss" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SplashRange: 3 - InterruptCast: true - KnockBackTiles: 2 - SkillData1: { - Lv1: 20000 - Lv2: 25000 - Lv3: 30000 - Lv4: 35000 - Lv5: 40000 - Lv6: 45000 - Lv7: 50000 - Lv8: 55000 - Lv9: 60000 - Lv10: 65000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xb5 - Layout: 4 - Interval: -1 - Target: "All" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 396 - Name: "CG_MARIONETTE" - Description: "Marionette Control" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - PartyOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 397 - Name: "LK_SPIRALPIERCE" - Description: "Spiral Pierce" - MaxLevel: 5 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 5 - CastTime: { - Lv1: 150 - Lv2: 250 - Lv3: 350 - Lv4: 450 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - AfterCastActDelay: { - Lv1: 1200 - Lv2: 1400 - Lv3: 1600 - Lv4: 1800 - Lv5: 2000 - Lv6: 2200 - Lv7: 2400 - Lv8: 2600 - Lv9: 2800 - Lv10: 3000 - } - SkillData2: 1000 - FixedCastTime: { - Lv1: 150 - Lv2: 250 - Lv3: 350 - Lv4: 450 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - WeaponTypes: { - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 398 - Name: "LK_HEADCRUSH" - Description: "Traumatic Blow" - MaxLevel: 5 - Range: 4 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 500 - SkillData2: 120000 - FixedCastTime: 0 - Requirements: { - SPCost: 23 - } -}, -{ - Id: 399 - Name: "LK_JOINTBEAT" - Description: "Vital Strike" - MaxLevel: 10 - Range: 4 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: { - Lv1: 800 - Lv2: 800 - Lv3: 800 - Lv4: 800 - Lv5: 1000 - Lv6: 1000 - Lv7: 1000 - Lv8: 1000 - Lv9: 1000 - Lv10: 1000 - } - SkillData2: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 12 - Lv3: 14 - Lv4: 14 - Lv5: 16 - Lv6: 16 - Lv7: 18 - Lv8: 18 - Lv9: 20 - Lv10: 20 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 400 - Name: "HW_NAPALMVULCAN" - Description: "Napalm Vulcan" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - DamageType: { - SplashArea: true - SplitDamage: true - } - SplashRange: 1 - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 1000 - SkillData2: 45000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 25 - Lv3: 40 - Lv4: 55 - Lv5: 70 - Lv6: 85 - Lv7: 100 - Lv8: 115 - Lv9: 130 - Lv10: 145 - } - } -}, -{ - Id: 401 - Name: "CH_SOULCOLLECT" - Description: "Zen" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 600000 - FixedCastTime: 2000 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 402 - Name: "PF_MINDBREAKER" - Description: "Mind Breaker" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: { - Lv1: 800 - Lv2: 900 - Lv3: 1000 - Lv4: 1100 - Lv5: 1200 - Lv6: 1300 - Lv7: 1400 - Lv8: 1500 - Lv9: 1600 - Lv10: 1700 - } - SkillData1: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 15 - Lv3: 18 - Lv4: 21 - Lv5: 24 - Lv6: 27 - Lv7: 30 - Lv8: 33 - Lv9: 36 - Lv10: 39 - } - } -}, -{ - Id: 403 - Name: "PF_MEMORIZE" - Description: "Foresight" - MaxLevel: 1 - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 5000 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 404 - Name: "PF_FOGWALL" - Description: "Blinding Mist" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - TargetSelf: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 2 - SkillData1: 20000 - SkillData2: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 25 - } - Unit: { - Id: 0xb6 - Layout: -1 - Interval: -1 - Target: "All" - } -}, -{ - Id: 405 - Name: "PF_SPIDERWEB" - Description: "Fiber Lock" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillInstances: 3 - SkillData1: 30000 - SkillData2: 8000 - FixedCastTime: 0 - Requirements: { - SPCost: 50 + } +}, +{ + Id: 379 + Name: "ASC_BREAKER" + Description: "Soul Destroyer" + MaxLevel: 10 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Misc" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + InterruptCast: true + CastTime: 250 + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: 250 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 20 + Lv5: 20 + Lv6: 30 + Lv7: 30 + Lv8: 30 + Lv9: 30 + Lv10: 30 + } + } +}, +{ + Id: 380 + Name: "SN_SIGHT" + Description: "Falcon Eyes" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 25 + Lv4: 25 + Lv5: 30 + Lv6: 30 + Lv7: 35 + Lv8: 35 + Lv9: 40 + Lv10: 40 + } + } +}, +{ + Id: 381 + Name: "SN_FALCONASSAULT" + Description: "Falcon Assault" + MaxLevel: 5 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + IgnoreFlee: true + } + InterruptCast: true + CastTime: 500 + AfterCastActDelay: 3000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 34 + Lv3: 38 + Lv4: 42 + Lv5: 46 + Lv6: 50 + Lv7: 54 + Lv8: 58 + Lv9: 62 + Lv10: 66 + } + State: "Falcon" + } +}, +{ + Id: 382 + Name: "SN_SHARPSHOOTING" + Description: "Focused Arrow Strike" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SplashRange: 1 + InterruptCast: true + SkillInstances: 13 + CastTime: 1000 + AfterCastActDelay: 1500 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 383 + Name: "SN_WINDWALK" + Description: "Wind Walker" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + CastTime: { + Lv1: 1500 + Lv2: 1800 + Lv3: 2100 + Lv4: 2400 + Lv5: 2700 + Lv6: 3000 + Lv7: 3300 + Lv8: 3600 + Lv9: 3900 + Lv10: 4200 + } + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 130000 + Lv2: 160000 + Lv3: 190000 + Lv4: 220000 + Lv5: 250000 + Lv6: 280000 + Lv7: 310000 + Lv8: 340000 + Lv9: 370000 + Lv10: 400000 + } + FixedCastTime: { + Lv1: 500 + Lv2: 600 + Lv3: 700 + Lv4: 800 + Lv5: 900 + Lv6: 1000 + Lv7: 1100 + Lv8: 1200 + Lv9: 1300 + Lv10: 1400 + } + Requirements: { + SPCost: { + Lv1: 46 + Lv2: 52 + Lv3: 58 + Lv4: 64 + Lv5: 70 + Lv6: 76 + Lv7: 82 + Lv8: 88 + Lv9: 94 + Lv10: 100 + } + } +}, +{ + Id: 384 + Name: "WS_MELTDOWN" + Description: "Shattering Strike" + MaxLevel: 10 + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + SkillData2: 5000 + FixedCastTime: { + Lv1: 5 + Lv2: 5 + Lv3: 6 + Lv4: 6 + Lv5: 7 + Lv6: 7 + Lv7: 8 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 50 + Lv3: 60 + Lv4: 60 + Lv5: 70 + Lv6: 70 + Lv7: 80 + Lv8: 80 + Lv9: 90 + Lv10: 90 + } + } +}, +{ + Id: 387 + Name: "WS_CARTBOOST" + Description: "Cart Boost" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 20 + State: "Cart" + } +}, +{ + Id: 389 + Name: "ST_CHASEWALK" + Description: "Stealth" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: 500 + SkillData1: 10000 + SkillData2: 30000 + FixedCastTime: 500 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 390 + Name: "ST_REJECTSWORD" + Description: "Counter Instinct" + MaxLevel: 5 + SkillType: { + Self: true + } + AttackType: "Weapon" + InterruptCast: true + SkillData1: 300000 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 15 + Lv3: 20 + Lv4: 25 + Lv5: 30 + Lv6: 35 + Lv7: 40 + Lv8: 45 + Lv9: 50 + Lv10: 55 + } + } +}, +{ + Id: 392 + Name: "CR_ALCHEMY" + Description: "Alchemy" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true +}, +{ + Id: 393 + Name: "CR_SYNTHESISPOTION" + Description: "Potion Synthesis" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true +}, +{ + Id: 394 + Name: "CG_ARROWVULCAN" + Description: "Vulcan Arrow" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -9 + InterruptCast: true + CastTime: { + Lv1: 1600 + Lv2: 1760 + Lv3: 1920 + Lv4: 2080 + Lv5: 2240 + Lv6: 2400 + Lv7: 2560 + Lv8: 2720 + Lv9: 2880 + Lv10: 3040 + } + AfterCastActDelay: 2000 + AfterCastWalkDelay: 2000 + FixedCastTime: { + Lv1: 400 + Lv2: 440 + Lv3: 480 + Lv4: 520 + Lv5: 560 + Lv6: 600 + Lv7: 640 + Lv8: 680 + Lv9: 720 + Lv10: 760 + } + SkillDelayOptions: { + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + WeaponTypes: { + Instruments: true + Whips: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 395 + Name: "CG_MOONLIT" + Description: "Sheltering Bliss" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SplashRange: 3 + InterruptCast: true + KnockBackTiles: 2 + SkillData1: { + Lv1: 20000 + Lv2: 25000 + Lv3: 30000 + Lv4: 35000 + Lv5: 40000 + Lv6: 45000 + Lv7: 50000 + Lv8: 55000 + Lv9: 60000 + Lv10: 65000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xb5 + Layout: 4 + Interval: -1 + Target: "All" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 396 + Name: "CG_MARIONETTE" + Description: "Marionette Control" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + PartyOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 397 + Name: "LK_SPIRALPIERCE" + Description: "Spiral Pierce" + MaxLevel: 5 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 5 + CastTime: { + Lv1: 150 + Lv2: 250 + Lv3: 350 + Lv4: 450 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + AfterCastActDelay: { + Lv1: 1200 + Lv2: 1400 + Lv3: 1600 + Lv4: 1800 + Lv5: 2000 + Lv6: 2200 + Lv7: 2400 + Lv8: 2600 + Lv9: 2800 + Lv10: 3000 + } + SkillData2: 1000 + FixedCastTime: { + Lv1: 150 + Lv2: 250 + Lv3: 350 + Lv4: 450 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + WeaponTypes: { + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 398 + Name: "LK_HEADCRUSH" + Description: "Traumatic Blow" + MaxLevel: 5 + Range: 4 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 500 + SkillData2: 120000 + FixedCastTime: 0 + Requirements: { + SPCost: 23 + } +}, +{ + Id: 399 + Name: "LK_JOINTBEAT" + Description: "Vital Strike" + MaxLevel: 10 + Range: 4 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: { + Lv1: 800 + Lv2: 800 + Lv3: 800 + Lv4: 800 + Lv5: 1000 + Lv6: 1000 + Lv7: 1000 + Lv8: 1000 + Lv9: 1000 + Lv10: 1000 + } + SkillData2: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 12 + Lv3: 14 + Lv4: 14 + Lv5: 16 + Lv6: 16 + Lv7: 18 + Lv8: 18 + Lv9: 20 + Lv10: 20 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 400 + Name: "HW_NAPALMVULCAN" + Description: "Napalm Vulcan" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + DamageType: { + SplashArea: true + SplitDamage: true + } + SplashRange: 1 + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 1000 + SkillData2: 45000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 25 + Lv3: 40 + Lv4: 55 + Lv5: 70 + Lv6: 85 + Lv7: 100 + Lv8: 115 + Lv9: 130 + Lv10: 145 + } + } +}, +{ + Id: 401 + Name: "CH_SOULCOLLECT" + Description: "Zen" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 600000 + FixedCastTime: 2000 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 402 + Name: "PF_MINDBREAKER" + Description: "Mind Breaker" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: { + Lv1: 800 + Lv2: 900 + Lv3: 1000 + Lv4: 1100 + Lv5: 1200 + Lv6: 1300 + Lv7: 1400 + Lv8: 1500 + Lv9: 1600 + Lv10: 1700 + } + SkillData1: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 15 + Lv3: 18 + Lv4: 21 + Lv5: 24 + Lv6: 27 + Lv7: 30 + Lv8: 33 + Lv9: 36 + Lv10: 39 + } + } +}, +{ + Id: 403 + Name: "PF_MEMORIZE" + Description: "Foresight" + MaxLevel: 1 + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 5000 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 404 + Name: "PF_FOGWALL" + Description: "Blinding Mist" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + TargetSelf: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 2 + SkillData1: 20000 + SkillData2: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 25 + } + Unit: { + Id: 0xb6 + Layout: -1 + Interval: -1 + Target: "All" + } +}, +{ + Id: 405 + Name: "PF_SPIDERWEB" + Description: "Fiber Lock" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillInstances: 3 + SkillData1: 30000 + SkillData2: 8000 + FixedCastTime: 0 + Requirements: { + SPCost: 50 // Items: { // Spiderweb: 1 // } - } - Unit: { - Id: 0xb7 - Interval: -1 - Target: "Enemy" - } -}, -{ - Id: 406 - Name: "ASC_METEORASSAULT" - Description: "Meteor Assault" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreCards: true - } - SplashRange: 2 - CastTime: 250 - AfterCastActDelay: 500 - SkillData2: { - Lv1: 10000 - Lv2: 5000 - Lv3: 120000 - Lv4: 120000 - Lv5: 120000 - Lv6: 120000 - Lv7: 120000 - Lv8: 120000 - Lv9: 120000 - Lv10: 120000 - } - FixedCastTime: 250 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } -}, -{ - Id: 407 - Name: "ASC_CDP" - Description: "Create Deadly Poison" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - AfterCastActDelay: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 50 - } -}, -{ - Id: 408 - Name: "WE_BABY" - Description: "Baby" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 300000 - FixedCastTime: 2000 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 1 - SPRateCost: -10 - } -}, -{ - Id: 409 - Name: "WE_CALLPARENT" - Description: "Call Parent" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - SplashRange: 3 - InterruptCast: true - SkillInstances: 1 - SkillData1: 20000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0xb2 - Range: -1 - Interval: -1 - } -}, -{ - Id: 410 - Name: "WE_CALLBABY" - Description: "Call Baby" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Wedding: true - } - DamageType: { - NoDamage: true - } - SplashRange: 3 - InterruptCast: true - SkillInstances: 1 - SkillData1: 20000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0xb2 - Range: -1 - Interval: -1 - } -}, -{ - Id: 411 - Name: "TK_RUN" - Description: "Running" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - InterruptCast: true - KnockBackTiles: 4 - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 100 - Lv6: 500 - Lv7: 0 - Lv8: 0 - Lv9: 0 - Lv10: 0 - } - AfterCastActDelay: 300 - SkillData1: 1000 - SkillData2: 150000 - FixedCastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 0 - Lv8: 0 - Lv9: 0 - Lv10: 0 - } - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 90 - Lv3: 80 - Lv4: 70 - Lv5: 60 - Lv6: 50 - Lv7: 40 - Lv8: 30 - Lv9: 20 - Lv10: 10 - } - State: "Moveable" - } -}, -{ - Id: 412 - Name: "TK_READYSTORM" - Description: "Tornado Stance" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 413 - Name: "TK_STORMKICK" - Description: "Tornado Kick" - MaxLevel: 7 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - NumberOfHits: -3 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 12 - Lv3: 10 - Lv4: 8 - Lv5: 6 - Lv6: 4 - Lv7: 2 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 414 - Name: "TK_READYDOWN" - Description: "Heel Drop Stance" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 415 - Name: "TK_DOWNKICK" - Description: "Heel Drop" - MaxLevel: 7 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -3 - SkillData2: 3000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 12 - Lv3: 10 - Lv4: 8 - Lv5: 6 - Lv6: 4 - Lv7: 2 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 416 - Name: "TK_READYTURN" - Description: "Roundhouse Stance" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 417 - Name: "TK_TURNKICK" - Description: "Roundhouse Kick" - MaxLevel: 7 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - NumberOfHits: -3 - KnockBackTiles: 2 - SkillData2: 2000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 12 - Lv3: 10 - Lv4: 8 - Lv5: 6 - Lv6: 4 - Lv7: 2 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 418 - Name: "TK_READYCOUNTER" - Description: "Counter Kick Stance" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 419 - Name: "TK_COUNTER" - Description: "Counter Kick" - MaxLevel: 7 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - NumberOfHits: -3 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 12 - Lv3: 10 - Lv4: 8 - Lv5: 6 - Lv6: 4 - Lv7: 2 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 420 - Name: "TK_DODGE" - Description: "Tumbling" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 421 - Name: "TK_JUMPKICK" - Description: "Flying Kick" - MaxLevel: 7 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: -3 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 60 - Lv3: 50 - Lv4: 40 - Lv5: 30 - Lv6: 20 - Lv7: 10 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 422 - Name: "TK_HPTIME" - Description: "Peaceful Break" - MaxLevel: 10 - SplashRange: 1 - NumberOfHits: 0 -}, -{ - Id: 423 - Name: "TK_SPTIME" - Description: "Happy Break" - MaxLevel: 10 - SplashRange: 1 - NumberOfHits: 0 - SkillData1: 1800000 - FixedCastTime: 0 -}, -{ - Id: 424 - Name: "TK_POWER" - Description: "Kihop" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 425 - Name: "TK_SEVENWIND" - Description: "Mild Wind" - MaxLevel: 7 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: { - Lv1: "Ele_Earth" - Lv2: "Ele_Wind" - Lv3: "Ele_Water" - Lv4: "Ele_Fire" - Lv5: "Ele_Ghost" - Lv6: "Ele_Dark" - Lv7: "Ele_Holy" - } - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 20 - Lv5: 50 - Lv6: 50 - Lv7: 50 - Lv8: 50 - Lv9: 50 - Lv10: 50 - } - } -}, -{ - Id: 426 - Name: "TK_HIGHJUMP" - Description: "Taekwon Jump" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 2500 - Lv2: 2000 - Lv3: 1500 - Lv4: 1000 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - FixedCastTime: { - Lv1: 2500 - Lv2: 2000 - Lv3: 1500 - Lv4: 1000 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - Requirements: { - SPCost: 50 - } -}, -{ - Id: 427 - Name: "SG_FEEL" - Description: "Feeling the Sun Moon and Stars" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 3000 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 428 - Name: "SG_SUN_WARM" - Description: "Warmth of the Sun" - MaxLevel: 3 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - KnockBackTiles: 2 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 60000 - Lv4: 60000 - Lv5: 60000 - Lv6: 60000 - Lv7: 60000 - Lv8: 60000 - Lv9: 60000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } - Unit: { - Id: 0x86 - Range: 1 - Interval: 100 - Target: "Enemy" - } -}, -{ - Id: 429 - Name: "SG_MOON_WARM" - Description: "Warmth of the Moon" - MaxLevel: 3 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - KnockBackTiles: 2 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 60000 - Lv4: 60000 - Lv5: 60000 - Lv6: 60000 - Lv7: 60000 - Lv8: 60000 - Lv9: 60000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 20 - } - Unit: { - Id: 0x86 - Range: 1 - Interval: 100 - Target: "Enemy" - } -}, -{ - Id: 430 - Name: "SG_STAR_WARM" - Description: "Warmth of the Stars" - MaxLevel: 3 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - KnockBackTiles: 2 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 60000 - Lv4: 60000 - Lv5: 60000 - Lv6: 60000 - Lv7: 60000 - Lv8: 60000 - Lv9: 60000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } - Unit: { - Id: 0x86 - Range: 1 - Interval: 100 - Target: "Enemy" - } -}, -{ - Id: 431 - Name: "SG_SUN_COMFORT" - Description: "Comfort of the Sun" - MaxLevel: 4 - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 80000 - Lv2: 160000 - Lv3: 240000 - Lv4: 320000 - Lv5: 400000 - Lv6: 480000 - Lv7: 560000 - Lv8: 640000 - Lv9: 720000 - Lv10: 800000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 60 - Lv3: 50 - Lv4: 40 - Lv5: 30 - Lv6: 20 - Lv7: 10 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 432 - Name: "SG_MOON_COMFORT" - Description: "Comfort of the Moon" - MaxLevel: 4 - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 80000 - Lv2: 160000 - Lv3: 240000 - Lv4: 320000 - Lv5: 400000 - Lv6: 480000 - Lv7: 560000 - Lv8: 640000 - Lv9: 720000 - Lv10: 800000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 60 - Lv3: 50 - Lv4: 40 - Lv5: 30 - Lv6: 20 - Lv7: 10 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 433 - Name: "SG_STAR_COMFORT" - Description: "Comfort of the Stars" - MaxLevel: 4 - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 80000 - Lv2: 160000 - Lv3: 240000 - Lv4: 320000 - Lv5: 400000 - Lv6: 480000 - Lv7: 560000 - Lv8: 640000 - Lv9: 720000 - Lv10: 800000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 60 - Lv3: 50 - Lv4: 40 - Lv5: 30 - Lv6: 20 - Lv7: 10 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 434 - Name: "SG_HATE" - Description: "Hatred of the Sun Moon and Stars" - MaxLevel: 3 - Range: 10 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 3000 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 435 - Name: "SG_SUN_ANGER" - Description: "Anger of the Sun" - MaxLevel: 3 - NumberOfHits: 0 -}, -{ - Id: 436 - Name: "SG_MOON_ANGER" - Description: "Anger of the Moon" - MaxLevel: 3 - NumberOfHits: 0 -}, -{ - Id: 437 - Name: "SG_STAR_ANGER" - Description: "Anger of the Stars" - MaxLevel: 3 - NumberOfHits: 0 -}, -{ - Id: 438 - Name: "SG_SUN_BLESS" - Description: "Blessing of the Sun" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 439 - Name: "SG_MOON_BLESS" - Description: "Blessing of the Moon" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 440 - Name: "SG_STAR_BLESS" - Description: "Blessing of the Stars" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 441 - Name: "SG_DEVIL" - Description: "Demon of the Sun Moon and Stars" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 442 - Name: "SG_FRIEND" - Description: "Friend of the Sun Moon and Stars" - MaxLevel: 3 - NumberOfHits: 0 - SkillData1: 10000 - FixedCastTime: 0 -}, -{ - Id: 443 - Name: "SG_KNOWLEDGE" - Description: "Knowledge of the Sun Moon and Stars" - MaxLevel: 10 - NumberOfHits: 0 - SkillData1: 600000 - FixedCastTime: 0 -}, -{ - Id: 444 - Name: "SG_FUSION" - Description: "Union of the Sun Moon and Stars" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SkillData1: 600000 - FixedCastTime: 0 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 445 - Name: "SL_ALCHEMIST" - Description: "Spirit of the Alchemist" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 446 - Name: "AM_BERSERKPITCHER" - Description: "Aid Berserk Potion" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - Spirit: true - PartyOnly: true - GuildOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 1000 - Requirements: { - SPCost: 10 - SPRateCost: 8 + } + Unit: { + Id: 0xb7 + Interval: -1 + Target: "Enemy" + } +}, +{ + Id: 406 + Name: "ASC_METEORASSAULT" + Description: "Meteor Assault" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreCards: true + } + SplashRange: 2 + CastTime: 250 + AfterCastActDelay: 500 + SkillData2: { + Lv1: 10000 + Lv2: 5000 + Lv3: 120000 + Lv4: 120000 + Lv5: 120000 + Lv6: 120000 + Lv7: 120000 + Lv8: 120000 + Lv9: 120000 + Lv10: 120000 + } + FixedCastTime: 250 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } +}, +{ + Id: 407 + Name: "ASC_CDP" + Description: "Create Deadly Poison" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + AfterCastActDelay: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 50 + } +}, +{ + Id: 408 + Name: "WE_BABY" + Description: "Baby" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 300000 + FixedCastTime: 2000 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 1 + SPRateCost: -10 + } +}, +{ + Id: 409 + Name: "WE_CALLPARENT" + Description: "Call Parent" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + SplashRange: 3 + InterruptCast: true + SkillInstances: 1 + SkillData1: 20000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0xb2 + Range: -1 + Interval: -1 + } +}, +{ + Id: 410 + Name: "WE_CALLBABY" + Description: "Call Baby" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Wedding: true + } + DamageType: { + NoDamage: true + } + SplashRange: 3 + InterruptCast: true + SkillInstances: 1 + SkillData1: 20000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0xb2 + Range: -1 + Interval: -1 + } +}, +{ + Id: 411 + Name: "TK_RUN" + Description: "Running" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + InterruptCast: true + KnockBackTiles: 4 + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 100 + Lv6: 500 + Lv7: 0 + Lv8: 0 + Lv9: 0 + Lv10: 0 + } + AfterCastActDelay: 300 + SkillData1: 1000 + SkillData2: 150000 + FixedCastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 0 + Lv8: 0 + Lv9: 0 + Lv10: 0 + } + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 90 + Lv3: 80 + Lv4: 70 + Lv5: 60 + Lv6: 50 + Lv7: 40 + Lv8: 30 + Lv9: 20 + Lv10: 10 + } + State: "Moveable" + } +}, +{ + Id: 412 + Name: "TK_READYSTORM" + Description: "Tornado Stance" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 413 + Name: "TK_STORMKICK" + Description: "Tornado Kick" + MaxLevel: 7 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + NumberOfHits: -3 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 12 + Lv3: 10 + Lv4: 8 + Lv5: 6 + Lv6: 4 + Lv7: 2 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 414 + Name: "TK_READYDOWN" + Description: "Heel Drop Stance" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 415 + Name: "TK_DOWNKICK" + Description: "Heel Drop" + MaxLevel: 7 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -3 + SkillData2: 3000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 12 + Lv3: 10 + Lv4: 8 + Lv5: 6 + Lv6: 4 + Lv7: 2 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 416 + Name: "TK_READYTURN" + Description: "Roundhouse Stance" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 417 + Name: "TK_TURNKICK" + Description: "Roundhouse Kick" + MaxLevel: 7 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + NumberOfHits: -3 + KnockBackTiles: 2 + SkillData2: 2000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 12 + Lv3: 10 + Lv4: 8 + Lv5: 6 + Lv6: 4 + Lv7: 2 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 418 + Name: "TK_READYCOUNTER" + Description: "Counter Kick Stance" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 419 + Name: "TK_COUNTER" + Description: "Counter Kick" + MaxLevel: 7 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + NumberOfHits: -3 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 12 + Lv3: 10 + Lv4: 8 + Lv5: 6 + Lv6: 4 + Lv7: 2 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 420 + Name: "TK_DODGE" + Description: "Tumbling" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 421 + Name: "TK_JUMPKICK" + Description: "Flying Kick" + MaxLevel: 7 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: -3 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 60 + Lv3: 50 + Lv4: 40 + Lv5: 30 + Lv6: 20 + Lv7: 10 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 422 + Name: "TK_HPTIME" + Description: "Peaceful Break" + MaxLevel: 10 + SplashRange: 1 + NumberOfHits: 0 +}, +{ + Id: 423 + Name: "TK_SPTIME" + Description: "Happy Break" + MaxLevel: 10 + SplashRange: 1 + NumberOfHits: 0 + SkillData1: 1800000 + FixedCastTime: 0 +}, +{ + Id: 424 + Name: "TK_POWER" + Description: "Kihop" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 425 + Name: "TK_SEVENWIND" + Description: "Mild Wind" + MaxLevel: 7 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: { + Lv1: "Ele_Earth" + Lv2: "Ele_Wind" + Lv3: "Ele_Water" + Lv4: "Ele_Fire" + Lv5: "Ele_Ghost" + Lv6: "Ele_Dark" + Lv7: "Ele_Holy" + } + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 20 + Lv5: 50 + Lv6: 50 + Lv7: 50 + Lv8: 50 + Lv9: 50 + Lv10: 50 + } + } +}, +{ + Id: 426 + Name: "TK_HIGHJUMP" + Description: "Taekwon Jump" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 2500 + Lv2: 2000 + Lv3: 1500 + Lv4: 1000 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + FixedCastTime: { + Lv1: 2500 + Lv2: 2000 + Lv3: 1500 + Lv4: 1000 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + Requirements: { + SPCost: 50 + } +}, +{ + Id: 427 + Name: "SG_FEEL" + Description: "Feeling the Sun Moon and Stars" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 3000 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 428 + Name: "SG_SUN_WARM" + Description: "Warmth of the Sun" + MaxLevel: 3 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + KnockBackTiles: 2 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 60000 + Lv4: 60000 + Lv5: 60000 + Lv6: 60000 + Lv7: 60000 + Lv8: 60000 + Lv9: 60000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } + Unit: { + Id: 0x86 + Range: 1 + Interval: 100 + Target: "Enemy" + } +}, +{ + Id: 429 + Name: "SG_MOON_WARM" + Description: "Warmth of the Moon" + MaxLevel: 3 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + KnockBackTiles: 2 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 60000 + Lv4: 60000 + Lv5: 60000 + Lv6: 60000 + Lv7: 60000 + Lv8: 60000 + Lv9: 60000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 20 + } + Unit: { + Id: 0x86 + Range: 1 + Interval: 100 + Target: "Enemy" + } +}, +{ + Id: 430 + Name: "SG_STAR_WARM" + Description: "Warmth of the Stars" + MaxLevel: 3 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + KnockBackTiles: 2 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 60000 + Lv4: 60000 + Lv5: 60000 + Lv6: 60000 + Lv7: 60000 + Lv8: 60000 + Lv9: 60000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } + Unit: { + Id: 0x86 + Range: 1 + Interval: 100 + Target: "Enemy" + } +}, +{ + Id: 431 + Name: "SG_SUN_COMFORT" + Description: "Comfort of the Sun" + MaxLevel: 4 + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 80000 + Lv2: 160000 + Lv3: 240000 + Lv4: 320000 + Lv5: 400000 + Lv6: 480000 + Lv7: 560000 + Lv8: 640000 + Lv9: 720000 + Lv10: 800000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 60 + Lv3: 50 + Lv4: 40 + Lv5: 30 + Lv6: 20 + Lv7: 10 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 432 + Name: "SG_MOON_COMFORT" + Description: "Comfort of the Moon" + MaxLevel: 4 + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 80000 + Lv2: 160000 + Lv3: 240000 + Lv4: 320000 + Lv5: 400000 + Lv6: 480000 + Lv7: 560000 + Lv8: 640000 + Lv9: 720000 + Lv10: 800000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 60 + Lv3: 50 + Lv4: 40 + Lv5: 30 + Lv6: 20 + Lv7: 10 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 433 + Name: "SG_STAR_COMFORT" + Description: "Comfort of the Stars" + MaxLevel: 4 + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 80000 + Lv2: 160000 + Lv3: 240000 + Lv4: 320000 + Lv5: 400000 + Lv6: 480000 + Lv7: 560000 + Lv8: 640000 + Lv9: 720000 + Lv10: 800000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 60 + Lv3: 50 + Lv4: 40 + Lv5: 30 + Lv6: 20 + Lv7: 10 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 434 + Name: "SG_HATE" + Description: "Hatred of the Sun Moon and Stars" + MaxLevel: 3 + Range: 10 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 3000 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 435 + Name: "SG_SUN_ANGER" + Description: "Anger of the Sun" + MaxLevel: 3 + NumberOfHits: 0 +}, +{ + Id: 436 + Name: "SG_MOON_ANGER" + Description: "Anger of the Moon" + MaxLevel: 3 + NumberOfHits: 0 +}, +{ + Id: 437 + Name: "SG_STAR_ANGER" + Description: "Anger of the Stars" + MaxLevel: 3 + NumberOfHits: 0 +}, +{ + Id: 438 + Name: "SG_SUN_BLESS" + Description: "Blessing of the Sun" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 439 + Name: "SG_MOON_BLESS" + Description: "Blessing of the Moon" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 440 + Name: "SG_STAR_BLESS" + Description: "Blessing of the Stars" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 441 + Name: "SG_DEVIL" + Description: "Demon of the Sun Moon and Stars" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 442 + Name: "SG_FRIEND" + Description: "Friend of the Sun Moon and Stars" + MaxLevel: 3 + NumberOfHits: 0 + SkillData1: 10000 + FixedCastTime: 0 +}, +{ + Id: 443 + Name: "SG_KNOWLEDGE" + Description: "Knowledge of the Sun Moon and Stars" + MaxLevel: 10 + NumberOfHits: 0 + SkillData1: 600000 + FixedCastTime: 0 +}, +{ + Id: 444 + Name: "SG_FUSION" + Description: "Union of the Sun Moon and Stars" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SkillData1: 600000 + FixedCastTime: 0 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 445 + Name: "SL_ALCHEMIST" + Description: "Spirit of the Alchemist" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 446 + Name: "AM_BERSERKPITCHER" + Description: "Aid Berserk Potion" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + Spirit: true + PartyOnly: true + GuildOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 1000 + Requirements: { + SPCost: 10 + SPRateCost: 8 // Items: { // Berserk_Potion: 2 // } - } -}, -{ - Id: 447 - Name: "SL_MONK" - Description: "Spirit of the Monk" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 448 - Name: "SL_STAR" - Description: "Spirit of the Star Gladiator" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 800 - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 449 - Name: "SL_SAGE" - Description: "Spirit of the Sage" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 450 - Name: "SL_CRUSADER" - Description: "Spirit of the Crusader" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 451 - Name: "SL_SUPERNOVICE" - Description: "Spirit of the Supernovice" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 452 - Name: "SL_KNIGHT" - Description: "Spirit of the Knight" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 453 - Name: "SL_WIZARD" - Description: "Spirit of the Wizard" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 454 - Name: "SL_PRIEST" - Description: "Spirit of the Priest" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 455 - Name: "SL_BARDDANCER" - Description: "Spirit of the Artist" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 456 - Name: "SL_ROGUE" - Description: "Spirit of the Rogue" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 457 - Name: "SL_ASSASIN" - Description: "Spirit of the Assasin" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 458 - Name: "SL_BLACKSMITH" - Description: "Spirit of the Blacksmith" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 459 - Name: "BS_ADRENALINE2" - Description: "Advanced Adrenaline Rush" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Spirit: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - KnockBackTiles: 0 - SkillData1: 150000 - FixedCastTime: 0 - Requirements: { - SPCost: 64 - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - } - } -}, -{ - Id: 460 - Name: "SL_HUNTER" - Description: "Spirit of the Hunter" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 461 - Name: "SL_SOULLINKER" - Description: "Spirit of the Soul Linker" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 462 - Name: "SL_KAIZEL" - Description: "Kaizel" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 3600 - Lv2: 3200 - Lv3: 2800 - Lv4: 2400 - Lv5: 2000 - Lv6: 2000 - Lv7: 2000 - Lv8: 2000 - Lv9: 2000 - Lv10: 2000 - } - SkillData1: 1800000 - SkillData2: 2000 - FixedCastTime: { - Lv1: 900 - Lv2: 800 - Lv3: 700 - Lv4: 600 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 110 - Lv3: 100 - Lv4: 90 - Lv5: 80 - Lv6: 70 - Lv7: 60 - Lv8: 50 - Lv9: 40 - Lv10: 30 - } - } -}, -{ - Id: 463 - Name: "SL_KAAHI" - Description: "Kaahi" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 1800000 - SkillData2: 500 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 464 - Name: "SL_KAUPE" - Description: "Kaupe" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 400 - SkillData1: 600000 - FixedCastTime: 100 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - } -}, -{ - Id: 465 - Name: "SL_KAITE" - Description: "Kaite" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 4800 - Lv2: 4400 - Lv3: 4000 - Lv4: 3600 - Lv5: 3200 - Lv6: 2800 - Lv7: 2400 - Lv8: 2400 - Lv9: 2400 - Lv10: 2400 - } - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 600000 - Lv8: 600000 - Lv9: 600000 - Lv10: 600000 - } - FixedCastTime: { - Lv1: 1200 - Lv2: 1100 - Lv3: 1000 - Lv4: 900 - Lv5: 800 - Lv6: 700 - Lv7: 600 - Lv8: 600 - Lv9: 600 - Lv10: 600 - } - Requirements: { - SPCost: 70 - } -}, -{ - Id: 466 - Name: "SL_KAINA" - Description: "Kaina" - MaxLevel: 7 - AttackType: "Magic" - NumberOfHits: 0 - InterruptCast: true -}, -{ - Id: 467 - Name: "SL_STIN" - Description: "Estin" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Endowed" - KnockBackTiles: 2 - CastTime: 80 - AfterCastActDelay: 500 - FixedCastTime: 20 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 20 - Lv3: 22 - Lv4: 24 - Lv5: 26 - Lv6: 28 - Lv7: 30 - Lv8: 32 - Lv9: 34 - Lv10: 36 - } - } -}, -{ - Id: 468 - Name: "SL_STUN" - Description: "Estun" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Endowed" - CastTime: 80 - AfterCastActDelay: 500 - SkillData1: 2000 - FixedCastTime: 20 - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 20 - Lv3: 22 - Lv4: 24 - Lv5: 26 - Lv6: 28 - Lv7: 30 - Lv8: 32 - Lv9: 34 - Lv10: 36 - } - } -}, -{ - Id: 469 - Name: "SL_SMA" - Description: "Esma" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Endowed" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 1600 - AfterCastActDelay: 500 - SkillData1: 3000 - FixedCastTime: 400 - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 16 - Lv3: 24 - Lv4: 32 - Lv5: 40 - Lv6: 48 - Lv7: 56 - Lv8: 64 - Lv9: 72 - Lv10: 80 - } - } -}, -{ - Id: 470 - Name: "SL_SWOO" - Description: "Eswoo" - MaxLevel: 7 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: 800 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 75 - Lv2: 65 - Lv3: 55 - Lv4: 45 - Lv5: 35 - Lv6: 25 - Lv7: 15 - Lv8: 5 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 471 - Name: "SL_SKE" - Description: "Eske" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 2400 - Lv2: 1600 - Lv3: 800 - Lv4: 800 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - SkillData2: 3000 - FixedCastTime: { - Lv1: 600 - Lv2: 400 - Lv3: 200 - Lv4: 200 - Lv5: 200 - Lv6: 200 - Lv7: 200 - Lv8: 200 - Lv9: 200 - Lv10: 200 - } - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 35 - Lv3: 15 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 472 - Name: "SL_SKA" - Description: "Eska" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 2400 - Lv2: 1600 - Lv3: 800 - Lv4: 800 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - FixedCastTime: { - Lv1: 600 - Lv2: 400 - Lv3: 200 - Lv4: 200 - Lv5: 200 - Lv6: 200 - Lv7: 200 - Lv8: 200 - Lv9: 200 - Lv10: 200 - } - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 80 - Lv3: 60 - Lv4: 40 - Lv5: 20 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 473 - Name: "SM_SELFPROVOKE" - Description: "Provoke Self" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillData1: 30000 -}, -{ - Id: 474 - Name: "NPC_EMOTION_ON" - Description: "Emotion ON" - MaxLevel: 10 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } -}, -{ - Id: 475 - Name: "ST_PRESERVE" - Description: "Preserve" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 600000 - FixedCastTime: 1000 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 476 - Name: "ST_FULLSTRIP" - Description: "Divest All" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - } -}, -{ - Id: 477 - Name: "WS_WEAPONREFINE" - Description: "Upgrade Weapon" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 5 - } -}, -{ - Id: 478 - Name: "CR_SLIMPITCHER" - Description: "Aid Condensed Potion" - MaxLevel: 10 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - CastTime: 1000 - AfterCastActDelay: 1000 - FixedCastTime: 1000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 447 + Name: "SL_MONK" + Description: "Spirit of the Monk" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 448 + Name: "SL_STAR" + Description: "Spirit of the Star Gladiator" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 800 + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 449 + Name: "SL_SAGE" + Description: "Spirit of the Sage" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 450 + Name: "SL_CRUSADER" + Description: "Spirit of the Crusader" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 451 + Name: "SL_SUPERNOVICE" + Description: "Spirit of the Supernovice" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 452 + Name: "SL_KNIGHT" + Description: "Spirit of the Knight" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 453 + Name: "SL_WIZARD" + Description: "Spirit of the Wizard" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 454 + Name: "SL_PRIEST" + Description: "Spirit of the Priest" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 455 + Name: "SL_BARDDANCER" + Description: "Spirit of the Artist" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 456 + Name: "SL_ROGUE" + Description: "Spirit of the Rogue" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 457 + Name: "SL_ASSASIN" + Description: "Spirit of the Assasin" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 458 + Name: "SL_BLACKSMITH" + Description: "Spirit of the Blacksmith" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 459 + Name: "BS_ADRENALINE2" + Description: "Advanced Adrenaline Rush" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Spirit: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + KnockBackTiles: 0 + SkillData1: 150000 + FixedCastTime: 0 + Requirements: { + SPCost: 64 + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + } + } +}, +{ + Id: 460 + Name: "SL_HUNTER" + Description: "Spirit of the Hunter" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 461 + Name: "SL_SOULLINKER" + Description: "Spirit of the Soul Linker" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 462 + Name: "SL_KAIZEL" + Description: "Kaizel" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 3600 + Lv2: 3200 + Lv3: 2800 + Lv4: 2400 + Lv5: 2000 + Lv6: 2000 + Lv7: 2000 + Lv8: 2000 + Lv9: 2000 + Lv10: 2000 + } + SkillData1: 1800000 + SkillData2: 2000 + FixedCastTime: { + Lv1: 900 + Lv2: 800 + Lv3: 700 + Lv4: 600 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 110 + Lv3: 100 + Lv4: 90 + Lv5: 80 + Lv6: 70 + Lv7: 60 + Lv8: 50 + Lv9: 40 + Lv10: 30 + } + } +}, +{ + Id: 463 + Name: "SL_KAAHI" + Description: "Kaahi" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 1800000 + SkillData2: 500 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 464 + Name: "SL_KAUPE" + Description: "Kaupe" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 400 + SkillData1: 600000 + FixedCastTime: 100 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + } +}, +{ + Id: 465 + Name: "SL_KAITE" + Description: "Kaite" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 4800 + Lv2: 4400 + Lv3: 4000 + Lv4: 3600 + Lv5: 3200 + Lv6: 2800 + Lv7: 2400 + Lv8: 2400 + Lv9: 2400 + Lv10: 2400 + } + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 600000 + Lv8: 600000 + Lv9: 600000 + Lv10: 600000 + } + FixedCastTime: { + Lv1: 1200 + Lv2: 1100 + Lv3: 1000 + Lv4: 900 + Lv5: 800 + Lv6: 700 + Lv7: 600 + Lv8: 600 + Lv9: 600 + Lv10: 600 + } + Requirements: { + SPCost: 70 + } +}, +{ + Id: 466 + Name: "SL_KAINA" + Description: "Kaina" + MaxLevel: 7 + AttackType: "Magic" + NumberOfHits: 0 + InterruptCast: true +}, +{ + Id: 467 + Name: "SL_STIN" + Description: "Estin" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Endowed" + KnockBackTiles: 2 + CastTime: 80 + AfterCastActDelay: 500 + FixedCastTime: 20 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 20 + Lv3: 22 + Lv4: 24 + Lv5: 26 + Lv6: 28 + Lv7: 30 + Lv8: 32 + Lv9: 34 + Lv10: 36 + } + } +}, +{ + Id: 468 + Name: "SL_STUN" + Description: "Estun" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Endowed" + CastTime: 80 + AfterCastActDelay: 500 + SkillData1: 2000 + FixedCastTime: 20 + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 20 + Lv3: 22 + Lv4: 24 + Lv5: 26 + Lv6: 28 + Lv7: 30 + Lv8: 32 + Lv9: 34 + Lv10: 36 + } + } +}, +{ + Id: 469 + Name: "SL_SMA" + Description: "Esma" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Endowed" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 1600 + AfterCastActDelay: 500 + SkillData1: 3000 + FixedCastTime: 400 + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 16 + Lv3: 24 + Lv4: 32 + Lv5: 40 + Lv6: 48 + Lv7: 56 + Lv8: 64 + Lv9: 72 + Lv10: 80 + } + } +}, +{ + Id: 470 + Name: "SL_SWOO" + Description: "Eswoo" + MaxLevel: 7 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: 800 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 75 + Lv2: 65 + Lv3: 55 + Lv4: 45 + Lv5: 35 + Lv6: 25 + Lv7: 15 + Lv8: 5 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 471 + Name: "SL_SKE" + Description: "Eske" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 2400 + Lv2: 1600 + Lv3: 800 + Lv4: 800 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + SkillData2: 3000 + FixedCastTime: { + Lv1: 600 + Lv2: 400 + Lv3: 200 + Lv4: 200 + Lv5: 200 + Lv6: 200 + Lv7: 200 + Lv8: 200 + Lv9: 200 + Lv10: 200 + } + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 35 + Lv3: 15 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 472 + Name: "SL_SKA" + Description: "Eska" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 2400 + Lv2: 1600 + Lv3: 800 + Lv4: 800 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + FixedCastTime: { + Lv1: 600 + Lv2: 400 + Lv3: 200 + Lv4: 200 + Lv5: 200 + Lv6: 200 + Lv7: 200 + Lv8: 200 + Lv9: 200 + Lv10: 200 + } + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 80 + Lv3: 60 + Lv4: 40 + Lv5: 20 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 473 + Name: "SM_SELFPROVOKE" + Description: "Provoke Self" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillData1: 30000 +}, +{ + Id: 474 + Name: "NPC_EMOTION_ON" + Description: "Emotion ON" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } +}, +{ + Id: 475 + Name: "ST_PRESERVE" + Description: "Preserve" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 600000 + FixedCastTime: 1000 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 476 + Name: "ST_FULLSTRIP" + Description: "Divest All" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + } +}, +{ + Id: 477 + Name: "WS_WEAPONREFINE" + Description: "Upgrade Weapon" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 5 + } +}, +{ + Id: 478 + Name: "CR_SLIMPITCHER" + Description: "Aid Condensed Potion" + MaxLevel: 10 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + CastTime: 1000 + AfterCastActDelay: 1000 + FixedCastTime: 1000 + Requirements: { + SPCost: 30 // Items: { // Red_Slim_Potion: 1 // Red_Slim_Potion: 1 @@ -14675,8498 +14675,8498 @@ skill_db: ( // Yellow_Slim_Potion: 1 // White_Slim_Potion: 1 // } - } -}, -{ - Id: 479 - Name: "CR_FULLPROTECTION" - Description: "Full Protection" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: { - Lv1: 120000 - Lv2: 240000 - Lv3: 360000 - Lv4: 480000 - Lv5: 600000 - Lv6: 720000 - Lv7: 840000 - Lv8: 960000 - Lv9: 1080000 - Lv10: 1200000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 479 + Name: "CR_FULLPROTECTION" + Description: "Full Protection" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: { + Lv1: 120000 + Lv2: 240000 + Lv3: 360000 + Lv4: 480000 + Lv5: 600000 + Lv6: 720000 + Lv7: 840000 + Lv8: 960000 + Lv9: 1080000 + Lv10: 1200000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: 40 // Items: { // Coating_Bottle: 1 // } - } -}, -{ - Id: 480 - Name: "PA_SHIELDCHAIN" - Description: "Shield Chain" - MaxLevel: 5 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 5 - CastTime: 800 - AfterCastActDelay: 1000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 31 - Lv3: 34 - Lv4: 37 - Lv5: 40 - Lv6: 43 - Lv7: 46 - Lv8: 49 - Lv9: 52 - Lv10: 55 - } - State: "Shield" - } -}, -{ - Id: 481 - Name: "HP_MANARECHARGE" - Description: "Mana Recharge" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 482 - Name: "PF_DOUBLECASTING" - Description: "Double Casting" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: 1600 - SkillData1: 90000 - FixedCastTime: 400 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 483 - Name: "HW_GANBANTEIN" - Description: "Ganbantein" - MaxLevel: 1 - Range: 16 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SplashRange: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - AfterCastActDelay: 5000 - FixedCastTime: 3000 - Requirements: { - SPCost: 40 + } +}, +{ + Id: 480 + Name: "PA_SHIELDCHAIN" + Description: "Shield Chain" + MaxLevel: 5 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 5 + CastTime: 800 + AfterCastActDelay: 1000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 31 + Lv3: 34 + Lv4: 37 + Lv5: 40 + Lv6: 43 + Lv7: 46 + Lv8: 49 + Lv9: 52 + Lv10: 55 + } + State: "Shield" + } +}, +{ + Id: 481 + Name: "HP_MANARECHARGE" + Description: "Mana Recharge" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 482 + Name: "PF_DOUBLECASTING" + Description: "Double Casting" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: 1600 + SkillData1: 90000 + FixedCastTime: 400 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 483 + Name: "HW_GANBANTEIN" + Description: "Ganbantein" + MaxLevel: 1 + Range: 16 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SplashRange: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + AfterCastActDelay: 5000 + FixedCastTime: 3000 + Requirements: { + SPCost: 40 // Items: { // Yellow_Gemstone: 1 // Blue_Gemstone: 1 // } - } -}, -{ - Id: 484 - Name: "HW_GRAVITATION" - Description: "Gravitation Field" - MaxLevel: 5 - Range: 18 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Misc" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - IgnoreElement: true - IgnoreDefCards: true - } - InterruptCast: true - SkillData1: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - FixedCastTime: 5000 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 40 - Lv3: 60 - Lv4: 80 - Lv5: 100 - Lv6: 120 - Lv7: 140 - Lv8: 160 - Lv9: 180 - Lv10: 200 - } + } +}, +{ + Id: 484 + Name: "HW_GRAVITATION" + Description: "Gravitation Field" + MaxLevel: 5 + Range: 18 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Misc" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + IgnoreElement: true + IgnoreDefCards: true + } + InterruptCast: true + SkillData1: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + FixedCastTime: 5000 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 40 + Lv3: 60 + Lv4: 80 + Lv5: 100 + Lv6: 120 + Lv7: 140 + Lv8: 160 + Lv9: 180 + Lv10: 200 + } // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: 0xb8 - Layout: 2 - Interval: 500 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_DUALMODE: true - } - } -}, -{ - Id: 485 - Name: "WS_CARTTERMINATION" - Description: "Cart Termination" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreCards: true - } - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - ZenyCost: { - Lv1: 600 - Lv2: 700 - Lv3: 800 - Lv4: 900 - Lv5: 1000 - Lv6: 1100 - Lv7: 1200 - Lv8: 1300 - Lv9: 1400 - Lv10: 1500 - } - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - State: "CartBoost" - } -}, -{ - Id: 486 - Name: "WS_OVERTHRUSTMAX" - Description: "Maximum Power Thrust" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - ZenyCost: { - Lv1: 3000 - Lv2: 3500 - Lv3: 4000 - Lv4: 4500 - Lv5: 5000 - Lv6: 5500 - Lv7: 6000 - Lv8: 6500 - Lv9: 7000 - Lv10: 7500 - } - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - } -}, -{ - Id: 487 - Name: "CG_LONGINGFREEDOM" - Description: "Longing for Freedom" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 488 - Name: "CG_HERMODE" - Description: "Wand of Hermode" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Ensemble: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SplashRange: 1 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - SkillData2: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } - Unit: { - Id: 0xb9 - Layout: 3 - Interval: -1 - Target: "All" - Flag: { - UF_ENSEMBLE: true - } - } -}, -{ - Id: 489 - Name: "CG_TAROTCARD" - Description: "Tarot Card of Fate" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - IgnoreFlee: true - } - CastTime: 500 - AfterCastActDelay: 3000 - SkillData2: 30000 - FixedCastTime: 500 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 490 - Name: "CR_ACIDDEMONSTRATION" - Description: "Acid Demonstration" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - IgnoreFlee: true - } - NumberOfHits: { - Lv1: -1 - Lv2: -2 - Lv3: -3 - Lv4: -4 - Lv5: -5 - Lv6: -6 - Lv7: -7 - Lv8: -8 - Lv9: -9 - Lv10: -10 - } - InterruptCast: true - AfterCastActDelay: 1000 - FixedCastTime: 1000 - Requirements: { - SPCost: 30 + } + Unit: { + Id: 0xb8 + Layout: 2 + Interval: 500 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_DUALMODE: true + } + } +}, +{ + Id: 485 + Name: "WS_CARTTERMINATION" + Description: "Cart Termination" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreCards: true + } + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + ZenyCost: { + Lv1: 600 + Lv2: 700 + Lv3: 800 + Lv4: 900 + Lv5: 1000 + Lv6: 1100 + Lv7: 1200 + Lv8: 1300 + Lv9: 1400 + Lv10: 1500 + } + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + State: "CartBoost" + } +}, +{ + Id: 486 + Name: "WS_OVERTHRUSTMAX" + Description: "Maximum Power Thrust" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + ZenyCost: { + Lv1: 3000 + Lv2: 3500 + Lv3: 4000 + Lv4: 4500 + Lv5: 5000 + Lv6: 5500 + Lv7: 6000 + Lv8: 6500 + Lv9: 7000 + Lv10: 7500 + } + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + } +}, +{ + Id: 487 + Name: "CG_LONGINGFREEDOM" + Description: "Longing for Freedom" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 488 + Name: "CG_HERMODE" + Description: "Wand of Hermode" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Ensemble: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SplashRange: 1 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + SkillData2: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } + Unit: { + Id: 0xb9 + Layout: 3 + Interval: -1 + Target: "All" + Flag: { + UF_ENSEMBLE: true + } + } +}, +{ + Id: 489 + Name: "CG_TAROTCARD" + Description: "Tarot Card of Fate" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + IgnoreFlee: true + } + CastTime: 500 + AfterCastActDelay: 3000 + SkillData2: 30000 + FixedCastTime: 500 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 490 + Name: "CR_ACIDDEMONSTRATION" + Description: "Acid Demonstration" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + IgnoreFlee: true + } + NumberOfHits: { + Lv1: -1 + Lv2: -2 + Lv3: -3 + Lv4: -4 + Lv5: -5 + Lv6: -6 + Lv7: -7 + Lv8: -8 + Lv9: -9 + Lv10: -10 + } + InterruptCast: true + AfterCastActDelay: 1000 + FixedCastTime: 1000 + Requirements: { + SPCost: 30 // Items: { // Fire_Bottle: 1 // Acid_Bottle: 1 // } - } -}, -{ - Id: 491 - Name: "CR_CULTIVATION" - Description: "Plant Cultivation" - MaxLevel: 2 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 + } +}, +{ + Id: 491 + Name: "CR_CULTIVATION" + Description: "Plant Cultivation" + MaxLevel: 2 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 // Items: { // Mushroom_Spore: 1 // Stem: 1 // } - } -}, -{ - Id: 492 - Name: "ITEM_ENCHANTARMS" - Description: "Weapon Enchantment" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - Element: { - Lv1: "Ele_Neutral" - Lv2: "Ele_Water" - Lv3: "Ele_Earth" - Lv4: "Ele_Fire" - Lv5: "Ele_Wind" - Lv6: "Ele_Poison" - Lv7: "Ele_Holy" - Lv8: "Ele_Dark" - Lv9: "Ele_Ghost" - Lv10: "Ele_Undead" - } - DamageType: { - NoDamage: true - } - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 493 - Name: "TK_MISSION" - Description: "Taekwon Mission" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - FixedCastTime: 1000 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 494 - Name: "SL_HIGH" - Description: "Spirit of Rebirth" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 150000 - Lv2: 200000 - Lv3: 250000 - Lv4: 300000 - Lv5: 350000 - Lv6: 400000 - Lv7: 450000 - Lv8: 500000 - Lv9: 550000 - Lv10: 600000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 460 - Lv2: 360 - Lv3: 260 - Lv4: 160 - Lv5: 60 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 495 - Name: "KN_ONEHAND" - Description: "Onehand Quicken" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Spirit: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: 100 - WeaponTypes: { - 1HSwords: true - } - } -}, -{ - Id: 496 - Name: "AM_TWILIGHT1" - Description: "Twilight Alchemy 1" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Spirit: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - FixedCastTime: 3000 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 200 + } +}, +{ + Id: 492 + Name: "ITEM_ENCHANTARMS" + Description: "Weapon Enchantment" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + Element: { + Lv1: "Ele_Neutral" + Lv2: "Ele_Water" + Lv3: "Ele_Earth" + Lv4: "Ele_Fire" + Lv5: "Ele_Wind" + Lv6: "Ele_Poison" + Lv7: "Ele_Holy" + Lv8: "Ele_Dark" + Lv9: "Ele_Ghost" + Lv10: "Ele_Undead" + } + DamageType: { + NoDamage: true + } + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 493 + Name: "TK_MISSION" + Description: "Taekwon Mission" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + FixedCastTime: 1000 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 494 + Name: "SL_HIGH" + Description: "Spirit of Rebirth" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 150000 + Lv2: 200000 + Lv3: 250000 + Lv4: 300000 + Lv5: 350000 + Lv6: 400000 + Lv7: 450000 + Lv8: 500000 + Lv9: 550000 + Lv10: 600000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 460 + Lv2: 360 + Lv3: 260 + Lv4: 160 + Lv5: 60 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 495 + Name: "KN_ONEHAND" + Description: "Onehand Quicken" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Spirit: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: 100 + WeaponTypes: { + 1HSwords: true + } + } +}, +{ + Id: 496 + Name: "AM_TWILIGHT1" + Description: "Twilight Alchemy 1" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Spirit: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + FixedCastTime: 3000 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 200 // Items: { // Medicine_Bowl: 200 // } - } -}, -{ - Id: 497 - Name: "AM_TWILIGHT2" - Description: "Twilight Alchemy 2" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Spirit: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - FixedCastTime: 3000 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 200 + } +}, +{ + Id: 497 + Name: "AM_TWILIGHT2" + Description: "Twilight Alchemy 2" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Spirit: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + FixedCastTime: 3000 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 200 // Items: { // Medicine_Bowl: 200 // } - } -}, -{ - Id: 498 - Name: "AM_TWILIGHT3" - Description: "Twilight Alchemy 3" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Spirit: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - FixedCastTime: 3000 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 200 + } +}, +{ + Id: 498 + Name: "AM_TWILIGHT3" + Description: "Twilight Alchemy 3" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Spirit: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + FixedCastTime: 3000 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 200 // Items: { // Medicine_Bowl: 200 // } - } -}, -{ - Id: 499 - Name: "HT_POWER" - Description: "Beast Strafing" - MaxLevel: 1 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - Spirit: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 2 - AfterCastActDelay: 100 - SkillData1: 100 - FixedCastTime: 0 - Requirements: { - SPCost: 12 - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 500 - Name: "GS_GLITTERING" - Description: "Flip the Coin" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - IgnoreFlee: true - } - SkillData1: 600000 - FixedCastTime: 0 - Requirements: { - SPCost: 2 - ZenyCost: 1 - } -}, -{ - Id: 501 - Name: "GS_FLING" - Description: "Fling" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Misc" - Element: "Ele_Weapon" - DamageType: { - IgnoreElement: true - IgnoreFlee: true - } - SkillData1: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - SpiritSphereCost: 5 - } -}, -{ - Id: 502 - Name: "GS_TRIPLEACTION" - Description: "Triple Action" - MaxLevel: 1 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - Requirements: { - SPCost: 20 - AmmoTypes: "All" - AmmoAmount: 1 - SpiritSphereCost: 1 - } -}, -{ - Id: 503 - Name: "GS_BULLSEYE" - Description: "Bulls Eye" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreCards: true - } - CastTime: 800 - AfterCastActDelay: 1000 - FixedCastTime: 200 - Requirements: { - SPCost: 30 - AmmoTypes: "All" - AmmoAmount: 1 - SpiritSphereCost: 1 - } -}, -{ - Id: 504 - Name: "GS_MADNESSCANCEL" - Description: "Madness Canceller" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: 1600 - AfterCastActDelay: 3000 - SkillData1: 15000 - FixedCastTime: 400 - Requirements: { - SPCost: 30 - SpiritSphereCost: 4 - } -}, -{ - Id: 505 - Name: "GS_ADJUSTMENT" - Description: "AdJustment" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: 800 - AfterCastActDelay: 2000 - SkillData1: 30000 - FixedCastTime: 200 - Requirements: { - SPCost: 15 - SpiritSphereCost: 2 - } -}, -{ - Id: 506 - Name: "GS_INCREASING" - Description: "Increasing Accuracy" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - SpiritSphereCost: 4 - } -}, -{ - Id: 507 - Name: "GS_MAGICALBULLET" - Description: "Magical Bullet" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Ghost" - Requirements: { - SPCost: 7 - SpiritSphereCost: 1 - } -}, -{ - Id: 508 - Name: "GS_CRACKER" - Description: "Cracker" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - AmmoTypes: "All" - AmmoAmount: 1 - SpiritSphereCost: 1 - } -}, -{ - Id: 509 - Name: "GS_SINGLEACTION" - Description: "Single Action" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 510 - Name: "GS_SNAKEEYE" - Description: "Snake Eye" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 511 - Name: "GS_CHAINACTION" - Description: "Chain Action" - MaxLevel: 10 - Range: -9 - Hit: "BDT_MULTIHIT" - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 2 -}, -{ - Id: 512 - Name: "GS_TRACKING" - Description: "Tracking" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: { - Lv1: 600 - Lv2: 700 - Lv3: 800 - Lv4: 900 - Lv5: 1000 - Lv6: 1100 - Lv7: 1200 - Lv8: 1300 - Lv9: 1400 - Lv10: 1500 - } - AfterCastActDelay: 1500 - FixedCastTime: { - Lv1: 600 - Lv2: 700 - Lv3: 800 - Lv4: 900 - Lv5: 1000 - Lv6: 1100 - Lv7: 1200 - Lv8: 1300 - Lv9: 1400 - Lv10: 1500 - } - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - } - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 20 - Lv3: 25 - Lv4: 30 - Lv5: 35 - Lv6: 40 - Lv7: 45 - Lv8: 50 - Lv9: 55 - Lv10: 60 - } - WeaponTypes: { - Revolvers: true - Rifles: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 1 - } -}, -{ - Id: 513 - Name: "GS_DISARM" - Description: "Disarm" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: 1600 - AfterCastActDelay: 1000 - SkillData1: 30000 - FixedCastTime: 400 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 20 - Lv3: 25 - Lv4: 30 - Lv5: 35 - Lv6: 40 - Lv7: 45 - Lv8: 50 - Lv9: 55 - Lv10: 60 - } - WeaponTypes: { - Revolvers: true - Rifles: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 1 - } -}, -{ - Id: 514 - Name: "GS_PIERCINGSHOT" - Description: "Piercing Shot" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreDefense: true - } - CastTime: 1200 - AfterCastActDelay: 500 - SkillData2: 120000 - FixedCastTime: 300 - Requirements: { - SPCost: { - Lv1: 11 - Lv2: 12 - Lv3: 13 - Lv4: 14 - Lv5: 15 - Lv6: 16 - Lv7: 17 - Lv8: 18 - Lv9: 19 - Lv10: 20 - } - WeaponTypes: { - Revolvers: true - Rifles: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 1 - } -}, -{ - Id: 515 - Name: "GS_RAPIDSHOWER" - Description: "Rapid Shower" - MaxLevel: 10 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 5 - AfterCastActDelay: 1500 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - WeaponTypes: { - Revolvers: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 5 - } -}, -{ - Id: 516 - Name: "GS_DESPERADO" - Description: "Desperado" - MaxLevel: 10 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - AfterCastActDelay: 1000 - AfterCastWalkDelay: 1000 - SkillData1: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 32 - Lv2: 34 - Lv3: 36 - Lv4: 38 - Lv5: 40 - Lv6: 42 - Lv7: 44 - Lv8: 46 - Lv9: 48 - Lv10: 50 - } - WeaponTypes: { - Revolvers: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 10 - } - Unit: { - Id: 0x86 - Layout: 3 - Interval: 100 - Target: "Enemy" - } -}, -{ - Id: 517 - Name: "GS_GATLINGFEVER" - Description: "Gatling Fever" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - CastTime: 800 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 32 - Lv3: 34 - Lv4: 36 - Lv5: 38 - Lv6: 40 - Lv7: 42 - Lv8: 44 - Lv9: 46 - Lv10: 48 - } - WeaponTypes: { - GatlingGuns: true - } - } -}, -{ - Id: 518 - Name: "GS_DUST" - Description: "Dust" - MaxLevel: 10 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - KnockBackTiles: 5 - CastTime: 1200 - AfterCastActDelay: 1000 - FixedCastTime: 300 - Requirements: { - SPCost: { - Lv1: 3 - Lv2: 6 - Lv3: 9 - Lv4: 12 - Lv5: 15 - Lv6: 18 - Lv7: 21 - Lv8: 24 - Lv9: 27 - Lv10: 30 - } - WeaponTypes: { - Shotguns: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 1 - } -}, -{ - Id: 519 - Name: "GS_FULLBUSTER" - Description: "Full Buster" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: 800 - AfterCastActDelay: { - Lv1: 1200 - Lv2: 1400 - Lv3: 1600 - Lv4: 1800 - Lv5: 2000 - Lv6: 2200 - Lv7: 2400 - Lv8: 2600 - Lv9: 2800 - Lv10: 3000 - } - SkillData2: 10000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - WeaponTypes: { - Shotguns: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: { - Lv1: 2 - Lv2: 2 - Lv3: 4 - Lv4: 4 - Lv5: 6 - Lv6: 6 - Lv7: 8 - Lv8: 8 - Lv9: 10 - Lv10: 10 - } - } -}, -{ - Id: 520 - Name: "GS_SPREADATTACK" - Description: "Spread Attack" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 4 - } - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 20 - Lv3: 25 - Lv4: 30 - Lv5: 35 - Lv6: 40 - Lv7: 45 - Lv8: 50 - Lv9: 55 - Lv10: 60 - } - WeaponTypes: { - Shotguns: true - GrenadeLaunchers: true - } - AmmoTypes: { - A_BULLET: true - } - AmmoAmount: 5 - } -}, -{ - Id: 521 - Name: "GS_GROUNDDRIFT" - Description: "Ground Drift" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - SplashRange: 1 - KnockBackTiles: 3 - CastTime: 800 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 3000 - Lv2: 6000 - Lv3: 9000 - Lv4: 12000 - Lv5: 15000 - Lv6: 18000 - Lv7: 21000 - Lv8: 24000 - Lv9: 27000 - Lv10: 30000 - } - SkillData2: 10000 - FixedCastTime: 200 - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 8 - Lv3: 12 - Lv4: 16 - Lv5: 20 - Lv6: 24 - Lv7: 28 - Lv8: 32 - Lv9: 36 - Lv10: 40 - } - WeaponTypes: { - GrenadeLaunchers: true - } - AmmoTypes: { - A_GRENADE: true - } - AmmoAmount: 1 - } - Unit: { - Id: 0xbe - Range: 1 - Interval: 1000 - Target: "Enemy" - } -}, -{ - Id: 522 - Name: "NJ_TOBIDOUGU" - Description: "Shuriken Training" - MaxLevel: 10 - AttackType: "Weapon" -}, -{ - Id: 523 - Name: "NJ_SYURIKEN" - Description: "Throw Shuriken" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - Requirements: { - SPCost: 2 - AmmoTypes: { - A_SHURIKEN: true - } - AmmoAmount: 1 - } -}, -{ - Id: 524 - Name: "NJ_KUNAI" - Description: "Throw Kunai" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - NumberOfHits: 3 - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 25 - Lv3: 20 - Lv4: 15 - Lv5: 10 - Lv6: 5 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AmmoTypes: { - A_KUNAI: true - } - AmmoAmount: 1 - } -}, -{ - Id: 525 - Name: "NJ_HUUMA" - Description: "Throw Huuma Shuriken" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - NumberOfHits: { - Lv1: -3 - Lv2: -3 - Lv3: -4 - Lv4: -4 - Lv5: -5 - Lv6: -5 - Lv7: -6 - Lv8: -6 - Lv9: -7 - Lv10: -7 - } - CastTime: { - Lv1: 2400 - Lv2: 2400 - Lv3: 2400 - Lv4: 2400 - Lv5: 2400 - Lv6: 2400 - Lv7: 2400 - Lv8: 2400 - Lv9: 2400 - Lv10: 2400 - } - AfterCastActDelay: 2000 - SkillData1: 100 - FixedCastTime: 600 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - WeaponTypes: { - FuumaShurikens: true - } - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 526 - Name: "NJ_ZENYNAGE" - Description: "Throw Zeny" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Misc" - DamageType: { - IgnoreElement: true - IgnoreFlee: true - } - AfterCastActDelay: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 50 - ZenyCost: { - Lv1: 500 - Lv2: 1000 - Lv3: 1500 - Lv4: 2000 - Lv5: 2500 - Lv6: 3000 - Lv7: 3500 - Lv8: 4000 - Lv9: 4500 - Lv10: 5000 - } - } -}, -{ - Id: 527 - Name: "NJ_TATAMIGAESHI" - Description: "Improvised Defense" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - KnockBackTiles: 4 - AfterCastActDelay: 3000 - SkillData1: 3000 - SkillData2: 3000 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } - Unit: { - Id: 0xbc - Layout: -1 - Interval: 2000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 528 - Name: "NJ_KASUMIKIRI" - Description: "Vanishing Slash" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 529 - Name: "NJ_SHADOWJUMP" - Description: "Shadow Leap" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 9 - Lv3: 11 - Lv4: 13 - Lv5: 15 - Lv6: 17 - Lv7: 19 - Lv8: 21 - Lv9: 23 - Lv10: 25 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - State: "Hiding" - } -}, -{ - Id: 530 - Name: "NJ_KIRIKAGE" - Description: "Shadow Slash" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 9 - Lv3: 11 - Lv4: 13 - Lv5: 15 - Lv6: 17 - Lv7: 19 - Lv8: 21 - Lv9: 23 - Lv10: 25 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 10 - State: "Hiding" - } -}, -{ - Id: 531 - Name: "NJ_UTSUSEMI" - Description: "Cicada Skin Sheeding" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - DamageType: { - NoDamage: true - } - KnockBackTiles: 7 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 15 - Lv3: 18 - Lv4: 21 - Lv5: 24 - Lv6: 27 - Lv7: 30 - Lv8: 33 - Lv9: 36 - Lv10: 39 - } - } -}, -{ - Id: 532 - Name: "NJ_BUNSINJYUTSU" - Description: "Mirror Image" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 3200 - Lv2: 2800 - Lv3: 2400 - Lv4: 2000 - Lv5: 1600 - Lv6: 1200 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: { - Lv1: 800 - Lv2: 700 - Lv3: 600 - Lv4: 500 - Lv5: 400 - Lv6: 300 - Lv7: 200 - Lv8: 200 - Lv9: 200 - Lv10: 200 - } - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 32 - Lv3: 34 - Lv4: 36 - Lv5: 38 - Lv6: 40 - Lv7: 42 - Lv8: 44 - Lv9: 46 - Lv10: 48 - } + } +}, +{ + Id: 499 + Name: "HT_POWER" + Description: "Beast Strafing" + MaxLevel: 1 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + Spirit: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 2 + AfterCastActDelay: 100 + SkillData1: 100 + FixedCastTime: 0 + Requirements: { + SPCost: 12 + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 500 + Name: "GS_GLITTERING" + Description: "Flip the Coin" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + IgnoreFlee: true + } + SkillData1: 600000 + FixedCastTime: 0 + Requirements: { + SPCost: 2 + ZenyCost: 1 + } +}, +{ + Id: 501 + Name: "GS_FLING" + Description: "Fling" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Misc" + Element: "Ele_Weapon" + DamageType: { + IgnoreElement: true + IgnoreFlee: true + } + SkillData1: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + SpiritSphereCost: 5 + } +}, +{ + Id: 502 + Name: "GS_TRIPLEACTION" + Description: "Triple Action" + MaxLevel: 1 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + Requirements: { + SPCost: 20 + AmmoTypes: "All" + AmmoAmount: 1 + SpiritSphereCost: 1 + } +}, +{ + Id: 503 + Name: "GS_BULLSEYE" + Description: "Bulls Eye" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreCards: true + } + CastTime: 800 + AfterCastActDelay: 1000 + FixedCastTime: 200 + Requirements: { + SPCost: 30 + AmmoTypes: "All" + AmmoAmount: 1 + SpiritSphereCost: 1 + } +}, +{ + Id: 504 + Name: "GS_MADNESSCANCEL" + Description: "Madness Canceller" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: 1600 + AfterCastActDelay: 3000 + SkillData1: 15000 + FixedCastTime: 400 + Requirements: { + SPCost: 30 + SpiritSphereCost: 4 + } +}, +{ + Id: 505 + Name: "GS_ADJUSTMENT" + Description: "AdJustment" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: 800 + AfterCastActDelay: 2000 + SkillData1: 30000 + FixedCastTime: 200 + Requirements: { + SPCost: 15 + SpiritSphereCost: 2 + } +}, +{ + Id: 506 + Name: "GS_INCREASING" + Description: "Increasing Accuracy" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + SpiritSphereCost: 4 + } +}, +{ + Id: 507 + Name: "GS_MAGICALBULLET" + Description: "Magical Bullet" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Ghost" + Requirements: { + SPCost: 7 + SpiritSphereCost: 1 + } +}, +{ + Id: 508 + Name: "GS_CRACKER" + Description: "Cracker" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + AmmoTypes: "All" + AmmoAmount: 1 + SpiritSphereCost: 1 + } +}, +{ + Id: 509 + Name: "GS_SINGLEACTION" + Description: "Single Action" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 510 + Name: "GS_SNAKEEYE" + Description: "Snake Eye" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 511 + Name: "GS_CHAINACTION" + Description: "Chain Action" + MaxLevel: 10 + Range: -9 + Hit: "BDT_MULTIHIT" + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 2 +}, +{ + Id: 512 + Name: "GS_TRACKING" + Description: "Tracking" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: { + Lv1: 600 + Lv2: 700 + Lv3: 800 + Lv4: 900 + Lv5: 1000 + Lv6: 1100 + Lv7: 1200 + Lv8: 1300 + Lv9: 1400 + Lv10: 1500 + } + AfterCastActDelay: 1500 + FixedCastTime: { + Lv1: 600 + Lv2: 700 + Lv3: 800 + Lv4: 900 + Lv5: 1000 + Lv6: 1100 + Lv7: 1200 + Lv8: 1300 + Lv9: 1400 + Lv10: 1500 + } + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + } + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 20 + Lv3: 25 + Lv4: 30 + Lv5: 35 + Lv6: 40 + Lv7: 45 + Lv8: 50 + Lv9: 55 + Lv10: 60 + } + WeaponTypes: { + Revolvers: true + Rifles: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 1 + } +}, +{ + Id: 513 + Name: "GS_DISARM" + Description: "Disarm" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: 1600 + AfterCastActDelay: 1000 + SkillData1: 30000 + FixedCastTime: 400 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 20 + Lv3: 25 + Lv4: 30 + Lv5: 35 + Lv6: 40 + Lv7: 45 + Lv8: 50 + Lv9: 55 + Lv10: 60 + } + WeaponTypes: { + Revolvers: true + Rifles: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 1 + } +}, +{ + Id: 514 + Name: "GS_PIERCINGSHOT" + Description: "Piercing Shot" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreDefense: true + } + CastTime: 1200 + AfterCastActDelay: 500 + SkillData2: 120000 + FixedCastTime: 300 + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 12 + Lv3: 13 + Lv4: 14 + Lv5: 15 + Lv6: 16 + Lv7: 17 + Lv8: 18 + Lv9: 19 + Lv10: 20 + } + WeaponTypes: { + Revolvers: true + Rifles: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 1 + } +}, +{ + Id: 515 + Name: "GS_RAPIDSHOWER" + Description: "Rapid Shower" + MaxLevel: 10 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 5 + AfterCastActDelay: 1500 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + WeaponTypes: { + Revolvers: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 5 + } +}, +{ + Id: 516 + Name: "GS_DESPERADO" + Description: "Desperado" + MaxLevel: 10 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + AfterCastActDelay: 1000 + AfterCastWalkDelay: 1000 + SkillData1: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 32 + Lv2: 34 + Lv3: 36 + Lv4: 38 + Lv5: 40 + Lv6: 42 + Lv7: 44 + Lv8: 46 + Lv9: 48 + Lv10: 50 + } + WeaponTypes: { + Revolvers: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 10 + } + Unit: { + Id: 0x86 + Layout: 3 + Interval: 100 + Target: "Enemy" + } +}, +{ + Id: 517 + Name: "GS_GATLINGFEVER" + Description: "Gatling Fever" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + CastTime: 800 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 32 + Lv3: 34 + Lv4: 36 + Lv5: 38 + Lv6: 40 + Lv7: 42 + Lv8: 44 + Lv9: 46 + Lv10: 48 + } + WeaponTypes: { + GatlingGuns: true + } + } +}, +{ + Id: 518 + Name: "GS_DUST" + Description: "Dust" + MaxLevel: 10 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + KnockBackTiles: 5 + CastTime: 1200 + AfterCastActDelay: 1000 + FixedCastTime: 300 + Requirements: { + SPCost: { + Lv1: 3 + Lv2: 6 + Lv3: 9 + Lv4: 12 + Lv5: 15 + Lv6: 18 + Lv7: 21 + Lv8: 24 + Lv9: 27 + Lv10: 30 + } + WeaponTypes: { + Shotguns: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 1 + } +}, +{ + Id: 519 + Name: "GS_FULLBUSTER" + Description: "Full Buster" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: 800 + AfterCastActDelay: { + Lv1: 1200 + Lv2: 1400 + Lv3: 1600 + Lv4: 1800 + Lv5: 2000 + Lv6: 2200 + Lv7: 2400 + Lv8: 2600 + Lv9: 2800 + Lv10: 3000 + } + SkillData2: 10000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + WeaponTypes: { + Shotguns: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: { + Lv1: 2 + Lv2: 2 + Lv3: 4 + Lv4: 4 + Lv5: 6 + Lv6: 6 + Lv7: 8 + Lv8: 8 + Lv9: 10 + Lv10: 10 + } + } +}, +{ + Id: 520 + Name: "GS_SPREADATTACK" + Description: "Spread Attack" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 4 + } + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 20 + Lv3: 25 + Lv4: 30 + Lv5: 35 + Lv6: 40 + Lv7: 45 + Lv8: 50 + Lv9: 55 + Lv10: 60 + } + WeaponTypes: { + Shotguns: true + GrenadeLaunchers: true + } + AmmoTypes: { + A_BULLET: true + } + AmmoAmount: 5 + } +}, +{ + Id: 521 + Name: "GS_GROUNDDRIFT" + Description: "Ground Drift" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + SplashRange: 1 + KnockBackTiles: 3 + CastTime: 800 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 3000 + Lv2: 6000 + Lv3: 9000 + Lv4: 12000 + Lv5: 15000 + Lv6: 18000 + Lv7: 21000 + Lv8: 24000 + Lv9: 27000 + Lv10: 30000 + } + SkillData2: 10000 + FixedCastTime: 200 + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 8 + Lv3: 12 + Lv4: 16 + Lv5: 20 + Lv6: 24 + Lv7: 28 + Lv8: 32 + Lv9: 36 + Lv10: 40 + } + WeaponTypes: { + GrenadeLaunchers: true + } + AmmoTypes: { + A_GRENADE: true + } + AmmoAmount: 1 + } + Unit: { + Id: 0xbe + Range: 1 + Interval: 1000 + Target: "Enemy" + } +}, +{ + Id: 522 + Name: "NJ_TOBIDOUGU" + Description: "Shuriken Training" + MaxLevel: 10 + AttackType: "Weapon" +}, +{ + Id: 523 + Name: "NJ_SYURIKEN" + Description: "Throw Shuriken" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + Requirements: { + SPCost: 2 + AmmoTypes: { + A_SHURIKEN: true + } + AmmoAmount: 1 + } +}, +{ + Id: 524 + Name: "NJ_KUNAI" + Description: "Throw Kunai" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + NumberOfHits: 3 + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 25 + Lv3: 20 + Lv4: 15 + Lv5: 10 + Lv6: 5 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AmmoTypes: { + A_KUNAI: true + } + AmmoAmount: 1 + } +}, +{ + Id: 525 + Name: "NJ_HUUMA" + Description: "Throw Huuma Shuriken" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + NumberOfHits: { + Lv1: -3 + Lv2: -3 + Lv3: -4 + Lv4: -4 + Lv5: -5 + Lv6: -5 + Lv7: -6 + Lv8: -6 + Lv9: -7 + Lv10: -7 + } + CastTime: { + Lv1: 2400 + Lv2: 2400 + Lv3: 2400 + Lv4: 2400 + Lv5: 2400 + Lv6: 2400 + Lv7: 2400 + Lv8: 2400 + Lv9: 2400 + Lv10: 2400 + } + AfterCastActDelay: 2000 + SkillData1: 100 + FixedCastTime: 600 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + WeaponTypes: { + FuumaShurikens: true + } + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 526 + Name: "NJ_ZENYNAGE" + Description: "Throw Zeny" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Misc" + DamageType: { + IgnoreElement: true + IgnoreFlee: true + } + AfterCastActDelay: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 50 + ZenyCost: { + Lv1: 500 + Lv2: 1000 + Lv3: 1500 + Lv4: 2000 + Lv5: 2500 + Lv6: 3000 + Lv7: 3500 + Lv8: 4000 + Lv9: 4500 + Lv10: 5000 + } + } +}, +{ + Id: 527 + Name: "NJ_TATAMIGAESHI" + Description: "Improvised Defense" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + KnockBackTiles: 4 + AfterCastActDelay: 3000 + SkillData1: 3000 + SkillData2: 3000 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } + Unit: { + Id: 0xbc + Layout: -1 + Interval: 2000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 528 + Name: "NJ_KASUMIKIRI" + Description: "Vanishing Slash" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 529 + Name: "NJ_SHADOWJUMP" + Description: "Shadow Leap" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 9 + Lv3: 11 + Lv4: 13 + Lv5: 15 + Lv6: 17 + Lv7: 19 + Lv8: 21 + Lv9: 23 + Lv10: 25 + } + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + State: "Hiding" + } +}, +{ + Id: 530 + Name: "NJ_KIRIKAGE" + Description: "Shadow Slash" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 9 + Lv3: 11 + Lv4: 13 + Lv5: 15 + Lv6: 17 + Lv7: 19 + Lv8: 21 + Lv9: 23 + Lv10: 25 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 10 + State: "Hiding" + } +}, +{ + Id: 531 + Name: "NJ_UTSUSEMI" + Description: "Cicada Skin Sheeding" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + DamageType: { + NoDamage: true + } + KnockBackTiles: 7 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 15 + Lv3: 18 + Lv4: 21 + Lv5: 24 + Lv6: 27 + Lv7: 30 + Lv8: 33 + Lv9: 36 + Lv10: 39 + } + } +}, +{ + Id: 532 + Name: "NJ_BUNSINJYUTSU" + Description: "Mirror Image" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 3200 + Lv2: 2800 + Lv3: 2400 + Lv4: 2000 + Lv5: 1600 + Lv6: 1200 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: { + Lv1: 800 + Lv2: 700 + Lv3: 600 + Lv4: 500 + Lv5: 400 + Lv6: 300 + Lv7: 200 + Lv8: 200 + Lv9: 200 + Lv10: 200 + } + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 32 + Lv3: 34 + Lv4: 36 + Lv5: 38 + Lv6: 40 + Lv7: 42 + Lv8: 44 + Lv9: 46 + Lv10: 48 + } // Items: { // Shadow_Orb: 1 // } - } -}, -{ - Id: 533 - Name: "NJ_NINPOU" - Description: "Spirit of the Blade" - MaxLevel: 10 - NumberOfHits: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 534 - Name: "NJ_KOUENKA" - Description: "Crimson Fire Petal" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: { - Lv1: 560 - Lv2: 1120 - Lv3: 1680 - Lv4: 2240 - Lv5: 2800 - Lv6: 3360 - Lv7: 3840 - Lv8: 4480 - Lv9: 5040 - Lv10: 5600 - } - FixedCastTime: { - Lv1: 140 - Lv2: 280 - Lv3: 420 - Lv4: 560 - Lv5: 700 - Lv6: 840 - Lv7: 960 - Lv8: 1120 - Lv9: 1260 - Lv10: 1400 - } - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 20 - Lv3: 22 - Lv4: 24 - Lv5: 26 - Lv6: 28 - Lv7: 30 - Lv8: 32 - Lv9: 34 - Lv10: 36 - } - } -}, -{ - Id: 535 - Name: "NJ_KAENSIN" - Description: "Crimson Fire Formation" - MaxLevel: 10 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Fire" - InterruptCast: true - CastTime: { - Lv1: 4800 - Lv2: 4400 - Lv3: 4000 - Lv4: 3600 - Lv5: 3200 - Lv6: 2800 - Lv7: 2400 - Lv8: 2000 - Lv9: 1600 - Lv10: 1200 - } - AfterCastActDelay: 1000 - SkillData1: 20000 - FixedCastTime: { - Lv1: 1200 - Lv2: 1100 - Lv3: 1000 - Lv4: 900 - Lv5: 800 - Lv6: 700 - Lv7: 600 - Lv8: 500 - Lv9: 400 - Lv10: 300 - } - Requirements: { - SPCost: 25 + } +}, +{ + Id: 533 + Name: "NJ_NINPOU" + Description: "Spirit of the Blade" + MaxLevel: 10 + NumberOfHits: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 534 + Name: "NJ_KOUENKA" + Description: "Crimson Fire Petal" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: { + Lv1: 560 + Lv2: 1120 + Lv3: 1680 + Lv4: 2240 + Lv5: 2800 + Lv6: 3360 + Lv7: 3840 + Lv8: 4480 + Lv9: 5040 + Lv10: 5600 + } + FixedCastTime: { + Lv1: 140 + Lv2: 280 + Lv3: 420 + Lv4: 560 + Lv5: 700 + Lv6: 840 + Lv7: 960 + Lv8: 1120 + Lv9: 1260 + Lv10: 1400 + } + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 20 + Lv3: 22 + Lv4: 24 + Lv5: 26 + Lv6: 28 + Lv7: 30 + Lv8: 32 + Lv9: 34 + Lv10: 36 + } + } +}, +{ + Id: 535 + Name: "NJ_KAENSIN" + Description: "Crimson Fire Formation" + MaxLevel: 10 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Fire" + InterruptCast: true + CastTime: { + Lv1: 4800 + Lv2: 4400 + Lv3: 4000 + Lv4: 3600 + Lv5: 3200 + Lv6: 2800 + Lv7: 2400 + Lv8: 2000 + Lv9: 1600 + Lv10: 1200 + } + AfterCastActDelay: 1000 + SkillData1: 20000 + FixedCastTime: { + Lv1: 1200 + Lv2: 1100 + Lv3: 1000 + Lv4: 900 + Lv5: 800 + Lv6: 700 + Lv7: 600 + Lv8: 500 + Lv9: 400 + Lv10: 300 + } + Requirements: { + SPCost: 25 // Items: { // Flame_Stone: 1 // } - } - Unit: { - Id: 0xbd - Layout: -1 - Interval: 20 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 536 - Name: "NJ_BAKUENRYU" - Description: "Raging Fire Dragon" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: 2 - NumberOfHits: 3 - InterruptCast: true - CastTime: 2400 - AfterCastActDelay: 2000 - FixedCastTime: 600 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } + } + Unit: { + Id: 0xbd + Layout: -1 + Interval: 20 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 536 + Name: "NJ_BAKUENRYU" + Description: "Raging Fire Dragon" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: 2 + NumberOfHits: 3 + InterruptCast: true + CastTime: 2400 + AfterCastActDelay: 2000 + FixedCastTime: 600 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } // Items: { // Flame_Stone: 1 // } - } -}, -{ - Id: 537 - Name: "NJ_HYOUSENSOU" - Description: "Spear of Ice" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - NumberOfHits: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - CastTime: { - Lv1: 560 - Lv2: 1120 - Lv3: 1680 - Lv4: 2240 - Lv5: 2800 - Lv6: 3360 - Lv7: 3840 - Lv8: 4480 - Lv9: 5040 - Lv10: 5600 - } - FixedCastTime: { - Lv1: 140 - Lv2: 280 - Lv3: 420 - Lv4: 560 - Lv5: 700 - Lv6: 840 - Lv7: 960 - Lv8: 1120 - Lv9: 1260 - Lv10: 1400 - } - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 18 - Lv3: 21 - Lv4: 24 - Lv5: 27 - Lv6: 30 - Lv7: 33 - Lv8: 36 - Lv9: 39 - Lv10: 42 - } - } -}, -{ - Id: 538 - Name: "NJ_SUITON" - Description: "Hidden Water" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2400 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - FixedCastTime: 600 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 18 - Lv3: 21 - Lv4: 24 - Lv5: 27 - Lv6: 30 - Lv7: 33 - Lv8: 36 - Lv9: 39 - Lv10: 42 - } + } +}, +{ + Id: 537 + Name: "NJ_HYOUSENSOU" + Description: "Spear of Ice" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + NumberOfHits: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + CastTime: { + Lv1: 560 + Lv2: 1120 + Lv3: 1680 + Lv4: 2240 + Lv5: 2800 + Lv6: 3360 + Lv7: 3840 + Lv8: 4480 + Lv9: 5040 + Lv10: 5600 + } + FixedCastTime: { + Lv1: 140 + Lv2: 280 + Lv3: 420 + Lv4: 560 + Lv5: 700 + Lv6: 840 + Lv7: 960 + Lv8: 1120 + Lv9: 1260 + Lv10: 1400 + } + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 18 + Lv3: 21 + Lv4: 24 + Lv5: 27 + Lv6: 30 + Lv7: 33 + Lv8: 36 + Lv9: 39 + Lv10: 42 + } + } +}, +{ + Id: 538 + Name: "NJ_SUITON" + Description: "Hidden Water" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2400 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + SkillData2: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + FixedCastTime: 600 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 18 + Lv3: 21 + Lv4: 24 + Lv5: 27 + Lv6: 30 + Lv7: 33 + Lv8: 36 + Lv9: 39 + Lv10: 42 + } // Items: { // Ice_Stone: 1 // } - } - Unit: { - Id: 0xbb - Layout: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 4 - } - Interval: -1 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 539 - Name: "NJ_HYOUSYOURAKU" - Description: "Ice Meteor" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: 3 - InterruptCast: true - CastTime: { - Lv1: 1600 - Lv2: 2000 - Lv3: 2400 - Lv4: 2800 - Lv5: 3200 - Lv6: 3200 - Lv7: 3200 - Lv8: 3200 - Lv9: 3200 - Lv10: 3200 - } - AfterCastActDelay: 2000 - SkillData2: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: { - Lv1: 400 - Lv2: 500 - Lv3: 600 - Lv4: 700 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } + } + Unit: { + Id: 0xbb + Layout: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 4 + } + Interval: -1 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 539 + Name: "NJ_HYOUSYOURAKU" + Description: "Ice Meteor" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: 3 + InterruptCast: true + CastTime: { + Lv1: 1600 + Lv2: 2000 + Lv3: 2400 + Lv4: 2800 + Lv5: 3200 + Lv6: 3200 + Lv7: 3200 + Lv8: 3200 + Lv9: 3200 + Lv10: 3200 + } + AfterCastActDelay: 2000 + SkillData2: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: { + Lv1: 400 + Lv2: 500 + Lv3: 600 + Lv4: 700 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } // Items: { // Ice_Stone: 1 // } - } -}, -{ - Id: 540 - Name: "NJ_HUUJIN" - Description: "Wind Blade" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 2 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 5 - Lv9: 5 - Lv10: 6 - } - InterruptCast: true - CastTime: { - Lv1: 800 - Lv2: 1200 - Lv3: 1600 - Lv4: 2000 - Lv5: 2400 - Lv6: 2800 - Lv7: 3200 - Lv8: 3600 - Lv9: 4000 - Lv10: 4400 - } - AfterCastActDelay: 1000 - FixedCastTime: { - Lv1: 200 - Lv2: 300 - Lv3: 400 - Lv4: 500 - Lv5: 600 - Lv6: 700 - Lv7: 800 - Lv8: 900 - Lv9: 1000 - Lv10: 1100 - } - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 541 - Name: "NJ_RAIGEKISAI" - Description: "Lightning Strike of Destruction" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 4 - Lv6: 4 - Lv7: 5 - Lv8: 5 - Lv9: 6 - Lv10: 6 - } - InterruptCast: true - CastTime: 3200 - SkillData1: 100 - FixedCastTime: 800 - Requirements: { - SPCost: { - Lv1: 16 - Lv2: 20 - Lv3: 24 - Lv4: 28 - Lv5: 32 - Lv6: 36 - Lv7: 40 - Lv8: 44 - Lv9: 48 - Lv10: 52 - } + } +}, +{ + Id: 540 + Name: "NJ_HUUJIN" + Description: "Wind Blade" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 2 + Lv4: 3 + Lv5: 3 + Lv6: 4 + Lv7: 4 + Lv8: 5 + Lv9: 5 + Lv10: 6 + } + InterruptCast: true + CastTime: { + Lv1: 800 + Lv2: 1200 + Lv3: 1600 + Lv4: 2000 + Lv5: 2400 + Lv6: 2800 + Lv7: 3200 + Lv8: 3600 + Lv9: 4000 + Lv10: 4400 + } + AfterCastActDelay: 1000 + FixedCastTime: { + Lv1: 200 + Lv2: 300 + Lv3: 400 + Lv4: 500 + Lv5: 600 + Lv6: 700 + Lv7: 800 + Lv8: 900 + Lv9: 1000 + Lv10: 1100 + } + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 541 + Name: "NJ_RAIGEKISAI" + Description: "Lightning Strike of Destruction" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 4 + Lv6: 4 + Lv7: 5 + Lv8: 5 + Lv9: 6 + Lv10: 6 + } + InterruptCast: true + CastTime: 3200 + SkillData1: 100 + FixedCastTime: 800 + Requirements: { + SPCost: { + Lv1: 16 + Lv2: 20 + Lv3: 24 + Lv4: 28 + Lv5: 32 + Lv6: 36 + Lv7: 40 + Lv8: 44 + Lv9: 48 + Lv10: 52 + } // Items: { // Wind_Stone: 1 // } - } - Unit: { - Id: 0x86 - Range: { - Lv1: 3 - Lv2: 3 - Lv3: 4 - Lv4: 4 - Lv5: 5 - Lv6: 5 - Lv7: 6 - Lv8: 6 - Lv9: 7 - Lv10: 7 - } - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 542 - Name: "NJ_KAMAITACHI" - Description: "Kamaitachi" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - SplashRange: 3 - InterruptCast: true - SkillInstances: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - CastTime: 3200 - FixedCastTime: 800 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } + } + Unit: { + Id: 0x86 + Range: { + Lv1: 3 + Lv2: 3 + Lv3: 4 + Lv4: 4 + Lv5: 5 + Lv6: 5 + Lv7: 6 + Lv8: 6 + Lv9: 7 + Lv10: 7 + } + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 542 + Name: "NJ_KAMAITACHI" + Description: "Kamaitachi" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + SplashRange: 3 + InterruptCast: true + SkillInstances: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + CastTime: 3200 + FixedCastTime: 800 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } // Items: { // Wind_Stone: 1 // } - } -}, -{ - Id: 543 - Name: "NJ_NEN" - Description: "Soul" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 4000 - Lv2: 3200 - Lv3: 2400 - Lv4: 1600 - Lv5: 800 - Lv6: 800 - Lv7: 800 - Lv8: 800 - Lv9: 800 - Lv10: 800 - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: { - Lv1: 1000 - Lv2: 800 - Lv3: 600 - Lv4: 400 - Lv5: 200 - Lv6: 200 - Lv7: 200 - Lv8: 200 - Lv9: 200 - Lv10: 200 - } - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - HPRateCost: -5 - } -}, -{ - Id: 544 - Name: "NJ_ISSEN" - Description: "Final Strike" - MaxLevel: 10 - Range: -5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - IgnoreFlee: true - } - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 653 - Name: "NPC_EARTHQUAKE" - Description: "Earthquake" - MaxLevel: 10 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - IgnoreLandProtector: true - ShowSkillScale: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - SplitDamage: true - IgnoreDefense: true - } - SplashRange: { - Lv1: 5 - Lv2: 7 - Lv3: 9 - Lv4: 11 - Lv5: 13 - Lv6: 5 - Lv7: 7 - Lv8: 9 - Lv9: 11 - Lv10: 13 - } - SkillData1: 900 - FixedCastTime: -1 - Unit: { - Id: 0xc6 - Range: { - Lv1: 5 - Lv2: 7 - Lv3: 9 - Lv4: 11 - Lv5: 13 - Lv6: 5 - Lv7: 7 - Lv8: 9 - Lv9: 11 - Lv10: 13 - } - Interval: 300 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 654 - Name: "NPC_FIREBREATH" - Description: "Fire Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - SplashRange: 5 - SkillInstances: 14 -}, -{ - Id: 655 - Name: "NPC_ICEBREATH" - Description: "Ice Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Water" - SplashRange: 5 - SkillInstances: 14 - SkillData2: 12000 - FixedCastTime: -1 -}, -{ - Id: 656 - Name: "NPC_THUNDERBREATH" - Description: "Thunder Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Wind" - SplashRange: 5 - SkillInstances: 14 -}, -{ - Id: 657 - Name: "NPC_ACIDBREATH" - Description: "Acid Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - SplashRange: 5 - SkillInstances: 14 - SkillData2: 60000 - FixedCastTime: -1 -}, -{ - Id: 658 - Name: "NPC_DARKNESSBREATH" - Description: "Darkness Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Dark" - SplashRange: 5 - SkillInstances: 14 -}, -{ - Id: 659 - Name: "NPC_DRAGONFEAR" - Description: "Dragon Fear" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: { - Lv1: 5000 - Lv2: 30000 - Lv3: 30000 - Lv4: 120000 - Lv5: 120000 - Lv6: 120000 - Lv7: 120000 - Lv8: 120000 - Lv9: 120000 - Lv10: 120000 - } - FixedCastTime: -1 -}, -{ - Id: 660 - Name: "NPC_BLEEDING" - Description: "Bleeding" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 120000 - FixedCastTime: -1 -}, -{ - Id: 661 - Name: "NPC_PULSESTRIKE" - Description: "Pulse Strike" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 7 - KnockBackTiles: 7 -}, -{ - Id: 662 - Name: "NPC_HELLJUDGEMENT" - Description: "Hell's Judgement" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 14 - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 663 - Name: "NPC_WIDESILENCE" - Description: "Wide Silence" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 664 - Name: "NPC_WIDEFREEZE" - Description: "Wide Freeze" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 12000 - FixedCastTime: -1 -}, -{ - Id: 665 - Name: "NPC_WIDEBLEEDING" - Description: "Wide Bleeding" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 120000 - FixedCastTime: -1 -}, -{ - Id: 666 - Name: "NPC_WIDESTONE" - Description: "Wide Petrify" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 20000 - FixedCastTime: -1 -}, -{ - Id: 667 - Name: "NPC_WIDECONFUSE" - Description: "Wide Confusion" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 668 - Name: "NPC_WIDESLEEP" - Description: "Wide Sleep" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 669 - Name: "NPC_WIDESIGHT" - Description: "Wide Sight" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 5 - SkillData1: 10000 - FixedCastTime: -1 -}, -{ - Id: 670 - Name: "NPC_EVILLAND" - Description: "Evil Land" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - AttackType: "Magic" - Element: "Ele_Dark" - DamageType: { - NoDamage: true - IgnoreElement: true - IgnoreDefCards: true - } - SkillData1: 30000 - SkillData2: 30000 - FixedCastTime: -1 - Unit: { - Id: 0xc7 - Layout: 1 - Range: { - Lv1: 4 - Lv2: 7 - Lv3: 10 - Lv4: 13 - Lv5: 16 - Lv6: 19 - Lv7: 22 - Lv8: 25 - Lv9: 28 - Lv10: 31 - } - Interval: 1000 - Target: "All" - Flag: { - UF_NOOVERLAP: true - } - } -}, -{ - Id: 671 - Name: "NPC_MAGICMIRROR" - Description: "Magic Mirror" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: -1 -}, -{ - Id: 672 - Name: "NPC_SLOWCAST" - Description: "Slow Cast" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 673 - Name: "NPC_CRITICALWOUND" - Description: "Critical Wounds" - MaxLevel: 5 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 674 - Name: "NPC_EXPULSION" - Description: "Expulsion" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } -}, -{ - Id: 675 - Name: "NPC_STONESKIN" - Description: "Stone Skin" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: -1 -}, -{ - Id: 676 - Name: "NPC_ANTIMAGIC" - Description: "Anti Magic" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: -1 -}, -{ - Id: 677 - Name: "NPC_WIDECURSE" - Description: "Wide Curse" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 30000 - FixedCastTime: -1 -}, -{ - Id: 678 - Name: "NPC_WIDESTUN" - Description: "Wide Stun" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 5 - Lv3: 8 - Lv4: 11 - Lv5: 14 - Lv6: 17 - Lv7: 20 - Lv8: 23 - Lv9: 26 - Lv10: 29 - } - SkillData2: 5000 - FixedCastTime: -1 -}, -{ - Id: 679 - Name: "NPC_VAMPIRE_GIFT" - Description: "Vampire Gift" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 7 - Lv3: 9 - Lv4: 11 - Lv5: 13 - Lv6: 13 - Lv7: 13 - Lv8: 13 - Lv9: 13 - Lv10: 13 - } -}, -{ - Id: 680 - Name: "NPC_WIDESOULDRAIN" - Description: "Wide Soul Drain" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - ShowSkillScale: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 7 - Lv3: 9 - Lv4: 11 - Lv5: 13 - Lv6: 13 - Lv7: 13 - Lv8: 13 - Lv9: 13 - Lv10: 13 - } -}, -{ - Id: 681 - Name: "ALL_INCCARRY" - Description: "Increase Weight Limit R" - MaxLevel: 10 - SkillInfo: { - Quest: true - } - NumberOfHits: 0 -}, -{ - Id: 682 - Name: "NPC_TALK" - Description: "Talk" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } -}, -{ - Id: 683 - Name: "NPC_HELLPOWER" - Description: "Hell Power" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - NPC: true - } - Element: "Ele_Weapon" - SkillData2: 300000 - FixedCastTime: -1 -}, -{ - Id: 684 - Name: "NPC_WIDEHELLDIGNITY" - Description: "Hell Dignity" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - SkillData2: 300000 - FixedCastTime: -1 -}, -{ - Id: 685 - Name: "NPC_INVINCIBLE" - Description: "Invincible" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 -}, -{ - Id: 686 - Name: "NPC_INVINCIBLEOFF" - Description: "Invincible off" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - SkillData1: 60000 - FixedCastTime: -1 -}, -{ - Id: 687 - Name: "NPC_ALLHEAL" - Description: "Full Heal" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true -}, -{ - Id: 688 - Name: "GM_SANDMAN" - Description: "GM Sandman" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 689 - Name: "CASH_BLESSING" - Description: "Party Blessing" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: -1 -}, -{ - Id: 690 - Name: "CASH_INCAGI" - Description: "Party Increase AGI" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: -1 -}, -{ - Id: 691 - Name: "CASH_ASSUMPTIO" - Description: "Party Assumptio" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - SkillData1: { - Lv1: 20000 - Lv2: 40000 - Lv3: 60000 - Lv4: 80000 - Lv5: 100000 - Lv6: 120000 - Lv7: 140000 - Lv8: 160000 - Lv9: 180000 - Lv10: 200000 - } - FixedCastTime: -1 -}, -{ - Id: 692 - Name: "ALL_CATCRY" - Description: "Cat Cry" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 50 - } -}, -{ - Id: 693 - Name: "ALL_PARTYFLEE" - Description: "Party Flee" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true -}, -{ - Id: 694 - Name: "ALL_ANGEL_PROTECT" - Description: "Angel's Protection" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NPC: true - NoCastSelf: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: 30000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 695 - Name: "ALL_DREAM_SUMMERNIGHT" - Description: "Summer Night Dream" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 12000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 697 - Name: "ALL_REVERSEORCISH" - Description: "Reverse Orcish" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 1200000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 698 - Name: "ALL_WEWISH" - Description: "Christmas Carol" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NPC: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 20000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 1001 - Name: "KN_CHARGEATK" - Description: "Charge Attack" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: 250 - FixedCastTime: 250 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 1002 - Name: "CR_SHRINK" - Description: "Shrink" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - KnockBackTiles: 2 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 15 - State: "Shield" - } -}, -{ - Id: 1003 - Name: "AS_SONICACCEL" - Description: "Sonic Acceleration" - MaxLevel: 1 - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 1004 - Name: "AS_VENOMKNIFE" - Description: "Throw Venom Knife" - MaxLevel: 1 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - IgnoreCards: true - } - SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 15 - AmmoTypes: { - A_DAGGER: true - } - AmmoAmount: 1 - } -}, -{ - Id: 1005 - Name: "RG_CLOSECONFINE" - Description: "Close Confine" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 25 - } -}, -{ - Id: 1006 - Name: "WZ_SIGHTBLASTER" - Description: "Sight Blaster" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SplashRange: 1 - InterruptCast: true - KnockBackTiles: 3 - CastTime: 1280 - SkillData1: 120000 - FixedCastTime: 320 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 1007 - Name: "SA_CREATECON" - Description: "Create Elemental Converter" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 1008 - Name: "SA_ELEMENTWATER" - Description: "Elemental Change Water" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 1800000 - FixedCastTime: 2000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 543 + Name: "NJ_NEN" + Description: "Soul" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 4000 + Lv2: 3200 + Lv3: 2400 + Lv4: 1600 + Lv5: 800 + Lv6: 800 + Lv7: 800 + Lv8: 800 + Lv9: 800 + Lv10: 800 + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: { + Lv1: 1000 + Lv2: 800 + Lv3: 600 + Lv4: 400 + Lv5: 200 + Lv6: 200 + Lv7: 200 + Lv8: 200 + Lv9: 200 + Lv10: 200 + } + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + HPRateCost: -5 + } +}, +{ + Id: 544 + Name: "NJ_ISSEN" + Description: "Final Strike" + MaxLevel: 10 + Range: -5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + IgnoreFlee: true + } + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 653 + Name: "NPC_EARTHQUAKE" + Description: "Earthquake" + MaxLevel: 10 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + IgnoreLandProtector: true + ShowSkillScale: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + SplitDamage: true + IgnoreDefense: true + } + SplashRange: { + Lv1: 5 + Lv2: 7 + Lv3: 9 + Lv4: 11 + Lv5: 13 + Lv6: 5 + Lv7: 7 + Lv8: 9 + Lv9: 11 + Lv10: 13 + } + SkillData1: 900 + FixedCastTime: -1 + Unit: { + Id: 0xc6 + Range: { + Lv1: 5 + Lv2: 7 + Lv3: 9 + Lv4: 11 + Lv5: 13 + Lv6: 5 + Lv7: 7 + Lv8: 9 + Lv9: 11 + Lv10: 13 + } + Interval: 300 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 654 + Name: "NPC_FIREBREATH" + Description: "Fire Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + SplashRange: 5 + SkillInstances: 14 +}, +{ + Id: 655 + Name: "NPC_ICEBREATH" + Description: "Ice Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Water" + SplashRange: 5 + SkillInstances: 14 + SkillData2: 12000 + FixedCastTime: -1 +}, +{ + Id: 656 + Name: "NPC_THUNDERBREATH" + Description: "Thunder Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Wind" + SplashRange: 5 + SkillInstances: 14 +}, +{ + Id: 657 + Name: "NPC_ACIDBREATH" + Description: "Acid Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + SplashRange: 5 + SkillInstances: 14 + SkillData2: 60000 + FixedCastTime: -1 +}, +{ + Id: 658 + Name: "NPC_DARKNESSBREATH" + Description: "Darkness Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Dark" + SplashRange: 5 + SkillInstances: 14 +}, +{ + Id: 659 + Name: "NPC_DRAGONFEAR" + Description: "Dragon Fear" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: { + Lv1: 5000 + Lv2: 30000 + Lv3: 30000 + Lv4: 120000 + Lv5: 120000 + Lv6: 120000 + Lv7: 120000 + Lv8: 120000 + Lv9: 120000 + Lv10: 120000 + } + FixedCastTime: -1 +}, +{ + Id: 660 + Name: "NPC_BLEEDING" + Description: "Bleeding" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 120000 + FixedCastTime: -1 +}, +{ + Id: 661 + Name: "NPC_PULSESTRIKE" + Description: "Pulse Strike" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 7 + KnockBackTiles: 7 +}, +{ + Id: 662 + Name: "NPC_HELLJUDGEMENT" + Description: "Hell's Judgement" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 14 + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 663 + Name: "NPC_WIDESILENCE" + Description: "Wide Silence" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 664 + Name: "NPC_WIDEFREEZE" + Description: "Wide Freeze" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 12000 + FixedCastTime: -1 +}, +{ + Id: 665 + Name: "NPC_WIDEBLEEDING" + Description: "Wide Bleeding" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 120000 + FixedCastTime: -1 +}, +{ + Id: 666 + Name: "NPC_WIDESTONE" + Description: "Wide Petrify" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 20000 + FixedCastTime: -1 +}, +{ + Id: 667 + Name: "NPC_WIDECONFUSE" + Description: "Wide Confusion" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 668 + Name: "NPC_WIDESLEEP" + Description: "Wide Sleep" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 669 + Name: "NPC_WIDESIGHT" + Description: "Wide Sight" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 5 + SkillData1: 10000 + FixedCastTime: -1 +}, +{ + Id: 670 + Name: "NPC_EVILLAND" + Description: "Evil Land" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + AttackType: "Magic" + Element: "Ele_Dark" + DamageType: { + NoDamage: true + IgnoreElement: true + IgnoreDefCards: true + } + SkillData1: 30000 + SkillData2: 30000 + FixedCastTime: -1 + Unit: { + Id: 0xc7 + Layout: 1 + Range: { + Lv1: 4 + Lv2: 7 + Lv3: 10 + Lv4: 13 + Lv5: 16 + Lv6: 19 + Lv7: 22 + Lv8: 25 + Lv9: 28 + Lv10: 31 + } + Interval: 1000 + Target: "All" + Flag: { + UF_NOOVERLAP: true + } + } +}, +{ + Id: 671 + Name: "NPC_MAGICMIRROR" + Description: "Magic Mirror" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: -1 +}, +{ + Id: 672 + Name: "NPC_SLOWCAST" + Description: "Slow Cast" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 673 + Name: "NPC_CRITICALWOUND" + Description: "Critical Wounds" + MaxLevel: 5 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 674 + Name: "NPC_EXPULSION" + Description: "Expulsion" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } +}, +{ + Id: 675 + Name: "NPC_STONESKIN" + Description: "Stone Skin" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: -1 +}, +{ + Id: 676 + Name: "NPC_ANTIMAGIC" + Description: "Anti Magic" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: -1 +}, +{ + Id: 677 + Name: "NPC_WIDECURSE" + Description: "Wide Curse" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 30000 + FixedCastTime: -1 +}, +{ + Id: 678 + Name: "NPC_WIDESTUN" + Description: "Wide Stun" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 5 + Lv3: 8 + Lv4: 11 + Lv5: 14 + Lv6: 17 + Lv7: 20 + Lv8: 23 + Lv9: 26 + Lv10: 29 + } + SkillData2: 5000 + FixedCastTime: -1 +}, +{ + Id: 679 + Name: "NPC_VAMPIRE_GIFT" + Description: "Vampire Gift" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 7 + Lv3: 9 + Lv4: 11 + Lv5: 13 + Lv6: 13 + Lv7: 13 + Lv8: 13 + Lv9: 13 + Lv10: 13 + } +}, +{ + Id: 680 + Name: "NPC_WIDESOULDRAIN" + Description: "Wide Soul Drain" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + ShowSkillScale: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 7 + Lv3: 9 + Lv4: 11 + Lv5: 13 + Lv6: 13 + Lv7: 13 + Lv8: 13 + Lv9: 13 + Lv10: 13 + } +}, +{ + Id: 681 + Name: "ALL_INCCARRY" + Description: "Increase Weight Limit R" + MaxLevel: 10 + SkillInfo: { + Quest: true + } + NumberOfHits: 0 +}, +{ + Id: 682 + Name: "NPC_TALK" + Description: "Talk" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } +}, +{ + Id: 683 + Name: "NPC_HELLPOWER" + Description: "Hell Power" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + NPC: true + } + Element: "Ele_Weapon" + SkillData2: 300000 + FixedCastTime: -1 +}, +{ + Id: 684 + Name: "NPC_WIDEHELLDIGNITY" + Description: "Hell Dignity" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + SkillData2: 300000 + FixedCastTime: -1 +}, +{ + Id: 685 + Name: "NPC_INVINCIBLE" + Description: "Invincible" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 +}, +{ + Id: 686 + Name: "NPC_INVINCIBLEOFF" + Description: "Invincible off" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + SkillData1: 60000 + FixedCastTime: -1 +}, +{ + Id: 687 + Name: "NPC_ALLHEAL" + Description: "Full Heal" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true +}, +{ + Id: 688 + Name: "GM_SANDMAN" + Description: "GM Sandman" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 689 + Name: "CASH_BLESSING" + Description: "Party Blessing" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: -1 +}, +{ + Id: 690 + Name: "CASH_INCAGI" + Description: "Party Increase AGI" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: -1 +}, +{ + Id: 691 + Name: "CASH_ASSUMPTIO" + Description: "Party Assumptio" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + SkillData1: { + Lv1: 20000 + Lv2: 40000 + Lv3: 60000 + Lv4: 80000 + Lv5: 100000 + Lv6: 120000 + Lv7: 140000 + Lv8: 160000 + Lv9: 180000 + Lv10: 200000 + } + FixedCastTime: -1 +}, +{ + Id: 692 + Name: "ALL_CATCRY" + Description: "Cat Cry" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 50 + } +}, +{ + Id: 693 + Name: "ALL_PARTYFLEE" + Description: "Party Flee" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true +}, +{ + Id: 694 + Name: "ALL_ANGEL_PROTECT" + Description: "Angel's Protection" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NPC: true + NoCastSelf: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: 30000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 695 + Name: "ALL_DREAM_SUMMERNIGHT" + Description: "Summer Night Dream" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 12000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 697 + Name: "ALL_REVERSEORCISH" + Description: "Reverse Orcish" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 1200000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 698 + Name: "ALL_WEWISH" + Description: "Christmas Carol" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NPC: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 20000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 1001 + Name: "KN_CHARGEATK" + Description: "Charge Attack" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: 250 + FixedCastTime: 250 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 1002 + Name: "CR_SHRINK" + Description: "Shrink" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + KnockBackTiles: 2 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 15 + State: "Shield" + } +}, +{ + Id: 1003 + Name: "AS_SONICACCEL" + Description: "Sonic Acceleration" + MaxLevel: 1 + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 1004 + Name: "AS_VENOMKNIFE" + Description: "Throw Venom Knife" + MaxLevel: 1 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + IgnoreCards: true + } + SkillData2: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 15 + AmmoTypes: { + A_DAGGER: true + } + AmmoAmount: 1 + } +}, +{ + Id: 1005 + Name: "RG_CLOSECONFINE" + Description: "Close Confine" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 25 + } +}, +{ + Id: 1006 + Name: "WZ_SIGHTBLASTER" + Description: "Sight Blaster" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SplashRange: 1 + InterruptCast: true + KnockBackTiles: 3 + CastTime: 1280 + SkillData1: 120000 + FixedCastTime: 320 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 1007 + Name: "SA_CREATECON" + Description: "Create Elemental Converter" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 1008 + Name: "SA_ELEMENTWATER" + Description: "Elemental Change Water" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 1800000 + FixedCastTime: 2000 + Requirements: { + SPCost: 30 // Items: { // Elemental_Water: 1 // } - } -}, -{ - Id: 1009 - Name: "HT_PHANTASMIC" - Description: "Phantasmic Arrow" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - AllowReproduce: true - } - AttackType: "Weapon" - KnockBackTiles: 3 - Requirements: { - SPCost: 10 - WeaponTypes: { - Bows: true - } - } -}, -{ - Id: 1010 - Name: "BA_PANGVOICE" - Description: "Pang Voice" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: 800 - AfterCastActDelay: 2000 - SkillData1: 17000 - FixedCastTime: 200 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 1011 - Name: "DC_WINKCHARM" - Description: "Wink of Charm" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: 800 - AfterCastActDelay: 2000 - SkillData1: 10000 - SkillData2: 17000 - FixedCastTime: 200 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 1012 - Name: "BS_UNFAIRLYTRICK" - Description: "Unfair Trick" - MaxLevel: 1 - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 1013 - Name: "BS_GREED" - Description: "Greed" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - NumberOfHits: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 1014 - Name: "PR_REDEMPTIO" - Description: "Redemptio" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 14 - NumberOfHits: 0 - InterruptCast: true - CastTime: 3200 - FixedCastTime: 800 - CastTimeOptions: { - IgnoreDex: true - } - Requirements: { - SPCost: 400 - } -}, -{ - Id: 1015 - Name: "MO_KITRANSLATION" - Description: "Ki Translation" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - Quest: true - PartyOnly: true - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 600000 - FixedCastTime: 1000 - Requirements: { - SPCost: 40 - SpiritSphereCost: 1 - } -}, -{ - Id: 1016 - Name: "MO_BALKYOUNG" - Description: "Ki Explosion" - MaxLevel: 1 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - KnockBackTiles: 5 - AfterCastActDelay: 2000 - SkillData2: 5000 - FixedCastTime: -1 - Requirements: { - HPCost: 10 - SPCost: 20 - } -}, -{ - Id: 1017 - Name: "SA_ELEMENTGROUND" - Description: "Elemental Change Earth" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 1800000 - FixedCastTime: 2000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 1009 + Name: "HT_PHANTASMIC" + Description: "Phantasmic Arrow" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + AllowReproduce: true + } + AttackType: "Weapon" + KnockBackTiles: 3 + Requirements: { + SPCost: 10 + WeaponTypes: { + Bows: true + } + } +}, +{ + Id: 1010 + Name: "BA_PANGVOICE" + Description: "Pang Voice" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: 800 + AfterCastActDelay: 2000 + SkillData1: 17000 + FixedCastTime: 200 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 1011 + Name: "DC_WINKCHARM" + Description: "Wink of Charm" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: 800 + AfterCastActDelay: 2000 + SkillData1: 10000 + SkillData2: 17000 + FixedCastTime: 200 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 1012 + Name: "BS_UNFAIRLYTRICK" + Description: "Unfair Trick" + MaxLevel: 1 + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 1013 + Name: "BS_GREED" + Description: "Greed" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + NumberOfHits: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 1014 + Name: "PR_REDEMPTIO" + Description: "Redemptio" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 14 + NumberOfHits: 0 + InterruptCast: true + CastTime: 3200 + FixedCastTime: 800 + CastTimeOptions: { + IgnoreDex: true + } + Requirements: { + SPCost: 400 + } +}, +{ + Id: 1015 + Name: "MO_KITRANSLATION" + Description: "Ki Translation" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + Quest: true + PartyOnly: true + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 600000 + FixedCastTime: 1000 + Requirements: { + SPCost: 40 + SpiritSphereCost: 1 + } +}, +{ + Id: 1016 + Name: "MO_BALKYOUNG" + Description: "Ki Explosion" + MaxLevel: 1 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + KnockBackTiles: 5 + AfterCastActDelay: 2000 + SkillData2: 5000 + FixedCastTime: -1 + Requirements: { + HPCost: 10 + SPCost: 20 + } +}, +{ + Id: 1017 + Name: "SA_ELEMENTGROUND" + Description: "Elemental Change Earth" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 1800000 + FixedCastTime: 2000 + Requirements: { + SPCost: 30 // Items: { // Elemental_Earth: 1 // } - } -}, -{ - Id: 1018 - Name: "SA_ELEMENTFIRE" - Description: "Elemental Change Fire" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 1800000 - FixedCastTime: 2000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 1018 + Name: "SA_ELEMENTFIRE" + Description: "Elemental Change Fire" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 1800000 + FixedCastTime: 2000 + Requirements: { + SPCost: 30 // Items: { // Elemental_Fire: 1 // } - } -}, -{ - Id: 1019 - Name: "SA_ELEMENTWIND" - Description: "Elemental Change Wind" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 1800000 - FixedCastTime: 2000 - Requirements: { - SPCost: 30 + } +}, +{ + Id: 1019 + Name: "SA_ELEMENTWIND" + Description: "Elemental Change Wind" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 1800000 + FixedCastTime: 2000 + Requirements: { + SPCost: 30 // Items: { // Elemental_Wind: 1 // } - } -}, -{ - Id: 2001 - Name: "RK_ENCHANTBLADE" - Description: "Enchant Blade" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 2002 - Name: "RK_SONICWAVE" - Description: "Sonic Wave" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - } -}, -{ - Id: 2003 - Name: "RK_DEATHBOUND" - Description: "Death Bound" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - KnockBackTiles: 3 - AfterCastActDelay: 2000 - SkillData1: 2000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 31 - Lv3: 34 - Lv4: 37 - Lv5: 40 - Lv6: 43 - Lv7: 46 - Lv8: 49 - Lv9: 52 - Lv10: 55 - } - } -}, -{ - Id: 2004 - Name: "RK_HUNDREDSPEAR" - Description: "Hundred Spear" - MaxLevel: 10 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -5 - CastTime: { - Lv1: 1000 - Lv2: 900 - Lv3: 800 - Lv4: 700 - Lv5: 600 - Lv6: 500 - Lv7: 400 - Lv8: 300 - Lv9: 200 - Lv10: 100 - } - AfterCastActDelay: 500 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2005 - Name: "RK_WINDCUTTER" - Description: "Wind Cutter" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Wind" - DamageType: { - SplashArea: true - } - SplashRange: 2 - KnockBackTiles: 3 - SkillData1: 15000 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - WeaponTypes: { - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2006 - Name: "RK_IGNITIONBREAK" - Description: "Ignition Break" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 5 - CastTime: 1000 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 40 - Lv3: 45 - Lv4: 50 - Lv5: 55 - Lv6: 60 - Lv7: 65 - Lv8: 70 - Lv9: 75 - Lv10: 80 - } - WeaponTypes: { - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2007 - Name: "RK_DRAGONTRAINING" - Description: "Dragon Training" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 2008 - Name: "RK_DRAGONBREATH" - Description: "Dragon Breath" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 4 - Lv10: 4 - } - CastTime: { - Lv1: 0 - Lv2: 0 - Lv3: 0 - Lv4: 1000 - Lv5: 1000 - Lv6: 1000 - Lv7: 1500 - Lv8: 1500 - Lv9: 2000 - Lv10: 2000 - } - AfterCastActDelay: 2000 - SkillData1: 10000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - State: "Dragon" - } -}, -{ - Id: 2009 - Name: "RK_DRAGONHOWLING" - Description: "Dragon Howling" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - SkillData1: 15000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 30 - State: "Dragon" - } -}, -{ - Id: 2010 - Name: "RK_RUNEMASTERY" - Description: "Rune Mastery" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2011 - Name: "RK_MILLENNIUMSHIELD" - Description: "Millenium Shield" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 180000 - SkillData2: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2012 - Name: "RK_CRUSHSTRIKE" - Description: "Crush Strike" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SplashRange: 0 - InterruptCast: true - SkillData1: 180000 - SkillData2: 30000 - FixedCastTime: 1000 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2013 - Name: "RK_REFRESH" - Description: "Refresh" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 60000 - SkillData2: 120000 - FixedCastTime: 1000 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2014 - Name: "RK_GIANTGROWTH" - Description: "Giant Growth" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 180000 - FixedCastTime: 1000 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2015 - Name: "RK_STONEHARDSKIN" - Description: "Stone Hard Skin" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 180000 - SkillData2: 10000 - FixedCastTime: 2000 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2016 - Name: "RK_VITALITYACTIVATION" - Description: "Vitality Activation" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 180000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2017 - Name: "RK_STORMBLAST" - Description: "Storm Blast" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - KnockBackTiles: 7 - CastTime: 2000 - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2018 - Name: "RK_FIGHTINGSPIRIT" - Description: "Fighting Spirit" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - SkillData1: 180000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2019 - Name: "RK_ABUNDANCE" - Description: "Abundance" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 180000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2020 - Name: "RK_PHANTOMTHRUST" - Description: "Phantom Thrust" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 18 - Lv3: 21 - Lv4: 24 - Lv5: 27 - Lv6: 30 - Lv7: 33 - Lv8: 36 - Lv9: 39 - Lv10: 42 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2021 - Name: "GC_VENOMIMPRESS" - Description: "Venom Impress" - MaxLevel: 5 - Range: 10 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData1: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 16 - Lv3: 20 - Lv4: 24 - Lv5: 28 - Lv6: 32 - Lv7: 36 - Lv8: 40 - Lv9: 44 - Lv10: 48 - } - } -}, -{ - Id: 2022 - Name: "GC_CROSSIMPACT" - Description: "Cross Impact" - MaxLevel: 5 - Range: 3 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -7 - AfterCastActDelay: { - Lv1: 2500 - Lv2: 2000 - Lv3: 1500 - Lv4: 1000 - Lv5: 500 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: 25 - State: "Moveable" - } -}, -{ - Id: 2023 - Name: "GC_DARKILLUSION" - Description: "Dark Illusion" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 2024 - Name: "GC_RESEARCHNEWPOISON" - Description: "Research New Poison" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2025 - Name: "GC_CREATENEWPOISON" - Description: "Create New Poison" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 2026 - Name: "GC_ANTIDOTE" - Description: "Antidote" - MaxLevel: 1 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 + } +}, +{ + Id: 2001 + Name: "RK_ENCHANTBLADE" + Description: "Enchant Blade" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 2002 + Name: "RK_SONICWAVE" + Description: "Sonic Wave" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + } +}, +{ + Id: 2003 + Name: "RK_DEATHBOUND" + Description: "Death Bound" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + KnockBackTiles: 3 + AfterCastActDelay: 2000 + SkillData1: 2000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 31 + Lv3: 34 + Lv4: 37 + Lv5: 40 + Lv6: 43 + Lv7: 46 + Lv8: 49 + Lv9: 52 + Lv10: 55 + } + } +}, +{ + Id: 2004 + Name: "RK_HUNDREDSPEAR" + Description: "Hundred Spear" + MaxLevel: 10 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -5 + CastTime: { + Lv1: 1000 + Lv2: 900 + Lv3: 800 + Lv4: 700 + Lv5: 600 + Lv6: 500 + Lv7: 400 + Lv8: 300 + Lv9: 200 + Lv10: 100 + } + AfterCastActDelay: 500 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2005 + Name: "RK_WINDCUTTER" + Description: "Wind Cutter" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Wind" + DamageType: { + SplashArea: true + } + SplashRange: 2 + KnockBackTiles: 3 + SkillData1: 15000 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2006 + Name: "RK_IGNITIONBREAK" + Description: "Ignition Break" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 5 + CastTime: 1000 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 40 + Lv3: 45 + Lv4: 50 + Lv5: 55 + Lv6: 60 + Lv7: 65 + Lv8: 70 + Lv9: 75 + Lv10: 80 + } + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2007 + Name: "RK_DRAGONTRAINING" + Description: "Dragon Training" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 2008 + Name: "RK_DRAGONBREATH" + Description: "Dragon Breath" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 4 + Lv10: 4 + } + CastTime: { + Lv1: 0 + Lv2: 0 + Lv3: 0 + Lv4: 1000 + Lv5: 1000 + Lv6: 1000 + Lv7: 1500 + Lv8: 1500 + Lv9: 2000 + Lv10: 2000 + } + AfterCastActDelay: 2000 + SkillData1: 10000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + State: "Dragon" + } +}, +{ + Id: 2009 + Name: "RK_DRAGONHOWLING" + Description: "Dragon Howling" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + SkillData1: 15000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 30 + State: "Dragon" + } +}, +{ + Id: 2010 + Name: "RK_RUNEMASTERY" + Description: "Rune Mastery" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2011 + Name: "RK_MILLENNIUMSHIELD" + Description: "Millenium Shield" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 180000 + SkillData2: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2012 + Name: "RK_CRUSHSTRIKE" + Description: "Crush Strike" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SplashRange: 0 + InterruptCast: true + SkillData1: 180000 + SkillData2: 30000 + FixedCastTime: 1000 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2013 + Name: "RK_REFRESH" + Description: "Refresh" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 60000 + SkillData2: 120000 + FixedCastTime: 1000 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2014 + Name: "RK_GIANTGROWTH" + Description: "Giant Growth" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 180000 + FixedCastTime: 1000 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2015 + Name: "RK_STONEHARDSKIN" + Description: "Stone Hard Skin" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 180000 + SkillData2: 10000 + FixedCastTime: 2000 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2016 + Name: "RK_VITALITYACTIVATION" + Description: "Vitality Activation" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 180000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2017 + Name: "RK_STORMBLAST" + Description: "Storm Blast" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + KnockBackTiles: 7 + CastTime: 2000 + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2018 + Name: "RK_FIGHTINGSPIRIT" + Description: "Fighting Spirit" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + SkillData1: 180000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2019 + Name: "RK_ABUNDANCE" + Description: "Abundance" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 180000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2020 + Name: "RK_PHANTOMTHRUST" + Description: "Phantom Thrust" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 18 + Lv3: 21 + Lv4: 24 + Lv5: 27 + Lv6: 30 + Lv7: 33 + Lv8: 36 + Lv9: 39 + Lv10: 42 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2021 + Name: "GC_VENOMIMPRESS" + Description: "Venom Impress" + MaxLevel: 5 + Range: 10 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData1: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 16 + Lv3: 20 + Lv4: 24 + Lv5: 28 + Lv6: 32 + Lv7: 36 + Lv8: 40 + Lv9: 44 + Lv10: 48 + } + } +}, +{ + Id: 2022 + Name: "GC_CROSSIMPACT" + Description: "Cross Impact" + MaxLevel: 5 + Range: 3 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -7 + AfterCastActDelay: { + Lv1: 2500 + Lv2: 2000 + Lv3: 1500 + Lv4: 1000 + Lv5: 500 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: 25 + State: "Moveable" + } +}, +{ + Id: 2023 + Name: "GC_DARKILLUSION" + Description: "Dark Illusion" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 2024 + Name: "GC_RESEARCHNEWPOISON" + Description: "Research New Poison" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2025 + Name: "GC_CREATENEWPOISON" + Description: "Create New Poison" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 2026 + Name: "GC_ANTIDOTE" + Description: "Antidote" + MaxLevel: 1 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 // Items: { // Guillotine_Antidote: 1 // } - } -}, -{ - Id: 2027 - Name: "GC_POISONINGWEAPON" - Description: "Poisoning Weapon" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 420000 - Lv8: 480000 - Lv9: 540000 - Lv10: 600000 - } - SkillData2: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - } -}, -{ - Id: 2028 - Name: "GC_WEAPONBLOCKING" - Description: "Weapon Blocking" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 2000 - SkillData1: 180000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 36 - Lv3: 32 - Lv4: 28 - Lv5: 24 - Lv6: 20 - Lv7: 16 - Lv8: 12 - Lv9: 8 - Lv10: 4 - } - } -}, -{ - Id: 2029 - Name: "GC_COUNTERSLASH" - Description: "Counter Slash" - MaxLevel: 5 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - KnockBackTiles: 3 - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 5 - Lv2: 8 - Lv3: 11 - Lv4: 14 - Lv5: 17 - Lv6: 20 - Lv7: 23 - Lv8: 26 - Lv9: 29 - Lv10: 32 - } - } -}, -{ - Id: 2030 - Name: "GC_WEAPONCRUSH" - Description: "Weapon Crush" - MaxLevel: 5 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 - } -}, -{ - Id: 2031 - Name: "GC_VENOMPRESSURE" - Description: "Venom Pressure" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } - State: "PoisonWeapon" - } -}, -{ - Id: 2032 - Name: "GC_POISONSMOKE" - Description: "Poison Smoke" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 6000 - Lv2: 8000 - Lv3: 10000 - Lv4: 12000 - Lv5: 14000 - Lv6: 16000 - Lv7: 18000 - Lv8: 20000 - Lv9: 22000 - Lv10: 24000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: 40 - State: "PoisonWeapon" - } - Unit: { - Id: 0xe1 - Layout: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2033 - Name: "GC_CLOAKINGEXCEED" - Description: "Cloaking Exceed" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: 45 - } -}, -{ - Id: 2034 - Name: "GC_PHANTOMMENACE" - Description: "Phantom Menace" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 2035 - Name: "GC_HALLUCINATIONWALK" - Description: "Hallucination Walk" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 35000 - Lv3: 40000 - Lv4: 45000 - Lv5: 50000 - Lv6: 55000 - Lv7: 60000 - Lv8: 65000 - Lv9: 70000 - Lv10: 75000 - } - SkillData2: 25000 - CoolDown: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 2036 - Name: "GC_ROLLINGCUTTER" - Description: "Rolling Cutter" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 2 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - AfterCastActDelay: 200 - SkillData1: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 5 - WeaponTypes: { - Katars: true - } - } -}, -{ - Id: 2037 - Name: "GC_CROSSRIPPERSLASHER" - Description: "Cross Ripper Slasher" - MaxLevel: 5 - Range: { - Lv1: 9 - Lv2: 10 - Lv3: 11 - Lv4: 12 - Lv5: 13 - Lv6: 14 - Lv7: 15 - Lv8: 16 - Lv9: 17 - Lv10: 18 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - WeaponTypes: { - Katars: true - } - State: "RollingCutter" - } -}, -{ - Id: 2038 - Name: "AB_JUDEX" - Description: "Judex" - MaxLevel: 5 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - SplashArea: true - } - SplashRange: 3 - NumberOfHits: -3 - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 500 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 23 - Lv3: 26 - Lv4: 29 - Lv5: 32 - Lv6: 35 - Lv7: 38 - Lv8: 41 - Lv9: 44 - Lv10: 47 - } - } -}, -{ - Id: 2039 - Name: "AB_ANCILLA" - Description: "Ancilla" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 30 - SPRateCost: -30 - } -}, -{ - Id: 2040 - Name: "AB_ADORAMUS" - Description: "Adoramus" - MaxLevel: 10 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - NumberOfHits: -10 - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 6000 - Lv2: 7000 - Lv3: 8000 - Lv4: 9000 - Lv5: 10000 - Lv6: 11000 - Lv7: 12000 - Lv8: 13000 - Lv9: 14000 - Lv10: 15000 - } - SkillData2: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } + } +}, +{ + Id: 2027 + Name: "GC_POISONINGWEAPON" + Description: "Poisoning Weapon" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 420000 + Lv8: 480000 + Lv9: 540000 + Lv10: 600000 + } + SkillData2: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + } +}, +{ + Id: 2028 + Name: "GC_WEAPONBLOCKING" + Description: "Weapon Blocking" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 2000 + SkillData1: 180000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 36 + Lv3: 32 + Lv4: 28 + Lv5: 24 + Lv6: 20 + Lv7: 16 + Lv8: 12 + Lv9: 8 + Lv10: 4 + } + } +}, +{ + Id: 2029 + Name: "GC_COUNTERSLASH" + Description: "Counter Slash" + MaxLevel: 5 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + KnockBackTiles: 3 + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 5 + Lv2: 8 + Lv3: 11 + Lv4: 14 + Lv5: 17 + Lv6: 20 + Lv7: 23 + Lv8: 26 + Lv9: 29 + Lv10: 32 + } + } +}, +{ + Id: 2030 + Name: "GC_WEAPONCRUSH" + Description: "Weapon Crush" + MaxLevel: 5 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 + } +}, +{ + Id: 2031 + Name: "GC_VENOMPRESSURE" + Description: "Venom Pressure" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } + State: "PoisonWeapon" + } +}, +{ + Id: 2032 + Name: "GC_POISONSMOKE" + Description: "Poison Smoke" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 6000 + Lv2: 8000 + Lv3: 10000 + Lv4: 12000 + Lv5: 14000 + Lv6: 16000 + Lv7: 18000 + Lv8: 20000 + Lv9: 22000 + Lv10: 24000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: 40 + State: "PoisonWeapon" + } + Unit: { + Id: 0xe1 + Layout: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2033 + Name: "GC_CLOAKINGEXCEED" + Description: "Cloaking Exceed" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: 45 + } +}, +{ + Id: 2034 + Name: "GC_PHANTOMMENACE" + Description: "Phantom Menace" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 2035 + Name: "GC_HALLUCINATIONWALK" + Description: "Hallucination Walk" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 35000 + Lv3: 40000 + Lv4: 45000 + Lv5: 50000 + Lv6: 55000 + Lv7: 60000 + Lv8: 65000 + Lv9: 70000 + Lv10: 75000 + } + SkillData2: 25000 + CoolDown: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 2036 + Name: "GC_ROLLINGCUTTER" + Description: "Rolling Cutter" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 2 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + AfterCastActDelay: 200 + SkillData1: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 5 + WeaponTypes: { + Katars: true + } + } +}, +{ + Id: 2037 + Name: "GC_CROSSRIPPERSLASHER" + Description: "Cross Ripper Slasher" + MaxLevel: 5 + Range: { + Lv1: 9 + Lv2: 10 + Lv3: 11 + Lv4: 12 + Lv5: 13 + Lv6: 14 + Lv7: 15 + Lv8: 16 + Lv9: 17 + Lv10: 18 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + WeaponTypes: { + Katars: true + } + State: "RollingCutter" + } +}, +{ + Id: 2038 + Name: "AB_JUDEX" + Description: "Judex" + MaxLevel: 5 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + SplashArea: true + } + SplashRange: 3 + NumberOfHits: -3 + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 500 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 23 + Lv3: 26 + Lv4: 29 + Lv5: 32 + Lv6: 35 + Lv7: 38 + Lv8: 41 + Lv9: 44 + Lv10: 47 + } + } +}, +{ + Id: 2039 + Name: "AB_ANCILLA" + Description: "Ancilla" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 30 + SPRateCost: -30 + } +}, +{ + Id: 2040 + Name: "AB_ADORAMUS" + Description: "Adoramus" + MaxLevel: 10 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + NumberOfHits: -10 + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 6000 + Lv2: 7000 + Lv3: 8000 + Lv4: 9000 + Lv5: 10000 + Lv6: 11000 + Lv7: 12000 + Lv8: 13000 + Lv9: 14000 + Lv10: 15000 + } + SkillData2: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } // Items: { // Blue_Gemstone: 1 // } - } -}, -{ - Id: 2041 - Name: "AB_CLEMENTIA" - Description: "Crementia" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 7 - Lv3: 15 - Lv4: 15 - Lv5: 15 - Lv6: 15 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 15 - } - InterruptCast: true - CastTime: 3000 - SkillData1: { - Lv1: 120000 - Lv2: 180000 - Lv3: 240000 - Lv4: 300000 - Lv5: 360000 - Lv6: 420000 - Lv7: 480000 - Lv8: 540000 - Lv9: 600000 - Lv10: 660000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 280 - Lv2: 320 - Lv3: 360 - Lv4: 400 - Lv5: 440 - Lv6: 480 - Lv7: 520 - Lv8: 560 - Lv9: 600 - Lv10: 640 - } - } -}, -{ - Id: 2042 - Name: "AB_CANTO" - Description: "Canto Candidus" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 7 - Lv3: 15 - Lv4: 15 - Lv5: 15 - Lv6: 15 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 15 - } - InterruptCast: true - CastTime: 3000 - SkillData1: { - Lv1: 120000 - Lv2: 180000 - Lv3: 240000 - Lv4: 300000 - Lv5: 360000 - Lv6: 420000 - Lv7: 480000 - Lv8: 540000 - Lv9: 600000 - Lv10: 660000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 200 - Lv2: 220 - Lv3: 240 - Lv4: 260 - Lv5: 280 - Lv6: 300 - Lv7: 320 - Lv8: 340 - Lv9: 360 - Lv10: 380 - } - } -}, -{ - Id: 2043 - Name: "AB_CHEAL" - Description: "Coluceo Heal" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 7 - Lv3: 15 - Lv4: 15 - Lv5: 15 - Lv6: 15 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 15 - } - InterruptCast: true - CastTime: 3000 - CoolDown: 2000 - FixedCastTime: { - Lv1: 1000 - Lv2: 500 - Lv3: -1 - Lv4: -1 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 200 - Lv2: 220 - Lv3: 240 - Lv4: 260 - Lv5: 280 - Lv6: 300 - Lv7: 320 - Lv8: 340 - Lv9: 360 - Lv10: 380 - } - } -}, -{ - Id: 2044 - Name: "AB_EPICLESIS" - Description: "Epiclesis" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 18000 - Lv2: 21000 - Lv3: 24000 - Lv4: 27000 - Lv5: 30000 - Lv6: 33000 - Lv7: 36000 - Lv8: 39000 - Lv9: 42000 - Lv10: 45000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: 300 + } +}, +{ + Id: 2041 + Name: "AB_CLEMENTIA" + Description: "Crementia" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 7 + Lv3: 15 + Lv4: 15 + Lv5: 15 + Lv6: 15 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 15 + } + InterruptCast: true + CastTime: 3000 + SkillData1: { + Lv1: 120000 + Lv2: 180000 + Lv3: 240000 + Lv4: 300000 + Lv5: 360000 + Lv6: 420000 + Lv7: 480000 + Lv8: 540000 + Lv9: 600000 + Lv10: 660000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 280 + Lv2: 320 + Lv3: 360 + Lv4: 400 + Lv5: 440 + Lv6: 480 + Lv7: 520 + Lv8: 560 + Lv9: 600 + Lv10: 640 + } + } +}, +{ + Id: 2042 + Name: "AB_CANTO" + Description: "Canto Candidus" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 7 + Lv3: 15 + Lv4: 15 + Lv5: 15 + Lv6: 15 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 15 + } + InterruptCast: true + CastTime: 3000 + SkillData1: { + Lv1: 120000 + Lv2: 180000 + Lv3: 240000 + Lv4: 300000 + Lv5: 360000 + Lv6: 420000 + Lv7: 480000 + Lv8: 540000 + Lv9: 600000 + Lv10: 660000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 200 + Lv2: 220 + Lv3: 240 + Lv4: 260 + Lv5: 280 + Lv6: 300 + Lv7: 320 + Lv8: 340 + Lv9: 360 + Lv10: 380 + } + } +}, +{ + Id: 2043 + Name: "AB_CHEAL" + Description: "Coluceo Heal" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 7 + Lv3: 15 + Lv4: 15 + Lv5: 15 + Lv6: 15 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 15 + } + InterruptCast: true + CastTime: 3000 + CoolDown: 2000 + FixedCastTime: { + Lv1: 1000 + Lv2: 500 + Lv3: -1 + Lv4: -1 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 200 + Lv2: 220 + Lv3: 240 + Lv4: 260 + Lv5: 280 + Lv6: 300 + Lv7: 320 + Lv8: 340 + Lv9: 360 + Lv10: 380 + } + } +}, +{ + Id: 2044 + Name: "AB_EPICLESIS" + Description: "Epiclesis" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 18000 + Lv2: 21000 + Lv3: 24000 + Lv4: 27000 + Lv5: 30000 + Lv6: 33000 + Lv7: 36000 + Lv8: 39000 + Lv9: 42000 + Lv10: 45000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: 300 // Items: { // Ansila: 1 // Holy_Water: 1 // } - } - Unit: { - Id: 0xca - Range: 2 - Interval: 1000 - Target: "All" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2045 - Name: "AB_PRAEFATIO" - Description: "Praefatio" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - InterruptCast: true - CastTime: 2000 - SkillData1: 120000 - CoolDown: { - Lv1: 13000 - Lv2: 16000 - Lv3: 19000 - Lv4: 22000 - Lv5: 25000 - Lv6: 28000 - Lv7: 31000 - Lv8: 34000 - Lv9: 37000 - Lv10: 40000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 90 - Lv2: 100 - Lv3: 110 - Lv4: 120 - Lv5: 130 - Lv6: 140 - Lv7: 150 - Lv8: 160 - Lv9: 170 - Lv10: 180 - } - } -}, -{ - Id: 2046 - Name: "AB_ORATIO" - Description: "Oratio" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - InterruptCast: true - CastTime: 4000 - SkillData1: 30000 - CoolDown: 2000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 38 - Lv3: 41 - Lv4: 44 - Lv5: 47 - Lv6: 50 - Lv7: 53 - Lv8: 56 - Lv9: 59 - Lv10: 62 - } - } -}, -{ - Id: 2047 - Name: "AB_LAUDAAGNUS" - Description: "Lauda Agnus" - MaxLevel: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - InterruptCast: true - CastTime: 1000 - SkillData1: 60000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 60 - Lv3: 70 - Lv4: 80 - Lv5: 90 - Lv6: 100 - Lv7: 110 - Lv8: 120 - Lv9: 130 - Lv10: 140 - } - } -}, -{ - Id: 2048 - Name: "AB_LAUDARAMUS" - Description: "Lauda Ramus" - MaxLevel: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - InterruptCast: true - CastTime: 1000 - SkillData1: 60000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 60 - Lv3: 70 - Lv4: 80 - Lv5: 90 - Lv6: 100 - Lv7: 110 - Lv8: 120 - Lv9: 130 - Lv10: 140 - } - } -}, -{ - Id: 2049 - Name: "AB_EUCHARISTICA" - Description: "Eucharistica" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2050 - Name: "AB_RENOVATIO" - Description: "Renovatio" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 3000 - SkillData1: 90000 - CoolDown: 1000 - FixedCastTime: 2000 - Requirements: { - SPCost: 70 - } -}, -{ - Id: 2051 - Name: "AB_HIGHNESSHEAL" - Description: "Highness Heal" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - IgnoreDefense: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 100 - Lv3: 130 - Lv4: 160 - Lv5: 190 - Lv6: 220 - Lv7: 250 - Lv8: 280 - Lv9: 310 - Lv10: 340 - } - } -}, -{ - Id: 2052 - Name: "AB_CLEARANCE" - Description: "Clearance" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 4000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 54 - Lv2: 60 - Lv3: 66 - Lv4: 72 - Lv5: 78 - Lv6: 84 - Lv7: 90 - Lv8: 96 - Lv9: 102 - Lv10: 108 - } - } -}, -{ - Id: 2053 - Name: "AB_EXPIATIO" - Description: "Expiatio" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - SkillData1: { - Lv1: 150000 - Lv2: 180000 - Lv3: 210000 - Lv4: 240000 - Lv5: 270000 - Lv6: 300000 - Lv7: 330000 - Lv8: 360000 - Lv9: 390000 - Lv10: 420000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 40 - Lv3: 45 - Lv4: 50 - Lv5: 55 - Lv6: 60 - Lv7: 65 - Lv8: 70 - Lv9: 75 - Lv10: 80 - } - } -}, -{ - Id: 2054 - Name: "AB_DUPLELIGHT" - Description: "Duple Light" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - Element: "Ele_Holy" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 90000 - Lv2: 120000 - Lv3: 150000 - Lv4: 180000 - Lv5: 210000 - Lv6: 240000 - Lv7: 270000 - Lv8: 300000 - Lv9: 330000 - Lv10: 360000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 2055 - Name: "AB_DUPLELIGHT_MELEE" - Description: "Duple Light Melee" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2056 - Name: "AB_DUPLELIGHT_MAGIC" - Description: "Duple Light Magic" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2057 - Name: "AB_SILENTIUM" - Description: "Silentium" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 4 - Lv2: 5 - Lv3: 6 - Lv4: 7 - Lv5: 8 - Lv6: 9 - Lv7: 10 - Lv8: 11 - Lv9: 12 - Lv10: 13 - } - InterruptCast: true - CastTime: 4000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - CoolDown: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 64 - Lv2: 68 - Lv3: 72 - Lv4: 76 - Lv5: 80 - Lv6: 84 - Lv7: 88 - Lv8: 92 - Lv9: 96 - Lv10: 100 - } - } -}, -{ - Id: 2201 - Name: "WL_WHITEIMPRISON" - Description: "White Imprison" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - InterruptCast: true - SkillData1: { - Lv1: 6000 - Lv2: 8000 - Lv3: 10000 - Lv4: 12000 - Lv5: 14000 - Lv6: 16000 - Lv7: 18000 - Lv8: 20000 - Lv9: 22000 - Lv10: 24000 - } - SkillData2: 15000 - CoolDown: 4000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 55 - Lv3: 60 - Lv4: 65 - Lv5: 70 - Lv6: 75 - Lv7: 80 - Lv8: 85 - Lv9: 90 - Lv10: 95 - } - } -}, -{ - Id: 2202 - Name: "WL_SOULEXPANSION" - Description: "Soul Expansion" - MaxLevel: 5 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Ghost" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - NumberOfHits: -2 - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - } -}, -{ - Id: 2203 - Name: "WL_FROSTMISTY" - Description: "Frosty Misty" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: 13 - NumberOfHits: { - Lv1: -3 - Lv2: -4 - Lv3: -5 - Lv4: -6 - Lv5: -7 - Lv6: -8 - Lv7: -9 - Lv8: -10 - Lv9: -11 - Lv10: -12 - } - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - AfterCastActDelay: 1000 - SkillData1: 40000 - CoolDown: 4000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 48 - Lv3: 56 - Lv4: 64 - Lv5: 72 - Lv6: 80 - Lv7: 88 - Lv8: 96 - Lv9: 104 - Lv10: 112 - } - } -}, -{ - Id: 2204 - Name: "WL_JACKFROST" - Description: "Jack Frost" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: 13 - NumberOfHits: -5 - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 60 - Lv3: 70 - Lv4: 80 - Lv5: 90 - Lv6: 100 - Lv7: 110 - Lv8: 120 - Lv9: 130 - Lv10: 140 - } - } -}, -{ - Id: 2205 - Name: "WL_MARSHOFABYSS" - Description: "Marsh of Abyss" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 30000 - CoolDown: { - Lv1: 2500 - Lv2: 3000 - Lv3: 3500 - Lv4: 4000 - Lv5: 4500 - Lv6: 5000 - Lv7: 5500 - Lv8: 6000 - Lv9: 6500 - Lv10: 7000 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 42 - Lv3: 44 - Lv4: 46 - Lv5: 48 - Lv6: 50 - Lv7: 52 - Lv8: 54 - Lv9: 56 - Lv10: 58 - } - } -}, -{ - Id: 2206 - Name: "WL_RECOGNIZEDSPELL" - Description: "Recognized Spell" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - CoolDown: { - Lv1: 50000 - Lv2: 80000 - Lv3: 110000 - Lv4: 140000 - Lv5: 170000 - Lv6: 200000 - Lv7: 230000 - Lv8: 260000 - Lv9: 290000 - Lv10: 320000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 120 - Lv3: 140 - Lv4: 160 - Lv5: 180 - Lv6: 200 - Lv7: 220 - Lv8: 240 - Lv9: 260 - Lv10: 280 - } - } -}, -{ - Id: 2207 - Name: "WL_SIENNAEXECRATE" - Description: "Sienna Execrate" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 2 - Lv3: 2 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 5 - Lv9: 5 - Lv10: 6 - } - NumberOfHits: 0 - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 10000 - Lv2: 12000 - Lv3: 14000 - Lv4: 16000 - Lv5: 18000 - Lv6: 20000 - Lv7: 22000 - Lv8: 24000 - Lv9: 26000 - Lv10: 28000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 32 - Lv2: 34 - Lv3: 36 - Lv4: 38 - Lv5: 40 - Lv6: 42 - Lv7: 44 - Lv8: 46 - Lv9: 48 - Lv10: 50 - } + } + Unit: { + Id: 0xca + Range: 2 + Interval: 1000 + Target: "All" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2045 + Name: "AB_PRAEFATIO" + Description: "Praefatio" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + InterruptCast: true + CastTime: 2000 + SkillData1: 120000 + CoolDown: { + Lv1: 13000 + Lv2: 16000 + Lv3: 19000 + Lv4: 22000 + Lv5: 25000 + Lv6: 28000 + Lv7: 31000 + Lv8: 34000 + Lv9: 37000 + Lv10: 40000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 90 + Lv2: 100 + Lv3: 110 + Lv4: 120 + Lv5: 130 + Lv6: 140 + Lv7: 150 + Lv8: 160 + Lv9: 170 + Lv10: 180 + } + } +}, +{ + Id: 2046 + Name: "AB_ORATIO" + Description: "Oratio" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + InterruptCast: true + CastTime: 4000 + SkillData1: 30000 + CoolDown: 2000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 38 + Lv3: 41 + Lv4: 44 + Lv5: 47 + Lv6: 50 + Lv7: 53 + Lv8: 56 + Lv9: 59 + Lv10: 62 + } + } +}, +{ + Id: 2047 + Name: "AB_LAUDAAGNUS" + Description: "Lauda Agnus" + MaxLevel: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + InterruptCast: true + CastTime: 1000 + SkillData1: 60000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 60 + Lv3: 70 + Lv4: 80 + Lv5: 90 + Lv6: 100 + Lv7: 110 + Lv8: 120 + Lv9: 130 + Lv10: 140 + } + } +}, +{ + Id: 2048 + Name: "AB_LAUDARAMUS" + Description: "Lauda Ramus" + MaxLevel: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + InterruptCast: true + CastTime: 1000 + SkillData1: 60000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 60 + Lv3: 70 + Lv4: 80 + Lv5: 90 + Lv6: 100 + Lv7: 110 + Lv8: 120 + Lv9: 130 + Lv10: 140 + } + } +}, +{ + Id: 2049 + Name: "AB_EUCHARISTICA" + Description: "Eucharistica" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2050 + Name: "AB_RENOVATIO" + Description: "Renovatio" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 3000 + SkillData1: 90000 + CoolDown: 1000 + FixedCastTime: 2000 + Requirements: { + SPCost: 70 + } +}, +{ + Id: 2051 + Name: "AB_HIGHNESSHEAL" + Description: "Highness Heal" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + IgnoreDefense: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 100 + Lv3: 130 + Lv4: 160 + Lv5: 190 + Lv6: 220 + Lv7: 250 + Lv8: 280 + Lv9: 310 + Lv10: 340 + } + } +}, +{ + Id: 2052 + Name: "AB_CLEARANCE" + Description: "Clearance" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 4000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 54 + Lv2: 60 + Lv3: 66 + Lv4: 72 + Lv5: 78 + Lv6: 84 + Lv7: 90 + Lv8: 96 + Lv9: 102 + Lv10: 108 + } + } +}, +{ + Id: 2053 + Name: "AB_EXPIATIO" + Description: "Expiatio" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + SkillData1: { + Lv1: 150000 + Lv2: 180000 + Lv3: 210000 + Lv4: 240000 + Lv5: 270000 + Lv6: 300000 + Lv7: 330000 + Lv8: 360000 + Lv9: 390000 + Lv10: 420000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 40 + Lv3: 45 + Lv4: 50 + Lv5: 55 + Lv6: 60 + Lv7: 65 + Lv8: 70 + Lv9: 75 + Lv10: 80 + } + } +}, +{ + Id: 2054 + Name: "AB_DUPLELIGHT" + Description: "Duple Light" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + Element: "Ele_Holy" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 90000 + Lv2: 120000 + Lv3: 150000 + Lv4: 180000 + Lv5: 210000 + Lv6: 240000 + Lv7: 270000 + Lv8: 300000 + Lv9: 330000 + Lv10: 360000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 2055 + Name: "AB_DUPLELIGHT_MELEE" + Description: "Duple Light Melee" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2056 + Name: "AB_DUPLELIGHT_MAGIC" + Description: "Duple Light Magic" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2057 + Name: "AB_SILENTIUM" + Description: "Silentium" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 4 + Lv2: 5 + Lv3: 6 + Lv4: 7 + Lv5: 8 + Lv6: 9 + Lv7: 10 + Lv8: 11 + Lv9: 12 + Lv10: 13 + } + InterruptCast: true + CastTime: 4000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + CoolDown: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 64 + Lv2: 68 + Lv3: 72 + Lv4: 76 + Lv5: 80 + Lv6: 84 + Lv7: 88 + Lv8: 92 + Lv9: 96 + Lv10: 100 + } + } +}, +{ + Id: 2201 + Name: "WL_WHITEIMPRISON" + Description: "White Imprison" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + InterruptCast: true + SkillData1: { + Lv1: 6000 + Lv2: 8000 + Lv3: 10000 + Lv4: 12000 + Lv5: 14000 + Lv6: 16000 + Lv7: 18000 + Lv8: 20000 + Lv9: 22000 + Lv10: 24000 + } + SkillData2: 15000 + CoolDown: 4000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 55 + Lv3: 60 + Lv4: 65 + Lv5: 70 + Lv6: 75 + Lv7: 80 + Lv8: 85 + Lv9: 90 + Lv10: 95 + } + } +}, +{ + Id: 2202 + Name: "WL_SOULEXPANSION" + Description: "Soul Expansion" + MaxLevel: 5 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Ghost" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + NumberOfHits: -2 + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + } +}, +{ + Id: 2203 + Name: "WL_FROSTMISTY" + Description: "Frosty Misty" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: 13 + NumberOfHits: { + Lv1: -3 + Lv2: -4 + Lv3: -5 + Lv4: -6 + Lv5: -7 + Lv6: -8 + Lv7: -9 + Lv8: -10 + Lv9: -11 + Lv10: -12 + } + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + AfterCastActDelay: 1000 + SkillData1: 40000 + CoolDown: 4000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 48 + Lv3: 56 + Lv4: 64 + Lv5: 72 + Lv6: 80 + Lv7: 88 + Lv8: 96 + Lv9: 104 + Lv10: 112 + } + } +}, +{ + Id: 2204 + Name: "WL_JACKFROST" + Description: "Jack Frost" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: 13 + NumberOfHits: -5 + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 60 + Lv3: 70 + Lv4: 80 + Lv5: 90 + Lv6: 100 + Lv7: 110 + Lv8: 120 + Lv9: 130 + Lv10: 140 + } + } +}, +{ + Id: 2205 + Name: "WL_MARSHOFABYSS" + Description: "Marsh of Abyss" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 30000 + CoolDown: { + Lv1: 2500 + Lv2: 3000 + Lv3: 3500 + Lv4: 4000 + Lv5: 4500 + Lv6: 5000 + Lv7: 5500 + Lv8: 6000 + Lv9: 6500 + Lv10: 7000 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 42 + Lv3: 44 + Lv4: 46 + Lv5: 48 + Lv6: 50 + Lv7: 52 + Lv8: 54 + Lv9: 56 + Lv10: 58 + } + } +}, +{ + Id: 2206 + Name: "WL_RECOGNIZEDSPELL" + Description: "Recognized Spell" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + CoolDown: { + Lv1: 50000 + Lv2: 80000 + Lv3: 110000 + Lv4: 140000 + Lv5: 170000 + Lv6: 200000 + Lv7: 230000 + Lv8: 260000 + Lv9: 290000 + Lv10: 320000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 120 + Lv3: 140 + Lv4: 160 + Lv5: 180 + Lv6: 200 + Lv7: 220 + Lv8: 240 + Lv9: 260 + Lv10: 280 + } + } +}, +{ + Id: 2207 + Name: "WL_SIENNAEXECRATE" + Description: "Sienna Execrate" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 2 + Lv3: 2 + Lv4: 3 + Lv5: 3 + Lv6: 4 + Lv7: 4 + Lv8: 5 + Lv9: 5 + Lv10: 6 + } + NumberOfHits: 0 + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 10000 + Lv2: 12000 + Lv3: 14000 + Lv4: 16000 + Lv5: 18000 + Lv6: 20000 + Lv7: 22000 + Lv8: 24000 + Lv9: 26000 + Lv10: 28000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 32 + Lv2: 34 + Lv3: 36 + Lv4: 38 + Lv5: 40 + Lv6: 42 + Lv7: 44 + Lv8: 46 + Lv9: 48 + Lv10: 50 + } // Items: { // Red_Gemstone: 2 // } - } -}, -{ - Id: 2208 - Name: "WL_RADIUS" - Description: "Radius" - MaxLevel: 3 - NumberOfHits: 0 -}, -{ - Id: 2209 - Name: "WL_STASIS" - Description: "Stasis" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 9 - Lv2: 10 - Lv3: 11 - Lv4: 12 - Lv5: 13 - Lv6: 14 - Lv7: 15 - Lv8: 16 - Lv9: 17 - Lv10: 18 - } - InterruptCast: true - CastTime: 3000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - SkillData2: 1000 - CoolDown: { - Lv1: 180000 - Lv2: 190000 - Lv3: 200000 - Lv4: 210000 - Lv5: 220000 - Lv6: 230000 - Lv7: 240000 - Lv8: 250000 - Lv9: 260000 - Lv10: 270000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 60 - Lv3: 70 - Lv4: 80 - Lv5: 90 - Lv6: 100 - Lv7: 110 - Lv8: 120 - Lv9: 130 - Lv10: 140 - } - } -}, -{ - Id: 2210 - Name: "WL_DRAINLIFE" - Description: "Drain Life" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - InterruptCast: true - CastTime: 4000 - CoolDown: 2000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - } -}, -{ - Id: 2211 - Name: "WL_CRIMSONROCK" - Description: "Crimson Rock" - MaxLevel: 5 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: 3 - NumberOfHits: -7 - InterruptCast: true - KnockBackTiles: 3 - CastTime: 5000 - AfterCastActDelay: 2000 - SkillData1: 5000 - CoolDown: 5000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - } -}, -{ - Id: 2212 - Name: "WL_HELLINFERNO" - Description: "Hell Inferno" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - InterruptCast: true - CastTime: 3000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 40 - Lv3: 45 - Lv4: 50 - Lv5: 55 - Lv6: 60 - Lv7: 65 - Lv8: 70 - Lv9: 75 - Lv10: 80 - } - } -}, -{ - Id: 2213 - Name: "WL_COMET" - Description: "Comet" - MaxLevel: 5 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - NumberOfHits: -20 - InterruptCast: true - KnockBackTiles: 2 - CastTime: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - SkillData1: 100 - SkillData2: 42000 - CoolDown: 60000 - FixedCastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - Requirements: { - SPCost: { - Lv1: 480 - Lv2: 560 - Lv3: 640 - Lv4: 720 - Lv5: 800 - Lv6: 880 - Lv7: 960 - Lv8: 1040 - Lv9: 1120 - Lv10: 1200 - } + } +}, +{ + Id: 2208 + Name: "WL_RADIUS" + Description: "Radius" + MaxLevel: 3 + NumberOfHits: 0 +}, +{ + Id: 2209 + Name: "WL_STASIS" + Description: "Stasis" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 9 + Lv2: 10 + Lv3: 11 + Lv4: 12 + Lv5: 13 + Lv6: 14 + Lv7: 15 + Lv8: 16 + Lv9: 17 + Lv10: 18 + } + InterruptCast: true + CastTime: 3000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + SkillData2: 1000 + CoolDown: { + Lv1: 180000 + Lv2: 190000 + Lv3: 200000 + Lv4: 210000 + Lv5: 220000 + Lv6: 230000 + Lv7: 240000 + Lv8: 250000 + Lv9: 260000 + Lv10: 270000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 60 + Lv3: 70 + Lv4: 80 + Lv5: 90 + Lv6: 100 + Lv7: 110 + Lv8: 120 + Lv9: 130 + Lv10: 140 + } + } +}, +{ + Id: 2210 + Name: "WL_DRAINLIFE" + Description: "Drain Life" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + InterruptCast: true + CastTime: 4000 + CoolDown: 2000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + } +}, +{ + Id: 2211 + Name: "WL_CRIMSONROCK" + Description: "Crimson Rock" + MaxLevel: 5 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: 3 + NumberOfHits: -7 + InterruptCast: true + KnockBackTiles: 3 + CastTime: 5000 + AfterCastActDelay: 2000 + SkillData1: 5000 + CoolDown: 5000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + } +}, +{ + Id: 2212 + Name: "WL_HELLINFERNO" + Description: "Hell Inferno" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + InterruptCast: true + CastTime: 3000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 40 + Lv3: 45 + Lv4: 50 + Lv5: 55 + Lv6: 60 + Lv7: 65 + Lv8: 70 + Lv9: 75 + Lv10: 80 + } + } +}, +{ + Id: 2213 + Name: "WL_COMET" + Description: "Comet" + MaxLevel: 5 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + NumberOfHits: -20 + InterruptCast: true + KnockBackTiles: 2 + CastTime: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + SkillData1: 100 + SkillData2: 42000 + CoolDown: 60000 + FixedCastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + Requirements: { + SPCost: { + Lv1: 480 + Lv2: 560 + Lv3: 640 + Lv4: 720 + Lv5: 800 + Lv6: 880 + Lv7: 960 + Lv8: 1040 + Lv9: 1120 + Lv10: 1200 + } // Items: { // Red_Gemstone: 2 // } - } - Unit: { - Id: 0x86 - Range: 8 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2214 - Name: "WL_CHAINLIGHTNING" - Description: "Chain Lightning" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - SplashRange: 3 - InterruptCast: true - CastTime: { - Lv1: 3500 - Lv2: 4000 - Lv3: 4500 - Lv4: 5000 - Lv5: 5500 - Lv6: 6000 - Lv7: 6500 - Lv8: 7000 - Lv9: 7500 - Lv10: 8000 - } - SkillData1: 100 - CoolDown: 3000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - } -}, -{ - Id: 2215 - Name: "WL_CHAINLIGHTNING_ATK" - Description: "Chain Lightning Attack" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Wind" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2216 - Name: "WL_EARTHSTRAIN" - Description: "Earth Strain" - MaxLevel: 5 - Range: 3 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Earth" - NumberOfHits: { - Lv1: -6 - Lv2: -7 - Lv3: -8 - Lv4: -9 - Lv5: -10 - Lv6: -11 - Lv7: -12 - Lv8: -13 - Lv9: -14 - Lv10: -15 - } - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 3000 - Lv3: 4000 - Lv4: 5000 - Lv5: 6000 - Lv6: 7000 - Lv7: 8000 - Lv8: 9000 - Lv9: 10000 - Lv10: 11000 - } - AfterCastActDelay: 1000 - SkillData1: 100 - SkillData2: { - Lv1: 75000 - Lv2: 90000 - Lv3: 105000 - Lv4: 120000 - Lv5: 135000 - Lv6: 150000 - Lv7: 165000 - Lv8: 180000 - Lv9: 195000 - Lv10: 210000 - } - CoolDown: 10000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 78 - Lv3: 86 - Lv4: 94 - Lv5: 102 - Lv6: 110 - Lv7: 118 - Lv8: 126 - Lv9: 134 - Lv10: 142 - } - } - Unit: { - Id: 0xcb - Layout: -1 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2217 - Name: "WL_TETRAVORTEX" - Description: "Tetra Vortex" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - InterruptCast: true - CastTime: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 15000 - Lv2: 120000 - Lv3: 40000 - Lv4: 5000 - Lv5: 5000 - Lv6: 5000 - Lv7: 5000 - Lv8: 5000 - Lv9: 5000 - Lv10: 5000 - } - CoolDown: 15000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 150 - Lv3: 180 - Lv4: 210 - Lv5: 240 - Lv6: 270 - Lv7: 300 - Lv8: 330 - Lv9: 360 - Lv10: 390 - } - } -}, -{ - Id: 2218 - Name: "WL_TETRAVORTEX_FIRE" - Description: "Tetra Vortex Fire" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Fire" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2219 - Name: "WL_TETRAVORTEX_WATER" - Description: "Tetra Vortex Water" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Water" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2220 - Name: "WL_TETRAVORTEX_WIND" - Description: "Tetra Vortex Wind" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Wind" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2221 - Name: "WL_TETRAVORTEX_GROUND" - Description: "Tetra Vortex Earth" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Earth" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2222 - Name: "WL_SUMMONFB" - Description: "Summon Fire Ball" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - SkillData1: { - Lv1: 120000 - Lv2: 160000 - Lv3: 200000 - Lv4: 240000 - Lv5: 280000 - Lv6: 320000 - Lv7: 360000 - Lv8: 400000 - Lv9: 440000 - Lv10: 480000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } -}, -{ - Id: 2223 - Name: "WL_SUMMONBL" - Description: "Summon Lightning Ball" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - SkillData1: { - Lv1: 120000 - Lv2: 160000 - Lv3: 200000 - Lv4: 240000 - Lv5: 280000 - Lv6: 320000 - Lv7: 360000 - Lv8: 400000 - Lv9: 440000 - Lv10: 480000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } -}, -{ - Id: 2224 - Name: "WL_SUMMONWB" - Description: "Summon Water Ball" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - SkillData1: { - Lv1: 120000 - Lv2: 160000 - Lv3: 200000 - Lv4: 240000 - Lv5: 280000 - Lv6: 320000 - Lv7: 360000 - Lv8: 400000 - Lv9: 440000 - Lv10: 480000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } -}, -{ - Id: 2225 - Name: "WL_SUMMON_ATK_FIRE" - Description: "Summon Attack Fire" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SkillInstances: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2226 - Name: "WL_SUMMON_ATK_WIND" - Description: "Summon Attack Wind" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Wind" - SkillInstances: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2227 - Name: "WL_SUMMON_ATK_WATER" - Description: "Summon Attack Water" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Water" - SkillInstances: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2228 - Name: "WL_SUMMON_ATK_GROUND" - Description: "Summon Attack Earth" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Earth" - SkillInstances: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2229 - Name: "WL_SUMMONSTONE" - Description: "Summon Stone" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - SkillData1: { - Lv1: 120000 - Lv2: 160000 - Lv3: 200000 - Lv4: 240000 - Lv5: 280000 - Lv6: 320000 - Lv7: 360000 - Lv8: 400000 - Lv9: 440000 - Lv10: 480000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } -}, -{ - Id: 2230 - Name: "WL_RELEASE" - Description: "Release" - MaxLevel: 2 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - InterruptCast: true - Requirements: { - SPCost: { - Lv1: 3 - Lv2: 20 - Lv3: 37 - Lv4: 54 - Lv5: 71 - Lv6: 88 - Lv7: 105 - Lv8: 122 - Lv9: 139 - Lv10: 156 - } - } -}, -{ - Id: 2231 - Name: "WL_READING_SB" - Description: "Reading Spellbook" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 5000 - AfterCastActDelay: 500 - FixedCastTime: 1000 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 2232 - Name: "WL_FREEZE_SP" - Description: "Freeze Spell" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2233 - Name: "RA_ARROWSTORM" - Description: "Arrow Storm" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 3 - Lv3: 3 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 4 - Lv9: 4 - Lv10: 5 - } - NumberOfHits: -3 - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2200 - Lv3: 2400 - Lv4: 2600 - Lv5: 2800 - Lv6: 3000 - Lv7: 3200 - Lv8: 3400 - Lv9: 3600 - Lv10: 3800 - } - CoolDown: { - Lv1: 5000 - Lv2: 4800 - Lv3: 4600 - Lv4: 4400 - Lv5: 4200 - Lv6: 4000 - Lv7: 3800 - Lv8: 3600 - Lv9: 3400 - Lv10: 3200 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 32 - Lv3: 34 - Lv4: 36 - Lv5: 38 - Lv6: 40 - Lv7: 42 - Lv8: 44 - Lv9: 46 - Lv10: 48 - } - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 10 - } -}, -{ - Id: 2234 - Name: "RA_FEARBREEZE" - Description: "Fear Breeze" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - WeaponTypes: { - Bows: true - } - } -}, -{ - Id: 2235 - Name: "RA_RANGERMAIN" - Description: "Ranger Main" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2236 - Name: "RA_AIMEDBOLT" - Description: "Aimed Bolt" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: 4000 - AfterCastActDelay: 1000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 32 - Lv3: 34 - Lv4: 36 - Lv5: 38 - Lv6: 40 - Lv7: 42 - Lv8: 44 - Lv9: 46 - Lv10: 48 - } - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 2237 - Name: "RA_DETONATOR" - Description: "Detonator" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - SkillData1: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 15 - } -}, -{ - Id: 2238 - Name: "RA_ELECTRICSHOCKER" - Description: "Electric Shocker" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - SkillInstances: 3 - SkillData1: 15000 - SkillData2: { - Lv1: 20000 - Lv2: 22000 - Lv3: 24000 - Lv4: 26000 - Lv5: 28000 - Lv6: 30000 - Lv7: 32000 - Lv8: 34000 - Lv9: 36000 - Lv10: 38000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 35 + } + Unit: { + Id: 0x86 + Range: 8 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2214 + Name: "WL_CHAINLIGHTNING" + Description: "Chain Lightning" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + SplashRange: 3 + InterruptCast: true + CastTime: { + Lv1: 3500 + Lv2: 4000 + Lv3: 4500 + Lv4: 5000 + Lv5: 5500 + Lv6: 6000 + Lv7: 6500 + Lv8: 7000 + Lv9: 7500 + Lv10: 8000 + } + SkillData1: 100 + CoolDown: 3000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + } +}, +{ + Id: 2215 + Name: "WL_CHAINLIGHTNING_ATK" + Description: "Chain Lightning Attack" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Wind" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2216 + Name: "WL_EARTHSTRAIN" + Description: "Earth Strain" + MaxLevel: 5 + Range: 3 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Earth" + NumberOfHits: { + Lv1: -6 + Lv2: -7 + Lv3: -8 + Lv4: -9 + Lv5: -10 + Lv6: -11 + Lv7: -12 + Lv8: -13 + Lv9: -14 + Lv10: -15 + } + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 3000 + Lv3: 4000 + Lv4: 5000 + Lv5: 6000 + Lv6: 7000 + Lv7: 8000 + Lv8: 9000 + Lv9: 10000 + Lv10: 11000 + } + AfterCastActDelay: 1000 + SkillData1: 100 + SkillData2: { + Lv1: 75000 + Lv2: 90000 + Lv3: 105000 + Lv4: 120000 + Lv5: 135000 + Lv6: 150000 + Lv7: 165000 + Lv8: 180000 + Lv9: 195000 + Lv10: 210000 + } + CoolDown: 10000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 78 + Lv3: 86 + Lv4: 94 + Lv5: 102 + Lv6: 110 + Lv7: 118 + Lv8: 126 + Lv9: 134 + Lv10: 142 + } + } + Unit: { + Id: 0xcb + Layout: -1 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2217 + Name: "WL_TETRAVORTEX" + Description: "Tetra Vortex" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + InterruptCast: true + CastTime: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 15000 + Lv2: 120000 + Lv3: 40000 + Lv4: 5000 + Lv5: 5000 + Lv6: 5000 + Lv7: 5000 + Lv8: 5000 + Lv9: 5000 + Lv10: 5000 + } + CoolDown: 15000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 150 + Lv3: 180 + Lv4: 210 + Lv5: 240 + Lv6: 270 + Lv7: 300 + Lv8: 330 + Lv9: 360 + Lv10: 390 + } + } +}, +{ + Id: 2218 + Name: "WL_TETRAVORTEX_FIRE" + Description: "Tetra Vortex Fire" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Fire" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2219 + Name: "WL_TETRAVORTEX_WATER" + Description: "Tetra Vortex Water" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Water" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2220 + Name: "WL_TETRAVORTEX_WIND" + Description: "Tetra Vortex Wind" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Wind" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2221 + Name: "WL_TETRAVORTEX_GROUND" + Description: "Tetra Vortex Earth" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Earth" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2222 + Name: "WL_SUMMONFB" + Description: "Summon Fire Ball" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + SkillData1: { + Lv1: 120000 + Lv2: 160000 + Lv3: 200000 + Lv4: 240000 + Lv5: 280000 + Lv6: 320000 + Lv7: 360000 + Lv8: 400000 + Lv9: 440000 + Lv10: 480000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } +}, +{ + Id: 2223 + Name: "WL_SUMMONBL" + Description: "Summon Lightning Ball" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + SkillData1: { + Lv1: 120000 + Lv2: 160000 + Lv3: 200000 + Lv4: 240000 + Lv5: 280000 + Lv6: 320000 + Lv7: 360000 + Lv8: 400000 + Lv9: 440000 + Lv10: 480000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } +}, +{ + Id: 2224 + Name: "WL_SUMMONWB" + Description: "Summon Water Ball" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + SkillData1: { + Lv1: 120000 + Lv2: 160000 + Lv3: 200000 + Lv4: 240000 + Lv5: 280000 + Lv6: 320000 + Lv7: 360000 + Lv8: 400000 + Lv9: 440000 + Lv10: 480000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } +}, +{ + Id: 2225 + Name: "WL_SUMMON_ATK_FIRE" + Description: "Summon Attack Fire" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SkillInstances: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2226 + Name: "WL_SUMMON_ATK_WIND" + Description: "Summon Attack Wind" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Wind" + SkillInstances: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2227 + Name: "WL_SUMMON_ATK_WATER" + Description: "Summon Attack Water" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Water" + SkillInstances: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2228 + Name: "WL_SUMMON_ATK_GROUND" + Description: "Summon Attack Earth" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Earth" + SkillInstances: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2229 + Name: "WL_SUMMONSTONE" + Description: "Summon Stone" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + SkillData1: { + Lv1: 120000 + Lv2: 160000 + Lv3: 200000 + Lv4: 240000 + Lv5: 280000 + Lv6: 320000 + Lv7: 360000 + Lv8: 400000 + Lv9: 440000 + Lv10: 480000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } +}, +{ + Id: 2230 + Name: "WL_RELEASE" + Description: "Release" + MaxLevel: 2 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + InterruptCast: true + Requirements: { + SPCost: { + Lv1: 3 + Lv2: 20 + Lv3: 37 + Lv4: 54 + Lv5: 71 + Lv6: 88 + Lv7: 105 + Lv8: 122 + Lv9: 139 + Lv10: 156 + } + } +}, +{ + Id: 2231 + Name: "WL_READING_SB" + Description: "Reading Spellbook" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 5000 + AfterCastActDelay: 500 + FixedCastTime: 1000 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 2232 + Name: "WL_FREEZE_SP" + Description: "Freeze Spell" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2233 + Name: "RA_ARROWSTORM" + Description: "Arrow Storm" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 3 + Lv3: 3 + Lv4: 3 + Lv5: 3 + Lv6: 4 + Lv7: 4 + Lv8: 4 + Lv9: 4 + Lv10: 5 + } + NumberOfHits: -3 + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2200 + Lv3: 2400 + Lv4: 2600 + Lv5: 2800 + Lv6: 3000 + Lv7: 3200 + Lv8: 3400 + Lv9: 3600 + Lv10: 3800 + } + CoolDown: { + Lv1: 5000 + Lv2: 4800 + Lv3: 4600 + Lv4: 4400 + Lv5: 4200 + Lv6: 4000 + Lv7: 3800 + Lv8: 3600 + Lv9: 3400 + Lv10: 3200 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 32 + Lv3: 34 + Lv4: 36 + Lv5: 38 + Lv6: 40 + Lv7: 42 + Lv8: 44 + Lv9: 46 + Lv10: 48 + } + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 10 + } +}, +{ + Id: 2234 + Name: "RA_FEARBREEZE" + Description: "Fear Breeze" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + WeaponTypes: { + Bows: true + } + } +}, +{ + Id: 2235 + Name: "RA_RANGERMAIN" + Description: "Ranger Main" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2236 + Name: "RA_AIMEDBOLT" + Description: "Aimed Bolt" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: 4000 + AfterCastActDelay: 1000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 32 + Lv3: 34 + Lv4: 36 + Lv5: 38 + Lv6: 40 + Lv7: 42 + Lv8: 44 + Lv9: 46 + Lv10: 48 + } + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 2237 + Name: "RA_DETONATOR" + Description: "Detonator" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + SkillData1: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 15 + } +}, +{ + Id: 2238 + Name: "RA_ELECTRICSHOCKER" + Description: "Electric Shocker" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + SkillInstances: 3 + SkillData1: 15000 + SkillData2: { + Lv1: 20000 + Lv2: 22000 + Lv3: 24000 + Lv4: 26000 + Lv5: 28000 + Lv6: 30000 + Lv7: 32000 + Lv8: 34000 + Lv9: 36000 + Lv10: 38000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 35 // Items: { // Special_Alloy_Trap: 1 // } - } - Unit: { - Id: 0xd8 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2239 - Name: "RA_CLUSTERBOMB" - Description: "Cluster Bomb" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 3 - SkillInstances: 3 - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 + } + Unit: { + Id: 0xd8 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2239 + Name: "RA_CLUSTERBOMB" + Description: "Cluster Bomb" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 3 + SkillInstances: 3 + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 // Items: { // Special_Alloy_Trap: 1 // } - } - Unit: { - Id: 0xd9 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2240 - Name: "RA_WUGMASTERY" - Description: "Warg Mastery" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 5 + } + Unit: { + Id: 0xd9 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2240 + Name: "RA_WUGMASTERY" + Description: "Warg Mastery" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 5 // Items: { // Wolfs_Flute: 0 // } - } -}, -{ - Id: 2241 - Name: "RA_WUGRIDER" - Description: "Warg Rider" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: 2 - } -}, -{ - Id: 2242 - Name: "RA_WUGDASH" - Description: "Warg Dash" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - NumberOfHits: 0 - Requirements: { - SPCost: 4 - State: "Moveable" - } -}, -{ - Id: 2243 - Name: "RA_WUGSTRIKE" - Description: "Warg Strike" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 22 - Lv3: 24 - Lv4: 26 - Lv5: 28 - Lv6: 30 - Lv7: 32 - Lv8: 34 - Lv9: 36 - Lv10: 38 - } - } -}, -{ - Id: 2244 - Name: "RA_WUGBITE" - Description: "Warg Bite" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - CoolDown: { - Lv1: 4000 - Lv2: 6000 - Lv3: 8000 - Lv4: 10000 - Lv5: 12000 - Lv6: 14000 - Lv7: 16000 - Lv8: 18000 - Lv9: 20000 - Lv10: 22000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 42 - Lv3: 44 - Lv4: 46 - Lv5: 48 - Lv6: 50 - Lv7: 52 - Lv8: 54 - Lv9: 56 - Lv10: 58 - } - State: "Warg" - } -}, -{ - Id: 2245 - Name: "RA_TOOTHOFWUG" - Description: "Tooth of Warg" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2246 - Name: "RA_SENSITIVEKEEN" - Description: "Sensitive Keen" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - AfterCastActDelay: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 12 - State: "Warg" - } -}, -{ - Id: 2247 - Name: "RA_CAMOUFLAGE" - Description: "Camouflage" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 2248 - Name: "RA_RESEARCHTRAP" - Description: "Research Trap" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2249 - Name: "RA_MAGENTATRAP" - Description: "Magenta Trap" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 1 - AfterCastActDelay: 2000 - SkillData1: 15000 - SkillData2: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 + } +}, +{ + Id: 2241 + Name: "RA_WUGRIDER" + Description: "Warg Rider" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: 2 + } +}, +{ + Id: 2242 + Name: "RA_WUGDASH" + Description: "Warg Dash" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + NumberOfHits: 0 + Requirements: { + SPCost: 4 + State: "Moveable" + } +}, +{ + Id: 2243 + Name: "RA_WUGSTRIKE" + Description: "Warg Strike" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 22 + Lv3: 24 + Lv4: 26 + Lv5: 28 + Lv6: 30 + Lv7: 32 + Lv8: 34 + Lv9: 36 + Lv10: 38 + } + } +}, +{ + Id: 2244 + Name: "RA_WUGBITE" + Description: "Warg Bite" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + CoolDown: { + Lv1: 4000 + Lv2: 6000 + Lv3: 8000 + Lv4: 10000 + Lv5: 12000 + Lv6: 14000 + Lv7: 16000 + Lv8: 18000 + Lv9: 20000 + Lv10: 22000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 42 + Lv3: 44 + Lv4: 46 + Lv5: 48 + Lv6: 50 + Lv7: 52 + Lv8: 54 + Lv9: 56 + Lv10: 58 + } + State: "Warg" + } +}, +{ + Id: 2245 + Name: "RA_TOOTHOFWUG" + Description: "Tooth of Warg" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2246 + Name: "RA_SENSITIVEKEEN" + Description: "Sensitive Keen" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + AfterCastActDelay: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 12 + State: "Warg" + } +}, +{ + Id: 2247 + Name: "RA_CAMOUFLAGE" + Description: "Camouflage" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 2248 + Name: "RA_RESEARCHTRAP" + Description: "Research Trap" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2249 + Name: "RA_MAGENTATRAP" + Description: "Magenta Trap" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 1 + AfterCastActDelay: 2000 + SkillData1: 15000 + SkillData2: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // Boody_Red: 1 // } - } - Unit: { - Id: 0xd2 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOPC: true - } - } -}, -{ - Id: 2250 - Name: "RA_COBALTTRAP" - Description: "Cobalt Trap" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - Element: "Ele_Water" - DamageType: { - NoDamage: true - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 1 - AfterCastActDelay: 2000 - SkillData1: 15000 - SkillData2: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0xd2 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOPC: true + } + } +}, +{ + Id: 2250 + Name: "RA_COBALTTRAP" + Description: "Cobalt Trap" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + Element: "Ele_Water" + DamageType: { + NoDamage: true + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 1 + AfterCastActDelay: 2000 + SkillData1: 15000 + SkillData2: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // Crystal_Blue: 1 // } - } - Unit: { - Id: 0xd3 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOPC: true - } - } -}, -{ - Id: 2251 - Name: "RA_MAIZETRAP" - Description: "Maize Trap" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 1 - AfterCastActDelay: 2000 - SkillData1: 15000 - SkillData2: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0xd3 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOPC: true + } + } +}, +{ + Id: 2251 + Name: "RA_MAIZETRAP" + Description: "Maize Trap" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 1 + AfterCastActDelay: 2000 + SkillData1: 15000 + SkillData2: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // Yellow_Live: 1 // } - } - Unit: { - Id: 0xd4 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOPC: true - } - } -}, -{ - Id: 2252 - Name: "RA_VERDURETRAP" - Description: "Verdure Trap" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 1 - AfterCastActDelay: 2000 - SkillData1: 15000 - SkillData2: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0xd4 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOPC: true + } + } +}, +{ + Id: 2252 + Name: "RA_VERDURETRAP" + Description: "Verdure Trap" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 1 + AfterCastActDelay: 2000 + SkillData1: 15000 + SkillData2: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // Wind_Of_Verdure: 1 // } - } - Unit: { - Id: 0xd5 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOPC: true - } - } -}, -{ - Id: 2253 - Name: "RA_FIRINGTRAP" - Description: "Firing Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 2 - SkillData1: 15000 - SkillData2: 40000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0xd5 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOPC: true + } + } +}, +{ + Id: 2253 + Name: "RA_FIRINGTRAP" + Description: "Firing Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 2 + SkillData1: 15000 + SkillData2: 40000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // } - } - Unit: { - Id: 0xd6 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - } - } -}, -{ - Id: 2254 - Name: "RA_ICEBOUNDTRAP" - Description: "Icebound Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - Element: "Ele_Water" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 2 - SkillInstances: 2 - SkillData1: 15000 - SkillData2: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 + } + Unit: { + Id: 0xd6 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + } + } +}, +{ + Id: 2254 + Name: "RA_ICEBOUNDTRAP" + Description: "Icebound Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + Element: "Ele_Water" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 2 + SkillInstances: 2 + SkillData1: 15000 + SkillData2: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 // Items: { // Special_Alloy_Trap: 1 // } - } - Unit: { - Id: 0xd7 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - } - } -}, -{ - Id: 2255 - Name: "NC_MADOLICENCE" - Description: "Mado License" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2256 - Name: "NC_BOOSTKNUCKLE" - Description: "Boost Knuckle" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: { - Lv1: 200 - Lv2: 400 - Lv3: 600 - Lv4: 800 - Lv5: 1000 - Lv6: 1200 - Lv7: 1400 - Lv8: 1600 - Lv9: 1800 - Lv10: 2000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 3 - Lv2: 6 - Lv3: 9 - Lv4: 12 - Lv5: 15 - Lv6: 18 - Lv7: 21 - Lv8: 24 - Lv9: 27 - Lv10: 30 - } - State: "MadoGear" - } -}, -{ - Id: 2257 - Name: "NC_PILEBUNKER" - Description: "Pile Bunker" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 2000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 50 - State: "MadoGear" + } + Unit: { + Id: 0xd7 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + } + } +}, +{ + Id: 2255 + Name: "NC_MADOLICENCE" + Description: "Mado License" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2256 + Name: "NC_BOOSTKNUCKLE" + Description: "Boost Knuckle" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: { + Lv1: 200 + Lv2: 400 + Lv3: 600 + Lv4: 800 + Lv5: 1000 + Lv6: 1200 + Lv7: 1400 + Lv8: 1600 + Lv9: 1800 + Lv10: 2000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 3 + Lv2: 6 + Lv3: 9 + Lv4: 12 + Lv5: 15 + Lv6: 18 + Lv7: 21 + Lv8: 24 + Lv9: 27 + Lv10: 30 + } + State: "MadoGear" + } +}, +{ + Id: 2257 + Name: "NC_PILEBUNKER" + Description: "Pile Bunker" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 2000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 50 + State: "MadoGear" // Items: { // Pilebuncker: 0 // Pilebuncker_S: 0 // Pilebuncker_P: 0 // Pilebuncker_T: 0 // } - } -}, -{ - Id: 2258 - Name: "NC_VULCANARM" - Description: "Vulcan Arm" - MaxLevel: 3 - Range: 13 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - AfterCastActDelay: { - Lv1: 300 - Lv2: 200 - Lv3: 100 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 2 - Lv2: 4 - Lv3: 6 - Lv4: 8 - Lv5: 10 - Lv6: 12 - Lv7: 14 - Lv8: 16 - Lv9: 18 - Lv10: 20 - } - State: "MadoGear" + } +}, +{ + Id: 2258 + Name: "NC_VULCANARM" + Description: "Vulcan Arm" + MaxLevel: 3 + Range: 13 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + AfterCastActDelay: { + Lv1: 300 + Lv2: 200 + Lv3: 100 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 2 + Lv2: 4 + Lv3: 6 + Lv4: 8 + Lv5: 10 + Lv6: 12 + Lv7: 14 + Lv8: 16 + Lv9: 18 + Lv10: 20 + } + State: "MadoGear" // Items: { // Vulcan_Bullet: 1 // } - } -}, -{ - Id: 2259 - Name: "NC_FLAMELAUNCHER" - Description: "Flame Launcher" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - SplashRange: 2 - SkillInstances: 5 - CastTime: { - Lv1: 500 - Lv2: 1000 - Lv3: 1500 - Lv4: 2000 - Lv5: 2500 - Lv6: 3000 - Lv7: 3500 - Lv8: 4000 - Lv9: 4500 - Lv10: 5000 - } - AfterCastActDelay: { - Lv1: 1500 - Lv2: 1000 - Lv3: 500 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData1: { - Lv1: 7000 - Lv2: 14000 - Lv3: 21000 - Lv4: 28000 - Lv5: 35000 - Lv6: 42000 - Lv7: 49000 - Lv8: 56000 - Lv9: 63000 - Lv10: 70000 - } - FixedCastTime: 500 - Requirements: { - SPCost: 20 - State: "MadoGear" + } +}, +{ + Id: 2259 + Name: "NC_FLAMELAUNCHER" + Description: "Flame Launcher" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + SplashRange: 2 + SkillInstances: 5 + CastTime: { + Lv1: 500 + Lv2: 1000 + Lv3: 1500 + Lv4: 2000 + Lv5: 2500 + Lv6: 3000 + Lv7: 3500 + Lv8: 4000 + Lv9: 4500 + Lv10: 5000 + } + AfterCastActDelay: { + Lv1: 1500 + Lv2: 1000 + Lv3: 500 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData1: { + Lv1: 7000 + Lv2: 14000 + Lv3: 21000 + Lv4: 28000 + Lv5: 35000 + Lv6: 42000 + Lv7: 49000 + Lv8: 56000 + Lv9: 63000 + Lv10: 70000 + } + FixedCastTime: 500 + Requirements: { + SPCost: 20 + State: "MadoGear" // Items: { // Flame_Thrower: 0 // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2260 - Name: "NC_COLDSLOWER" - Description: "Cold Slower" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - CastTime: 1000 - AfterCastActDelay: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - SkillData1: { - Lv1: 7000 - Lv2: 14000 - Lv3: 21000 - Lv4: 28000 - Lv5: 35000 - Lv6: 42000 - Lv7: 49000 - Lv8: 56000 - Lv9: 63000 - Lv10: 70000 - } - SkillData2: 40000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 - State: "MadoGear" + } +}, +{ + Id: 2260 + Name: "NC_COLDSLOWER" + Description: "Cold Slower" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + CastTime: 1000 + AfterCastActDelay: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + SkillData1: { + Lv1: 7000 + Lv2: 14000 + Lv3: 21000 + Lv4: 28000 + Lv5: 35000 + Lv6: 42000 + Lv7: 49000 + Lv8: 56000 + Lv9: 63000 + Lv10: 70000 + } + SkillData2: 40000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 + State: "MadoGear" // Items: { // Magic_Gear_Fuel: 1 // Liquid_Condensed_Bullet: 1 // } - } -}, -{ - Id: 2261 - Name: "NC_ARMSCANNON" - Description: "Arm Cannon" - MaxLevel: 3 - Range: { - Lv1: 9 - Lv2: 11 - Lv3: 13 - Lv4: 15 - Lv5: 17 - Lv6: 19 - Lv7: 21 - Lv8: 23 - Lv9: 25 - Lv10: 27 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: { - Lv1: 3 - Lv2: 2 - Lv3: 1 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - CastTime: { - Lv1: 1400 - Lv2: 1600 - Lv3: 1800 - Lv4: 2000 - Lv5: 2200 - Lv6: 2400 - Lv7: 2600 - Lv8: 2800 - Lv9: 3000 - Lv10: 3200 - } - AfterCastActDelay: { - Lv1: 500 - Lv2: 1000 - Lv3: 2000 - Lv4: 2000 - Lv5: 2000 - Lv6: 2000 - Lv7: 2000 - Lv8: 2000 - Lv9: 2000 - Lv10: 2000 - } - FixedCastTime: { - Lv1: 600 - Lv2: 400 - Lv3: 200 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - AmmoTypes: { - A_CANNONBALL: true - } - AmmoAmount: 1 - State: "MadoGear" + } +}, +{ + Id: 2261 + Name: "NC_ARMSCANNON" + Description: "Arm Cannon" + MaxLevel: 3 + Range: { + Lv1: 9 + Lv2: 11 + Lv3: 13 + Lv4: 15 + Lv5: 17 + Lv6: 19 + Lv7: 21 + Lv8: 23 + Lv9: 25 + Lv10: 27 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: { + Lv1: 3 + Lv2: 2 + Lv3: 1 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + CastTime: { + Lv1: 1400 + Lv2: 1600 + Lv3: 1800 + Lv4: 2000 + Lv5: 2200 + Lv6: 2400 + Lv7: 2600 + Lv8: 2800 + Lv9: 3000 + Lv10: 3200 + } + AfterCastActDelay: { + Lv1: 500 + Lv2: 1000 + Lv3: 2000 + Lv4: 2000 + Lv5: 2000 + Lv6: 2000 + Lv7: 2000 + Lv8: 2000 + Lv9: 2000 + Lv10: 2000 + } + FixedCastTime: { + Lv1: 600 + Lv2: 400 + Lv3: 200 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + AmmoTypes: { + A_CANNONBALL: true + } + AmmoAmount: 1 + State: "MadoGear" // Items: { // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2262 - Name: "NC_ACCELERATION" - Description: "Acceleration" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 40 - Lv3: 60 - Lv4: 80 - Lv5: 100 - Lv6: 120 - Lv7: 140 - Lv8: 160 - Lv9: 180 - Lv10: 200 - } - State: "MadoGear" + } +}, +{ + Id: 2262 + Name: "NC_ACCELERATION" + Description: "Acceleration" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 40 + Lv3: 60 + Lv4: 80 + Lv5: 100 + Lv6: 120 + Lv7: 140 + Lv8: 160 + Lv9: 180 + Lv10: 200 + } + State: "MadoGear" // Items: { // Accelerator: 0 // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2263 - Name: "NC_HOVERING" - Description: "Hovering" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 90000 - FixedCastTime: -1 - Requirements: { - SPCost: 25 - State: "MadoGear" + } +}, +{ + Id: 2263 + Name: "NC_HOVERING" + Description: "Hovering" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 90000 + FixedCastTime: -1 + Requirements: { + SPCost: 25 + State: "MadoGear" // Items: { // Hovering_Booster: 0 // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2264 - Name: "NC_F_SIDESLIDE" - Description: "Front-Side Slide" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - KnockBackTiles: 7 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: 5 - State: "MadoGear" + } +}, +{ + Id: 2264 + Name: "NC_F_SIDESLIDE" + Description: "Front-Side Slide" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + KnockBackTiles: 7 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: 5 + State: "MadoGear" // Items: { // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2265 - Name: "NC_B_SIDESLIDE" - Description: "Back-Side Slide" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - KnockBackTiles: 7 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: 5 - State: "MadoGear" + } +}, +{ + Id: 2265 + Name: "NC_B_SIDESLIDE" + Description: "Back-Side Slide" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + KnockBackTiles: 7 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: 5 + State: "MadoGear" // Items: { // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2266 - Name: "NC_MAINFRAME" - Description: "Mainframe Restructure" - MaxLevel: 4 - NumberOfHits: 0 -}, -{ - Id: 2267 - Name: "NC_SELFDESTRUCTION" - Description: "Self Destruction" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreFlee: true - IgnoreDefCards: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - KnockBackTiles: 5 - CastTime: { - Lv1: 2000 - Lv2: 1500 - Lv3: 1000 - Lv4: 500 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - CoolDown: 300000 - FixedCastTime: 500 - Requirements: { - SPCost: 1 - State: "MadoGear" + } +}, +{ + Id: 2266 + Name: "NC_MAINFRAME" + Description: "Mainframe Restructure" + MaxLevel: 4 + NumberOfHits: 0 +}, +{ + Id: 2267 + Name: "NC_SELFDESTRUCTION" + Description: "Self Destruction" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreFlee: true + IgnoreDefCards: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + KnockBackTiles: 5 + CastTime: { + Lv1: 2000 + Lv2: 1500 + Lv3: 1000 + Lv4: 500 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + CoolDown: 300000 + FixedCastTime: 500 + Requirements: { + SPCost: 1 + State: "MadoGear" // Items: { // Suicidal_Device: 0 // Magic_Gear_Fuel: 3 // } - } -}, -{ - Id: 2268 - Name: "NC_SHAPESHIFT" - Description: "Shape Shift" - MaxLevel: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 2000 - SkillData1: 300000 - FixedCastTime: 2000 - Requirements: { - SPCost: 100 - State: "MadoGear" + } +}, +{ + Id: 2268 + Name: "NC_SHAPESHIFT" + Description: "Shape Shift" + MaxLevel: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 2000 + SkillData1: 300000 + FixedCastTime: 2000 + Requirements: { + SPCost: 100 + State: "MadoGear" // Items: { // Scarlet_Pts: 1 // Lime_Green_Pts: 1 @@ -23175,7148 +23175,7148 @@ skill_db: ( // Magic_Gear_Fuel: 2 // Shape_Shifter: 0 // } - } -}, -{ - Id: 2269 - Name: "NC_EMERGENCYCOOL" - Description: "Emergency Cool" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 500 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 - State: "MadoGear" + } +}, +{ + Id: 2269 + Name: "NC_EMERGENCYCOOL" + Description: "Emergency Cool" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 500 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 + State: "MadoGear" // Items: { // Cooling_Device: 0 // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2270 - Name: "NC_INFRAREDSCAN" - Description: "Infrared Scan" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 7 - InterruptCast: true - AfterCastActDelay: 500 - SkillData1: 3000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 45 - State: "MadoGear" - } -}, -{ - Id: 2271 - Name: "NC_ANALYZE" - Description: "Analyze" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 20000 - FixedCastTime: 1000 - Requirements: { - SPCost: 30 - State: "MadoGear" + } +}, +{ + Id: 2270 + Name: "NC_INFRAREDSCAN" + Description: "Infrared Scan" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 7 + InterruptCast: true + AfterCastActDelay: 500 + SkillData1: 3000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 45 + State: "MadoGear" + } +}, +{ + Id: 2271 + Name: "NC_ANALYZE" + Description: "Analyze" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 20000 + FixedCastTime: 1000 + Requirements: { + SPCost: 30 + State: "MadoGear" // Items: { // Magic_Gear_Fuel: 1 // } - } -}, -{ - Id: 2272 - Name: "NC_MAGNETICFIELD" - Description: "Magnetic Field" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - InterruptCast: true - SkillData1: { - Lv1: 4000 - Lv2: 6000 - Lv3: 8000 - Lv4: 10000 - Lv5: 12000 - Lv6: 14000 - Lv7: 16000 - Lv8: 18000 - Lv9: 20000 - Lv10: 22000 - } - CoolDown: { - Lv1: 20000 - Lv2: 15000 - Lv3: 10000 - Lv4: 5000 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - State: "MadoGear" + } +}, +{ + Id: 2272 + Name: "NC_MAGNETICFIELD" + Description: "Magnetic Field" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + InterruptCast: true + SkillData1: { + Lv1: 4000 + Lv2: 6000 + Lv3: 8000 + Lv4: 10000 + Lv5: 12000 + Lv6: 14000 + Lv7: 16000 + Lv8: 18000 + Lv9: 20000 + Lv10: 22000 + } + CoolDown: { + Lv1: 20000 + Lv2: 15000 + Lv3: 10000 + Lv4: 5000 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + State: "MadoGear" // Items: { // Mag_Field_Generator: 0 // Magic_Gear_Fuel: 2 // } - } -}, -{ - Id: 2273 - Name: "NC_NEUTRALBARRIER" - Description: "Neutral Barrier" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: 90000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - State: "MadoGear" + } +}, +{ + Id: 2273 + Name: "NC_NEUTRALBARRIER" + Description: "Neutral Barrier" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: 90000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + State: "MadoGear" // Items: { // Barrier_Builder: 0 // Magic_Gear_Fuel: 1 // } - } - Unit: { - Id: 0xe2 - Layout: 2 - Interval: 500 - Target: "Friend" - } -}, -{ - Id: 2274 - Name: "NC_STEALTHFIELD" - Description: "Stealth Field" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - CoolDown: { - Lv1: 20000 - Lv2: 15000 - Lv3: 10000 - Lv4: 5000 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 100 - Lv3: 120 - Lv4: 140 - Lv5: 160 - Lv6: 180 - Lv7: 200 - Lv8: 220 - Lv9: 240 - Lv10: 260 - } - State: "MadoGear" + } + Unit: { + Id: 0xe2 + Layout: 2 + Interval: 500 + Target: "Friend" + } +}, +{ + Id: 2274 + Name: "NC_STEALTHFIELD" + Description: "Stealth Field" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + CoolDown: { + Lv1: 20000 + Lv2: 15000 + Lv3: 10000 + Lv4: 5000 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 100 + Lv3: 120 + Lv4: 140 + Lv5: 160 + Lv6: 180 + Lv7: 200 + Lv8: 220 + Lv9: 240 + Lv10: 260 + } + State: "MadoGear" // Items: { // Camouflage_Generator: 0 // Magic_Gear_Fuel: 2 // } - } - Unit: { - Id: 0xe3 - Layout: 2 - Interval: 500 - Target: "All" - } -}, -{ - Id: 2275 - Name: "NC_REPAIR" - Description: "Repair" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 200 - Lv2: 300 - Lv3: 400 - Lv4: 500 - Lv5: 600 - Lv6: 700 - Lv7: 800 - Lv8: 900 - Lv9: 1000 - Lv10: 1100 - } - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 65 - Lv10: 70 - } - State: "MadoGear" + } + Unit: { + Id: 0xe3 + Layout: 2 + Interval: 500 + Target: "All" + } +}, +{ + Id: 2275 + Name: "NC_REPAIR" + Description: "Repair" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 200 + Lv2: 300 + Lv3: 400 + Lv4: 500 + Lv5: 600 + Lv6: 700 + Lv7: 800 + Lv8: 900 + Lv9: 1000 + Lv10: 1100 + } + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 65 + Lv10: 70 + } + State: "MadoGear" // Items: { // Repair_Kit: 0 // } - } -}, -{ - Id: 2276 - Name: "NC_TRAININGAXE" - Description: "Axe Training" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2277 - Name: "NC_RESEARCHFE" - Description: "Research Fire/Earth" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2278 - Name: "NC_AXEBOOMERANG" - Description: "Axe Boomerang" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - KnockBackTiles: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - CoolDown: { - Lv1: 5000 - Lv2: 4500 - Lv3: 4000 - Lv4: 3500 - Lv5: 3000 - Lv6: 2500 - Lv7: 2000 - Lv8: 1500 - Lv9: 1000 - Lv10: 500 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 22 - Lv3: 24 - Lv4: 26 - Lv5: 28 - Lv6: 30 - Lv7: 32 - Lv8: 34 - Lv9: 36 - Lv10: 38 - } - WeaponTypes: { - 1HAxes: true - 2HAxes: true - } - } -}, -{ - Id: 2279 - Name: "NC_POWERSWING" - Description: "Power Swing" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - SkillData1: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 22 - Lv3: 24 - Lv4: 26 - Lv5: 28 - Lv6: 30 - Lv7: 32 - Lv8: 34 - Lv9: 36 - Lv10: 38 - } - } -}, -{ - Id: 2280 - Name: "NC_AXETORNADO" - Description: "Axe Tornado" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 3 - Lv6: 3 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 3 - } - NumberOfHits: -3 - AfterCastActDelay: 500 - CoolDown: { - Lv1: 4000 - Lv2: 3500 - Lv3: 3000 - Lv4: 2500 - Lv5: 2000 - Lv6: 1500 - Lv7: 1000 - Lv8: 500 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - HPCost: { - Lv1: 20 - Lv2: 40 - Lv3: 60 - Lv4: 80 - Lv5: 100 - Lv6: 120 - Lv7: 140 - Lv8: 160 - Lv9: 180 - Lv10: 200 - } - SPCost: { - Lv1: 18 - Lv2: 20 - Lv3: 22 - Lv4: 24 - Lv5: 26 - Lv6: 28 - Lv7: 30 - Lv8: 32 - Lv9: 34 - Lv10: 36 - } - WeaponTypes: { - 1HAxes: true - 2HAxes: true - } - } -}, -{ - Id: 2281 - Name: "NC_SILVERSNIPER" - Description: "FAW - Silver Sniper" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 2 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 65 - Lv10: 70 - } + } +}, +{ + Id: 2276 + Name: "NC_TRAININGAXE" + Description: "Axe Training" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2277 + Name: "NC_RESEARCHFE" + Description: "Research Fire/Earth" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2278 + Name: "NC_AXEBOOMERANG" + Description: "Axe Boomerang" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + KnockBackTiles: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + CoolDown: { + Lv1: 5000 + Lv2: 4500 + Lv3: 4000 + Lv4: 3500 + Lv5: 3000 + Lv6: 2500 + Lv7: 2000 + Lv8: 1500 + Lv9: 1000 + Lv10: 500 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 22 + Lv3: 24 + Lv4: 26 + Lv5: 28 + Lv6: 30 + Lv7: 32 + Lv8: 34 + Lv9: 36 + Lv10: 38 + } + WeaponTypes: { + 1HAxes: true + 2HAxes: true + } + } +}, +{ + Id: 2279 + Name: "NC_POWERSWING" + Description: "Power Swing" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + SkillData1: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 22 + Lv3: 24 + Lv4: 26 + Lv5: 28 + Lv6: 30 + Lv7: 32 + Lv8: 34 + Lv9: 36 + Lv10: 38 + } + } +}, +{ + Id: 2280 + Name: "NC_AXETORNADO" + Description: "Axe Tornado" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 3 + Lv6: 3 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 3 + } + NumberOfHits: -3 + AfterCastActDelay: 500 + CoolDown: { + Lv1: 4000 + Lv2: 3500 + Lv3: 3000 + Lv4: 2500 + Lv5: 2000 + Lv6: 1500 + Lv7: 1000 + Lv8: 500 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + HPCost: { + Lv1: 20 + Lv2: 40 + Lv3: 60 + Lv4: 80 + Lv5: 100 + Lv6: 120 + Lv7: 140 + Lv8: 160 + Lv9: 180 + Lv10: 200 + } + SPCost: { + Lv1: 18 + Lv2: 20 + Lv3: 22 + Lv4: 24 + Lv5: 26 + Lv6: 28 + Lv7: 30 + Lv8: 32 + Lv9: 34 + Lv10: 36 + } + WeaponTypes: { + 1HAxes: true + 2HAxes: true + } + } +}, +{ + Id: 2281 + Name: "NC_SILVERSNIPER" + Description: "FAW - Silver Sniper" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 2 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 65 + Lv10: 70 + } // Items: { // Portable_Furnace: 0 // Oridecon_Hammer: 0 // Iron: 1 // Steel: 2 // } - } -}, -{ - Id: 2282 - Name: "NC_MAGICDECOY" - Description: "FAW - Magic Decoy" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 2 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } + } +}, +{ + Id: 2282 + Name: "NC_MAGICDECOY" + Description: "FAW - Magic Decoy" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 2 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } // Items: { // Portable_Furnace: 0 // Oridecon_Hammer: 0 // Iron: 2 // Brigan: 1 // } - } -}, -{ - Id: 2283 - Name: "NC_DISJOINT" - Description: "FAW Removal" - MaxLevel: 1 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - CastTime: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: 15 + } +}, +{ + Id: 2283 + Name: "NC_DISJOINT" + Description: "FAW Removal" + MaxLevel: 1 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + CastTime: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: 15 // Items: { // Monkey_Wrench: 1 // } - } -}, -{ - Id: 2284 - Name: "SC_FATALMENACE" - Description: "Fatal Menace" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 2285 - Name: "SC_REPRODUCE" - Description: "Reproduce" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 2286 - Name: "SC_AUTOSHADOWSPELL" - Description: "Auto Shadow Spell" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 4000 - Lv2: 3600 - Lv3: 3200 - Lv4: 2800 - Lv5: 2400 - Lv6: 2000 - Lv7: 1600 - Lv8: 1200 - Lv9: 800 - Lv10: 400 - } - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 300000 - } - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 2287 - Name: "SC_SHADOWFORM" - Description: "Shadow Form" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 40000 - Lv3: 50000 - Lv4: 60000 - Lv5: 70000 - Lv6: 80000 - Lv7: 90000 - Lv8: 100000 - Lv9: 110000 - Lv10: 120000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - } -}, -{ - Id: 2288 - Name: "SC_TRIANGLESHOT" - Description: "Triangle Shot" - MaxLevel: 10 - Range: { - Lv1: 7 - Lv2: 7 - Lv3: 7 - Lv4: 9 - Lv5: 9 - Lv6: 9 - Lv7: 9 - Lv8: 11 - Lv9: 11 - Lv10: 11 - } - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -3 - InterruptCast: true - KnockBackTiles: 3 - CastTime: 1000 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 3 - } -}, -{ - Id: 2289 - Name: "SC_BODYPAINT" - Description: "Body Painting" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 5000 - Lv2: 7000 - Lv3: 9000 - Lv4: 11000 - Lv5: 13000 - Lv6: 15000 - Lv7: 17000 - Lv8: 19000 - Lv9: 21000 - Lv10: 23000 - } - SkillData2: 10000 - CoolDown: 2000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 15 - Lv3: 20 - Lv4: 25 - Lv5: 30 - Lv6: 35 - Lv7: 40 - Lv8: 45 - Lv9: 50 - Lv10: 55 - } + } +}, +{ + Id: 2284 + Name: "SC_FATALMENACE" + Description: "Fatal Menace" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 2285 + Name: "SC_REPRODUCE" + Description: "Reproduce" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 2286 + Name: "SC_AUTOSHADOWSPELL" + Description: "Auto Shadow Spell" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 4000 + Lv2: 3600 + Lv3: 3200 + Lv4: 2800 + Lv5: 2400 + Lv6: 2000 + Lv7: 1600 + Lv8: 1200 + Lv9: 800 + Lv10: 400 + } + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 300000 + } + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 2287 + Name: "SC_SHADOWFORM" + Description: "Shadow Form" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 40000 + Lv3: 50000 + Lv4: 60000 + Lv5: 70000 + Lv6: 80000 + Lv7: 90000 + Lv8: 100000 + Lv9: 110000 + Lv10: 120000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + } +}, +{ + Id: 2288 + Name: "SC_TRIANGLESHOT" + Description: "Triangle Shot" + MaxLevel: 10 + Range: { + Lv1: 7 + Lv2: 7 + Lv3: 7 + Lv4: 9 + Lv5: 9 + Lv6: 9 + Lv7: 9 + Lv8: 11 + Lv9: 11 + Lv10: 11 + } + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -3 + InterruptCast: true + KnockBackTiles: 3 + CastTime: 1000 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 3 + } +}, +{ + Id: 2289 + Name: "SC_BODYPAINT" + Description: "Body Painting" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 5000 + Lv2: 7000 + Lv3: 9000 + Lv4: 11000 + Lv5: 13000 + Lv6: 15000 + Lv7: 17000 + Lv8: 19000 + Lv9: 21000 + Lv10: 23000 + } + SkillData2: 10000 + CoolDown: 2000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 15 + Lv3: 20 + Lv4: 25 + Lv5: 30 + Lv6: 35 + Lv7: 40 + Lv8: 45 + Lv9: 50 + Lv10: 55 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 1 // } - } -}, -{ - Id: 2290 - Name: "SC_INVISIBILITY" - Description: "Invisibility" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 60000 - CoolDown: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 2291 - Name: "SC_DEADLYINFECT" - Description: "Deadly Infect" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 2292 - Name: "SC_ENERVATION" - Description: "Masquerade - Enervation" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2290 + Name: "SC_INVISIBILITY" + Description: "Invisibility" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 60000 + CoolDown: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 2291 + Name: "SC_DEADLYINFECT" + Description: "Deadly Infect" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 2292 + Name: "SC_ENERVATION" + Description: "Masquerade - Enervation" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2293 - Name: "SC_GROOMY" - Description: "Masquerade - Gloomy" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2293 + Name: "SC_GROOMY" + Description: "Masquerade - Gloomy" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2294 - Name: "SC_IGNORANCE" - Description: "Masquerade - Ignorance" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2294 + Name: "SC_IGNORANCE" + Description: "Masquerade - Ignorance" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2295 - Name: "SC_LAZINESS" - Description: "Masquerade - Laziness" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2295 + Name: "SC_LAZINESS" + Description: "Masquerade - Laziness" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2296 - Name: "SC_UNLUCKY" - Description: "Masquerade - Unlucky" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2296 + Name: "SC_UNLUCKY" + Description: "Masquerade - Unlucky" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2297 - Name: "SC_WEAKNESS" - Description: "Masquerade - Weakness" - MaxLevel: 3 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } + } +}, +{ + Id: 2297 + Name: "SC_WEAKNESS" + Description: "Masquerade - Weakness" + MaxLevel: 3 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } // Items: { // Face_Paint: 1 // Makeover_Brush: 0 // } - } -}, -{ - Id: 2298 - Name: "SC_STRIPACCESSARY" - Description: "Strip Accessory" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 100000 - Lv6: 110000 - Lv7: 120000 - Lv8: 130000 - Lv9: 140000 - Lv10: 150000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 18 - Lv3: 21 - Lv4: 24 - Lv5: 27 - Lv6: 30 - Lv7: 33 - Lv8: 36 - Lv9: 39 - Lv10: 42 - } - } -}, -{ - Id: 2299 - Name: "SC_MANHOLE" - Description: "Man Hole" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 3 - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - SkillData2: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } + } +}, +{ + Id: 2298 + Name: "SC_STRIPACCESSARY" + Description: "Strip Accessory" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 100000 + Lv6: 110000 + Lv7: 120000 + Lv8: 130000 + Lv9: 140000 + Lv10: 150000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 18 + Lv3: 21 + Lv4: 24 + Lv5: 27 + Lv6: 30 + Lv7: 33 + Lv8: 36 + Lv9: 39 + Lv10: 42 + } + } +}, +{ + Id: 2299 + Name: "SC_MANHOLE" + Description: "Man Hole" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 3 + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + SkillData2: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 1 // } - } - Unit: { - Id: 0xcc - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2300 - Name: "SC_DIMENSIONDOOR" - Description: "Dimension Door" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 4000 - Lv2: 8000 - Lv3: 12000 - Lv4: 16000 - Lv5: 20000 - Lv6: 24000 - Lv7: 28000 - Lv8: 32000 - Lv9: 36000 - Lv10: 40000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 36 - Lv3: 42 - Lv4: 48 - Lv5: 54 - Lv6: 60 - Lv7: 66 - Lv8: 72 - Lv9: 78 - Lv10: 84 - } + } + Unit: { + Id: 0xcc + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2300 + Name: "SC_DIMENSIONDOOR" + Description: "Dimension Door" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 4000 + Lv2: 8000 + Lv3: 12000 + Lv4: 16000 + Lv5: 20000 + Lv6: 24000 + Lv7: 28000 + Lv8: 32000 + Lv9: 36000 + Lv10: 40000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 36 + Lv3: 42 + Lv4: 48 + Lv5: 54 + Lv6: 60 + Lv7: 66 + Lv8: 72 + Lv9: 78 + Lv10: 84 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 1 // } - } - Unit: { - Id: 0xcd - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2301 - Name: "SC_CHAOSPANIC" - Description: "Chaos Panic" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SplashRange: 2 - InterruptCast: true - SkillInstances: 1 - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - SkillData2: { - Lv1: 4000 - Lv2: 8000 - Lv3: 12000 - Lv4: 16000 - Lv5: 20000 - Lv6: 24000 - Lv7: 28000 - Lv8: 32000 - Lv9: 36000 - Lv10: 40000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 36 - Lv3: 42 - Lv4: 48 - Lv5: 54 - Lv6: 60 - Lv7: 66 - Lv8: 72 - Lv9: 78 - Lv10: 84 - } + } + Unit: { + Id: 0xcd + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2301 + Name: "SC_CHAOSPANIC" + Description: "Chaos Panic" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SplashRange: 2 + InterruptCast: true + SkillInstances: 1 + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + SkillData2: { + Lv1: 4000 + Lv2: 8000 + Lv3: 12000 + Lv4: 16000 + Lv5: 20000 + Lv6: 24000 + Lv7: 28000 + Lv8: 32000 + Lv9: 36000 + Lv10: 40000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 36 + Lv3: 42 + Lv4: 48 + Lv5: 54 + Lv6: 60 + Lv7: 66 + Lv8: 72 + Lv9: 78 + Lv10: 84 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 2 // } - } - Unit: { - Id: 0xce - Layout: 2 - Interval: -1 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - UF_NOOVERLAP: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 2302 - Name: "SC_MAELSTROM" - Description: "Maelstrom" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - SplashRange: 2 - InterruptCast: true - SkillInstances: 1 - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 7000 - Lv2: 14000 - Lv3: 21000 - Lv4: 28000 - Lv5: 35000 - Lv6: 42000 - Lv7: 49000 - Lv8: 56000 - Lv9: 63000 - Lv10: 70000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 55 - Lv3: 60 - Lv4: 65 - Lv5: 70 - Lv6: 75 - Lv7: 80 - Lv8: 85 - Lv9: 90 - Lv10: 95 - } + } + Unit: { + Id: 0xce + Layout: 2 + Interval: -1 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + UF_NOOVERLAP: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 2302 + Name: "SC_MAELSTROM" + Description: "Maelstrom" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + SplashRange: 2 + InterruptCast: true + SkillInstances: 1 + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 7000 + Lv2: 14000 + Lv3: 21000 + Lv4: 28000 + Lv5: 35000 + Lv6: 42000 + Lv7: 49000 + Lv8: 56000 + Lv9: 63000 + Lv10: 70000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 55 + Lv3: 60 + Lv4: 65 + Lv5: 70 + Lv6: 75 + Lv7: 80 + Lv8: 85 + Lv9: 90 + Lv10: 95 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 2 // } - } - Unit: { - Id: 0xcf - Layout: 2 - Interval: -1 - Target: "All" - Flag: { - UF_NOREITERATION: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 2303 - Name: "SC_BLOODYLUST" - Description: "Bloody Lust" - MaxLevel: 3 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 5000 - Lv2: 10000 - Lv3: 15000 - Lv4: 20000 - Lv5: 25000 - Lv6: 30000 - Lv7: 35000 - Lv8: 40000 - Lv9: 45000 - Lv10: 50000 - } - CoolDown: 180000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } + } + Unit: { + Id: 0xcf + Layout: 2 + Interval: -1 + Target: "All" + Flag: { + UF_NOREITERATION: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 2303 + Name: "SC_BLOODYLUST" + Description: "Bloody Lust" + MaxLevel: 3 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 5000 + Lv2: 10000 + Lv3: 15000 + Lv4: 20000 + Lv5: 25000 + Lv6: 30000 + Lv7: 35000 + Lv8: 40000 + Lv9: 45000 + Lv10: 50000 + } + CoolDown: 180000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 2 // } - } - Unit: { - Id: 0xd0 - Layout: 3 - Interval: -1 - Target: "All" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 2304 - Name: "SC_FEINTBOMB" - Description: "Feint Bomb" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CastTime: 1000 - SkillData1: 1000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } + } + Unit: { + Id: 0xd0 + Layout: 3 + Interval: -1 + Target: "All" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 2304 + Name: "SC_FEINTBOMB" + Description: "Feint Bomb" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CastTime: 1000 + SkillData1: 1000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } // Items: { // Paint_Brush: 0 // Surface_Paint: 1 // } - } - Unit: { - Id: 0xd1 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2307 - Name: "LG_CANNONSPEAR" - Description: "Cannon Spear" - MaxLevel: 5 - Range: 11 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SplashRange: 2 - SkillInstances: 10 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 16 - Lv3: 20 - Lv4: 24 - Lv5: 28 - Lv6: 32 - Lv7: 36 - Lv8: 40 - Lv9: 44 - Lv10: 48 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2308 - Name: "LG_BANISHINGPOINT" - Description: "Banishing Point" - MaxLevel: 10 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 20 - Lv5: 20 - Lv6: 25 - Lv7: 25 - Lv8: 25 - Lv9: 25 - Lv10: 25 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2309 - Name: "LG_TRAMPLE" - Description: "Trample" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 45 - Lv3: 60 - Lv4: 75 - Lv5: 90 - Lv6: 105 - Lv7: 120 - Lv8: 135 - Lv9: 150 - Lv10: 165 - } - } -}, -{ - Id: 2310 - Name: "LG_SHIELDPRESS" - Description: "Shield Press" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - SkillData1: { - Lv1: 5500 - Lv2: 6000 - Lv3: 6500 - Lv4: 7000 - Lv5: 7500 - } - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - State: "Shield" - } -}, -{ - Id: 2311 - Name: "LG_REFLECTDAMAGE" - Description: "Reflect Damage" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 80 - Lv3: 100 - Lv4: 120 - Lv5: 140 - Lv6: 160 - Lv7: 180 - Lv8: 200 - Lv9: 220 - Lv10: 240 - } - State: "Shield" - } -}, -{ - Id: 2312 - Name: "LG_PINPOINTATTACK" - Description: "Pinpoint Attack" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 1000 - SkillData1: 5000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 50 - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2313 - Name: "LG_FORCEOFVANGUARD" - Description: "Force of Vanguard" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 2314 - Name: "LG_RAGEBURST" - Description: "Rage Burst" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - AfterCastActDelay: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 150 - } -}, -{ - Id: 2315 - Name: "LG_SHIELDSPELL" - Description: "Shield Spell" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - Element: { - Lv1: "Ele_Neutral" - Lv2: "Ele_Holy" - Lv3: "Ele_Neutral" - } - DamageType: { - SplashArea: true - } - InterruptCast: true - KnockBackTiles: { - Lv1: 2 - Lv2: 0 - Lv3: 0 - Lv4: 0 - Lv5: 0 - Lv6: 0 - Lv7: 0 - Lv8: 0 - Lv9: 0 - Lv10: 0 - } - CastTime: 1000 - AfterCastActDelay: 1000 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: 50 - State: "Shield" - } -}, -{ - Id: 2316 - Name: "LG_EXEEDBREAK" - Description: "Exceed Break" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 5000 - Lv2: 5500 - Lv3: 6000 - Lv4: 6500 - Lv5: 7000 - Lv6: 7500 - Lv7: 8000 - Lv8: 8500 - Lv9: 9000 - Lv10: 9500 - } - AfterCastActDelay: 1000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 32 - Lv3: 44 - Lv4: 56 - Lv5: 68 - Lv6: 80 - Lv7: 92 - Lv8: 104 - Lv9: 116 - Lv10: 128 - } - } -}, -{ - Id: 2317 - Name: "LG_OVERBRAND" - Description: "Over Brand" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - InterruptCast: true - CastTime: 500 - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2318 - Name: "LG_PRESTIGE" - Description: "Prestige" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 75 - Lv2: 80 - Lv3: 85 - Lv4: 90 - Lv5: 95 - Lv6: 100 - Lv7: 105 - Lv8: 110 - Lv9: 115 - Lv10: 120 - } - } -}, -{ - Id: 2319 - Name: "LG_BANDING" - Description: "Banding" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SplashRange: 3 - SkillData1: -1 - SkillData2: { - Lv1: 2000 - Lv2: 4000 - Lv3: 6000 - Lv4: 8000 - Lv5: 10000 - Lv6: 12000 - Lv7: 14000 - Lv8: 16000 - Lv9: 18000 - Lv10: 20000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 36 - Lv3: 42 - Lv4: 48 - Lv5: 54 - Lv6: 60 - Lv7: 66 - Lv8: 72 - Lv9: 78 - Lv10: 84 - } - } - Unit: { - Id: 0xec - Range: 3 - Interval: 5000 - Target: "All" - } -}, -{ - Id: 2320 - Name: "LG_MOONSLASHER" - Description: "Moon Slasher" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - CoolDown: { - Lv1: 6000 - Lv2: 5000 - Lv3: 4000 - Lv4: 3000 - Lv5: 2000 - Lv6: 1000 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2321 - Name: "LG_RAYOFGENESIS" - Description: "Ray of Genesis" - MaxLevel: 5 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Holy" - DamageType: { - SplashArea: true - } - SplashRange: 5 - NumberOfHits: -7 - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - AfterCastActDelay: 2000 - SkillData1: 10000 - CoolDown: 5000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 65 - Lv3: 70 - Lv4: 75 - Lv5: 80 - Lv6: 85 - Lv7: 90 - Lv8: 95 - Lv9: 100 - Lv10: 105 - } - } -}, -{ - Id: 2322 - Name: "LG_PIETY" - Description: "Piety" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } + } + Unit: { + Id: 0xd1 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2307 + Name: "LG_CANNONSPEAR" + Description: "Cannon Spear" + MaxLevel: 5 + Range: 11 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SplashRange: 2 + SkillInstances: 10 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 16 + Lv3: 20 + Lv4: 24 + Lv5: 28 + Lv6: 32 + Lv7: 36 + Lv8: 40 + Lv9: 44 + Lv10: 48 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2308 + Name: "LG_BANISHINGPOINT" + Description: "Banishing Point" + MaxLevel: 10 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 20 + Lv5: 20 + Lv6: 25 + Lv7: 25 + Lv8: 25 + Lv9: 25 + Lv10: 25 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2309 + Name: "LG_TRAMPLE" + Description: "Trample" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 45 + Lv3: 60 + Lv4: 75 + Lv5: 90 + Lv6: 105 + Lv7: 120 + Lv8: 135 + Lv9: 150 + Lv10: 165 + } + } +}, +{ + Id: 2310 + Name: "LG_SHIELDPRESS" + Description: "Shield Press" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + SkillData1: { + Lv1: 5500 + Lv2: 6000 + Lv3: 6500 + Lv4: 7000 + Lv5: 7500 + } + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + State: "Shield" + } +}, +{ + Id: 2311 + Name: "LG_REFLECTDAMAGE" + Description: "Reflect Damage" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 80 + Lv3: 100 + Lv4: 120 + Lv5: 140 + Lv6: 160 + Lv7: 180 + Lv8: 200 + Lv9: 220 + Lv10: 240 + } + State: "Shield" + } +}, +{ + Id: 2312 + Name: "LG_PINPOINTATTACK" + Description: "Pinpoint Attack" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 1000 + SkillData1: 5000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 50 + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2313 + Name: "LG_FORCEOFVANGUARD" + Description: "Force of Vanguard" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 2314 + Name: "LG_RAGEBURST" + Description: "Rage Burst" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + AfterCastActDelay: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 150 + } +}, +{ + Id: 2315 + Name: "LG_SHIELDSPELL" + Description: "Shield Spell" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + Element: { + Lv1: "Ele_Neutral" + Lv2: "Ele_Holy" + Lv3: "Ele_Neutral" + } + DamageType: { + SplashArea: true + } + InterruptCast: true + KnockBackTiles: { + Lv1: 2 + Lv2: 0 + Lv3: 0 + Lv4: 0 + Lv5: 0 + Lv6: 0 + Lv7: 0 + Lv8: 0 + Lv9: 0 + Lv10: 0 + } + CastTime: 1000 + AfterCastActDelay: 1000 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: 50 + State: "Shield" + } +}, +{ + Id: 2316 + Name: "LG_EXEEDBREAK" + Description: "Exceed Break" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 5000 + Lv2: 5500 + Lv3: 6000 + Lv4: 6500 + Lv5: 7000 + Lv6: 7500 + Lv7: 8000 + Lv8: 8500 + Lv9: 9000 + Lv10: 9500 + } + AfterCastActDelay: 1000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 32 + Lv3: 44 + Lv4: 56 + Lv5: 68 + Lv6: 80 + Lv7: 92 + Lv8: 104 + Lv9: 116 + Lv10: 128 + } + } +}, +{ + Id: 2317 + Name: "LG_OVERBRAND" + Description: "Over Brand" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + InterruptCast: true + CastTime: 500 + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2318 + Name: "LG_PRESTIGE" + Description: "Prestige" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 75 + Lv2: 80 + Lv3: 85 + Lv4: 90 + Lv5: 95 + Lv6: 100 + Lv7: 105 + Lv8: 110 + Lv9: 115 + Lv10: 120 + } + } +}, +{ + Id: 2319 + Name: "LG_BANDING" + Description: "Banding" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SplashRange: 3 + SkillData1: -1 + SkillData2: { + Lv1: 2000 + Lv2: 4000 + Lv3: 6000 + Lv4: 8000 + Lv5: 10000 + Lv6: 12000 + Lv7: 14000 + Lv8: 16000 + Lv9: 18000 + Lv10: 20000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 36 + Lv3: 42 + Lv4: 48 + Lv5: 54 + Lv6: 60 + Lv7: 66 + Lv8: 72 + Lv9: 78 + Lv10: 84 + } + } + Unit: { + Id: 0xec + Range: 3 + Interval: 5000 + Target: "All" + } +}, +{ + Id: 2320 + Name: "LG_MOONSLASHER" + Description: "Moon Slasher" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + CoolDown: { + Lv1: 6000 + Lv2: 5000 + Lv3: 4000 + Lv4: 3000 + Lv5: 2000 + Lv6: 1000 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2321 + Name: "LG_RAYOFGENESIS" + Description: "Ray of Genesis" + MaxLevel: 5 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Holy" + DamageType: { + SplashArea: true + } + SplashRange: 5 + NumberOfHits: -7 + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + AfterCastActDelay: 2000 + SkillData1: 10000 + CoolDown: 5000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 65 + Lv3: 70 + Lv4: 75 + Lv5: 80 + Lv6: 85 + Lv7: 90 + Lv8: 95 + Lv9: 100 + Lv10: 105 + } + } +}, +{ + Id: 2322 + Name: "LG_PIETY" + Description: "Piety" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } // Items: { // Holy_Water: 2 // } - } -}, -{ - Id: 2323 - Name: "LG_EARTHDRIVE" - Description: "Earth Drive" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - NumberOfHits: -5 - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 3000 - Lv2: 6000 - Lv3: 9000 - Lv4: 12000 - Lv5: 15000 - Lv6: 18000 - Lv7: 21000 - Lv8: 24000 - Lv9: 27000 - Lv10: 30000 - } - CoolDown: { - Lv1: 7000 - Lv2: 6000 - Lv3: 5000 - Lv4: 4000 - Lv5: 3000 - Lv6: 2000 - Lv7: 1000 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 52 - Lv2: 60 - Lv3: 68 - Lv4: 76 - Lv5: 84 - Lv6: 92 - Lv7: 100 - Lv8: 108 - Lv9: 116 - Lv10: 124 - } - State: "Shield" - } -}, -{ - Id: 2324 - Name: "LG_HESPERUSLIT" - Description: "Hesperus Lit" - MaxLevel: 5 - Range: 3 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 3000 - CoolDown: 20000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - WeaponTypes: { - 1HSpears: true - 2HSpears: true - } - } -}, -{ - Id: 2325 - Name: "LG_INSPIRATION" - Description: "Inspiration" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: { - Lv1: 540000 - Lv2: 480000 - Lv3: 420000 - Lv4: 360000 - Lv5: 300000 - Lv6: 240000 - Lv7: 180000 - Lv8: 120000 - Lv9: 60000 - Lv10: 1 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - } -}, -{ - Id: 2519 - Name: "LG_OVERBRAND_BRANDISH" - Description: "Over Brand" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - InterruptCast: true - KnockBackTiles: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } -}, -{ - Id: 2326 - Name: "SR_DRAGONCOMBO" - Description: "Dragon Combo" - MaxLevel: 10 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -2 - SkillData1: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - } -}, -{ - Id: 2327 - Name: "SR_SKYNETBLOW" - Description: "Sky Net Blow" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - NumberOfHits: -3 - KnockBackTiles: 3 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 9 - Lv3: 10 - Lv4: 11 - Lv5: 12 - Lv6: 13 - Lv7: 14 - Lv8: 15 - Lv9: 16 - Lv10: 17 - } - } -}, -{ - Id: 2328 - Name: "SR_EARTHSHAKER" - Description: "Earth Shaker" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - SkillData1: { - Lv1: 1000 - Lv2: 2000 - Lv3: 2000 - Lv4: 3000 - Lv5: 3000 - } - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 36 - Lv2: 40 - Lv3: 44 - Lv4: 48 - Lv5: 52 - Lv6: 56 - Lv7: 60 - Lv8: 64 - Lv9: 68 - Lv10: 72 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 2329 - Name: "SR_FALLENEMPIRE" - Description: "Fallen Empire" - MaxLevel: 5 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -2 - SkillData1: { - Lv1: 500 - Lv2: 1000 - Lv3: 1500 - Lv4: 2000 - Lv5: 2500 - Lv6: 3000 - Lv7: 3500 - Lv8: 4000 - Lv9: 4500 - Lv10: 5000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - SpiritSphereCost: 2 - } -}, -{ - Id: 2330 - Name: "SR_TIGERCANNON" - Description: "Tiger Cannon" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 1 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - InterruptCast: true - CastTime: { - Lv1: 1100 - Lv2: 1200 - Lv3: 1300 - Lv4: 1400 - Lv5: 1500 - Lv6: 1600 - Lv7: 1700 - Lv8: 1800 - Lv9: 1900 - Lv10: 2000 - } - AfterCastActDelay: 1000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - HPRateCost: { - Lv1: -12 - Lv2: -14 - Lv3: -16 - Lv4: -18 - Lv5: -20 - Lv6: -22 - Lv7: -24 - Lv8: -26 - Lv9: -28 - Lv10: -30 - } - SPRateCost: { - Lv1: -6 - Lv2: -7 - Lv3: -8 - Lv4: -9 - Lv5: -10 - Lv6: -11 - Lv7: -12 - Lv8: -13 - Lv9: -14 - Lv10: -15 - } - State: "ExplosionSpirits" - SpiritSphereCost: 2 - } -}, -{ - Id: 2331 - Name: "SR_HELLGATE" - Description: "Hell Gate" - MaxLevel: 10 - NumberOfHits: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2332 - Name: "SR_RAMPAGEBLASTER" - Description: "Rampage Blaster" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - AfterCastActDelay: 1000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 150 - } -}, -{ - Id: 2333 - Name: "SR_CRESCENTELBOW" - Description: "Crescent Elbow" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 3000 - Lv2: 4000 - Lv3: 5000 - Lv4: 6000 - Lv5: 7000 - Lv6: 8000 - Lv7: 9000 - Lv8: 10000 - Lv9: 11000 - Lv10: 12000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - SpiritSphereCost: 2 - } -}, -{ - Id: 2334 - Name: "SR_CURSEDCIRCLE" - Description: "Cursed Circle" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 3000 - Lv2: 4000 - Lv3: 5000 - Lv4: 6000 - Lv5: 7000 - Lv6: 8000 - Lv7: 9000 - Lv8: 10000 - Lv9: 11000 - Lv10: 12000 - } - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 60 - Lv3: 80 - Lv4: 100 - Lv5: 120 - Lv6: 140 - Lv7: 160 - Lv8: 180 - Lv9: 200 - Lv10: 220 - } - HPRateCost: { - Lv1: -1 - Lv2: -2 - Lv3: -3 - Lv4: -4 - Lv5: -5 - Lv6: -6 - Lv7: -7 - Lv8: -8 - Lv9: -9 - Lv10: -10 - } - } -}, -{ - Id: 2335 - Name: "SR_LIGHTNINGWALK" - Description: "Lightning Walk" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 70 - Lv3: 60 - Lv4: 50 - Lv5: 40 - Lv6: 30 - Lv7: 20 - Lv8: 10 - Lv9: 1 - Lv10: 1 - } - HPRateCost: { - Lv1: -5 - Lv2: -4 - Lv3: -3 - Lv4: -2 - Lv5: -1 - Lv6: 0 - Lv7: 1 - Lv8: 2 - Lv9: 3 - Lv10: 4 - } - } -}, -{ - Id: 2336 - Name: "SR_KNUCKLEARROW" - Description: "Knuckle Arrow" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - KnockBackTiles: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 15 - Lv3: 20 - Lv4: 25 - Lv5: 30 - Lv6: 35 - Lv7: 40 - Lv8: 45 - Lv9: 50 - Lv10: 55 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 2337 - Name: "SR_WINDMILL" - Description: "Windmill" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 500 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 45 - } -}, -{ - Id: 2338 - Name: "SR_RAISINGDRAGON" - Description: "Raising Dragon" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: 30000 - FixedCastTime: -1 - Requirements: { - SPCost: 120 - } -}, -{ - Id: 2339 - Name: "SR_GENTLETOUCH" - Description: "Gentle Touch" - MaxLevel: 5 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2340 - Name: "SR_ASSIMILATEPOWER" - Description: "Assimilate Power" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - AfterCastActDelay: 1000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 2341 - Name: "SR_POWERVELOCITY" - Description: "Power Velocity" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - FixedCastTime: 500 - Requirements: { - SPCost: 50 - SpiritSphereCost: 5 - } -}, -{ - Id: 2342 - Name: "SR_CRESCENTELBOW_AUTOSPELL" - Description: "Crescent Elbow Autospell" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreDefense: true - } - KnockBackTiles: 7 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2343 - Name: "SR_GATEOFHELL" - Description: "Gate of Hell" - MaxLevel: 10 - Range: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 4 - Lv6: 4 - Lv7: 5 - Lv8: 5 - Lv9: 6 - Lv10: 7 - } - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - NumberOfHits: -7 - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - AfterCastActDelay: { - Lv1: 100 - Lv2: 200 - Lv3: 300 - Lv4: 400 - Lv5: 500 - Lv6: 600 - Lv7: 700 - Lv8: 800 - Lv9: 900 - Lv10: 1000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 11 - Lv2: 12 - Lv3: 13 - Lv4: 14 - Lv5: 15 - Lv6: 16 - Lv7: 17 - Lv8: 18 - Lv9: 19 - Lv10: 20 - } - SPRateCost: { - Lv1: -11 - Lv2: -12 - Lv3: -13 - Lv4: -14 - Lv5: -15 - Lv6: -16 - Lv7: -17 - Lv8: -18 - Lv9: -19 - Lv10: -20 - } - SpiritSphereCost: 5 - } -}, -{ - Id: 2344 - Name: "SR_GENTLETOUCH_QUIET" - Description: "Gentle Touch - Quiet" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SkillData1: { - Lv1: 5000 - Lv2: 7000 - Lv3: 9000 - Lv4: 11000 - Lv5: 13000 - Lv6: 15000 - Lv7: 17000 - Lv8: 19000 - Lv9: 21000 - Lv10: 23000 - } - CoolDown: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 2345 - Name: "SR_GENTLETOUCH_CURE" - Description: "Gentle Touch - Cure" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - CoolDown: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 2346 - Name: "SR_GENTLETOUCH_ENERGYGAIN" - Description: "Gentle Touch - Energy Gain" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 240000 - FixedCastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - HPRateCost: { - Lv1: -1 - Lv2: -2 - Lv3: -3 - Lv4: -4 - Lv5: -5 - Lv6: -6 - Lv7: -7 - Lv8: -8 - Lv9: -9 - Lv10: -10 - } - } -}, -{ - Id: 2347 - Name: "SR_GENTLETOUCH_CHANGE" - Description: "Gentle Touch - Change" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 240000 - CoolDown: { - Lv1: 200000 - Lv2: 180000 - Lv3: 160000 - Lv4: 140000 - Lv5: 120000 - Lv6: 100000 - Lv7: 80000 - Lv8: 60000 - Lv9: 40000 - Lv10: 20000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - HPRateCost: { - Lv1: -2 - Lv2: -4 - Lv3: -6 - Lv4: -8 - Lv5: -10 - Lv6: -12 - Lv7: -14 - Lv8: -16 - Lv9: -18 - Lv10: -20 - } - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 2348 - Name: "SR_GENTLETOUCH_REVITALIZE" - Description: "Gentle Touch - Revitalize" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 240000 - CoolDown: { - Lv1: 200000 - Lv2: 180000 - Lv3: 160000 - Lv4: 140000 - Lv5: 120000 - Lv6: 100000 - Lv7: 80000 - Lv8: 60000 - Lv9: 40000 - Lv10: 20000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 2350 - Name: "WA_SWING_DANCE" - Description: "Swing Dance" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 96 - Lv2: 112 - Lv3: 128 - Lv4: 144 - Lv5: 160 - Lv6: 176 - Lv7: 192 - Lv8: 208 - Lv9: 224 - Lv10: 240 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2351 - Name: "WA_SYMPHONY_OF_LOVER" - Description: "Symphony of Lovers" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 69 - Lv3: 78 - Lv4: 87 - Lv5: 96 - Lv6: 105 - Lv7: 114 - Lv8: 123 - Lv9: 132 - Lv10: 141 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2352 - Name: "WA_MOONLIT_SERENADE" - Description: "Moonlit Serenade" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 84 - Lv2: 96 - Lv3: 108 - Lv4: 120 - Lv5: 134 - Lv6: 134 - Lv7: 134 - Lv8: 134 - Lv9: 134 - Lv10: 134 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2381 - Name: "MI_RUSH_WINDMILL" - Description: "Windmill Rush Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 82 - Lv2: 88 - Lv3: 94 - Lv4: 100 - Lv5: 106 - Lv6: 112 - Lv7: 118 - Lv8: 124 - Lv9: 130 - Lv10: 136 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2382 - Name: "MI_ECHOSONG" - Description: "Echo Song" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 86 - Lv2: 92 - Lv3: 98 - Lv4: 104 - Lv5: 110 - Lv6: 116 - Lv7: 122 - Lv8: 128 - Lv9: 134 - Lv10: 140 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2383 - Name: "MI_HARMONIZE" - Description: "Harmonize" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 60000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 75 - Lv3: 80 - Lv4: 85 - Lv5: 90 - Lv6: 95 - Lv7: 100 - Lv8: 105 - Lv9: 110 - Lv10: 115 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2412 - Name: "WM_LESSON" - Description: "Lesson" - MaxLevel: 10 - NumberOfHits: 0 -}, -{ - Id: 2413 - Name: "WM_METALICSOUND" - Description: "Metallic Sound" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Weapon" - NumberOfHits: { - Lv1: -2 - Lv2: -2 - Lv3: -3 - Lv4: -3 - Lv5: -4 - Lv6: -4 - Lv7: -5 - Lv8: -5 - Lv9: -6 - Lv10: -6 - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 1000 - CoolDown: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 64 - Lv2: 68 - Lv3: 72 - Lv4: 76 - Lv5: 80 - Lv6: 84 - Lv7: 88 - Lv8: 92 - Lv9: 96 - Lv10: 100 - } - } -}, -{ - Id: 2414 - Name: "WM_REVERBERATION" - Description: "Reverberation" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - SplashRange: 1 - InterruptCast: true - CastTime: { - Lv1: 1100 - Lv2: 1200 - Lv3: 1300 - Lv4: 1400 - Lv5: 1500 - Lv6: 1600 - Lv7: 1700 - Lv8: 1800 - Lv9: 1900 - Lv10: 2000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 9000 - Lv2: 10000 - Lv3: 11000 - Lv4: 12000 - Lv5: 13000 - Lv6: 14000 - Lv7: 15000 - Lv8: 16000 - Lv9: 17000 - Lv10: 18000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 32 - Lv3: 38 - Lv4: 42 - Lv5: 48 - Lv6: 52 - Lv7: 58 - Lv8: 62 - Lv9: 68 - Lv10: 72 - } - } - Unit: { - Id: 0xda - Interval: -1 - Target: "Enemy" - } -}, -{ - Id: 2415 - Name: "WM_REVERBERATION_MELEE" - Description: "Reverberation Melee" - MaxLevel: 5 - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2416 - Name: "WM_REVERBERATION_MAGIC" - Description: "Reverberation Magic" - MaxLevel: 5 - AttackType: "Magic" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2417 - Name: "WM_DOMINION_IMPULSE" - Description: "Dominion Impulse" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 5 - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 2418 - Name: "WM_SEVERE_RAINSTORM" - Description: "Severe Rainstorm" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1500 - Lv2: 2000 - Lv3: 2500 - Lv4: 3000 - Lv5: 3500 - Lv6: 4000 - Lv7: 4500 - Lv8: 5000 - Lv9: 5500 - Lv10: 6000 - } - AfterCastActDelay: 1000 - SkillData1: 3400 - CoolDown: { - Lv1: 5000 - Lv2: 5500 - Lv3: 6000 - Lv4: 6500 - Lv5: 7000 - Lv6: 7500 - Lv7: 8000 - Lv8: 8500 - Lv9: 9000 - Lv10: 9500 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - WeaponTypes: { - Bows: true - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 20 - } - Unit: { - Id: 0xdb - Range: 5 - Interval: 300 - Target: "Enemy" - Flag: { - UF_DUALMODE: true - } - } -}, -{ - Id: 2419 - Name: "WM_POEMOFNETHERWORLD" - Description: "Poem of The Netherworld" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - SkillInstances: 5 - CastTime: 3000 - SkillData1: { - Lv1: 9000 - Lv2: 11000 - Lv3: 13000 - Lv4: 15000 - Lv5: 17000 - Lv6: 19000 - Lv7: 21000 - Lv8: 23000 - Lv9: 25000 - Lv10: 27000 - } - SkillData2: { - Lv1: 8000 - Lv2: 10000 - Lv3: 12000 - Lv4: 14000 - Lv5: 16000 - Lv6: 18000 - Lv7: 20000 - Lv8: 22000 - Lv9: 24000 - Lv10: 26000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 16 - Lv3: 20 - Lv4: 24 - Lv5: 28 - Lv6: 32 - Lv7: 36 - Lv8: 40 - Lv9: 44 - Lv10: 48 - } - WeaponTypes: { - Instruments: true - Whips: true - } + } +}, +{ + Id: 2323 + Name: "LG_EARTHDRIVE" + Description: "Earth Drive" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + NumberOfHits: -5 + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 3000 + Lv2: 6000 + Lv3: 9000 + Lv4: 12000 + Lv5: 15000 + Lv6: 18000 + Lv7: 21000 + Lv8: 24000 + Lv9: 27000 + Lv10: 30000 + } + CoolDown: { + Lv1: 7000 + Lv2: 6000 + Lv3: 5000 + Lv4: 4000 + Lv5: 3000 + Lv6: 2000 + Lv7: 1000 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 52 + Lv2: 60 + Lv3: 68 + Lv4: 76 + Lv5: 84 + Lv6: 92 + Lv7: 100 + Lv8: 108 + Lv9: 116 + Lv10: 124 + } + State: "Shield" + } +}, +{ + Id: 2324 + Name: "LG_HESPERUSLIT" + Description: "Hesperus Lit" + MaxLevel: 5 + Range: 3 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 3000 + CoolDown: 20000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + WeaponTypes: { + 1HSpears: true + 2HSpears: true + } + } +}, +{ + Id: 2325 + Name: "LG_INSPIRATION" + Description: "Inspiration" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: { + Lv1: 540000 + Lv2: 480000 + Lv3: 420000 + Lv4: 360000 + Lv5: 300000 + Lv6: 240000 + Lv7: 180000 + Lv8: 120000 + Lv9: 60000 + Lv10: 1 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + } +}, +{ + Id: 2519 + Name: "LG_OVERBRAND_BRANDISH" + Description: "Over Brand" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + InterruptCast: true + KnockBackTiles: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } +}, +{ + Id: 2326 + Name: "SR_DRAGONCOMBO" + Description: "Dragon Combo" + MaxLevel: 10 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -2 + SkillData1: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + } +}, +{ + Id: 2327 + Name: "SR_SKYNETBLOW" + Description: "Sky Net Blow" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + NumberOfHits: -3 + KnockBackTiles: 3 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 9 + Lv3: 10 + Lv4: 11 + Lv5: 12 + Lv6: 13 + Lv7: 14 + Lv8: 15 + Lv9: 16 + Lv10: 17 + } + } +}, +{ + Id: 2328 + Name: "SR_EARTHSHAKER" + Description: "Earth Shaker" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + SkillData1: { + Lv1: 1000 + Lv2: 2000 + Lv3: 2000 + Lv4: 3000 + Lv5: 3000 + } + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 36 + Lv2: 40 + Lv3: 44 + Lv4: 48 + Lv5: 52 + Lv6: 56 + Lv7: 60 + Lv8: 64 + Lv9: 68 + Lv10: 72 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 2329 + Name: "SR_FALLENEMPIRE" + Description: "Fallen Empire" + MaxLevel: 5 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -2 + SkillData1: { + Lv1: 500 + Lv2: 1000 + Lv3: 1500 + Lv4: 2000 + Lv5: 2500 + Lv6: 3000 + Lv7: 3500 + Lv8: 4000 + Lv9: 4500 + Lv10: 5000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + SpiritSphereCost: 2 + } +}, +{ + Id: 2330 + Name: "SR_TIGERCANNON" + Description: "Tiger Cannon" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 1 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + InterruptCast: true + CastTime: { + Lv1: 1100 + Lv2: 1200 + Lv3: 1300 + Lv4: 1400 + Lv5: 1500 + Lv6: 1600 + Lv7: 1700 + Lv8: 1800 + Lv9: 1900 + Lv10: 2000 + } + AfterCastActDelay: 1000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + HPRateCost: { + Lv1: -12 + Lv2: -14 + Lv3: -16 + Lv4: -18 + Lv5: -20 + Lv6: -22 + Lv7: -24 + Lv8: -26 + Lv9: -28 + Lv10: -30 + } + SPRateCost: { + Lv1: -6 + Lv2: -7 + Lv3: -8 + Lv4: -9 + Lv5: -10 + Lv6: -11 + Lv7: -12 + Lv8: -13 + Lv9: -14 + Lv10: -15 + } + State: "ExplosionSpirits" + SpiritSphereCost: 2 + } +}, +{ + Id: 2331 + Name: "SR_HELLGATE" + Description: "Hell Gate" + MaxLevel: 10 + NumberOfHits: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2332 + Name: "SR_RAMPAGEBLASTER" + Description: "Rampage Blaster" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + AfterCastActDelay: 1000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 150 + } +}, +{ + Id: 2333 + Name: "SR_CRESCENTELBOW" + Description: "Crescent Elbow" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 3000 + Lv2: 4000 + Lv3: 5000 + Lv4: 6000 + Lv5: 7000 + Lv6: 8000 + Lv7: 9000 + Lv8: 10000 + Lv9: 11000 + Lv10: 12000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + SpiritSphereCost: 2 + } +}, +{ + Id: 2334 + Name: "SR_CURSEDCIRCLE" + Description: "Cursed Circle" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 3000 + Lv2: 4000 + Lv3: 5000 + Lv4: 6000 + Lv5: 7000 + Lv6: 8000 + Lv7: 9000 + Lv8: 10000 + Lv9: 11000 + Lv10: 12000 + } + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 60 + Lv3: 80 + Lv4: 100 + Lv5: 120 + Lv6: 140 + Lv7: 160 + Lv8: 180 + Lv9: 200 + Lv10: 220 + } + HPRateCost: { + Lv1: -1 + Lv2: -2 + Lv3: -3 + Lv4: -4 + Lv5: -5 + Lv6: -6 + Lv7: -7 + Lv8: -8 + Lv9: -9 + Lv10: -10 + } + } +}, +{ + Id: 2335 + Name: "SR_LIGHTNINGWALK" + Description: "Lightning Walk" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 70 + Lv3: 60 + Lv4: 50 + Lv5: 40 + Lv6: 30 + Lv7: 20 + Lv8: 10 + Lv9: 1 + Lv10: 1 + } + HPRateCost: { + Lv1: -5 + Lv2: -4 + Lv3: -3 + Lv4: -2 + Lv5: -1 + Lv6: 0 + Lv7: 1 + Lv8: 2 + Lv9: 3 + Lv10: 4 + } + } +}, +{ + Id: 2336 + Name: "SR_KNUCKLEARROW" + Description: "Knuckle Arrow" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + KnockBackTiles: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 15 + Lv3: 20 + Lv4: 25 + Lv5: 30 + Lv6: 35 + Lv7: 40 + Lv8: 45 + Lv9: 50 + Lv10: 55 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 2337 + Name: "SR_WINDMILL" + Description: "Windmill" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 500 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 45 + } +}, +{ + Id: 2338 + Name: "SR_RAISINGDRAGON" + Description: "Raising Dragon" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: 30000 + FixedCastTime: -1 + Requirements: { + SPCost: 120 + } +}, +{ + Id: 2339 + Name: "SR_GENTLETOUCH" + Description: "Gentle Touch" + MaxLevel: 5 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2340 + Name: "SR_ASSIMILATEPOWER" + Description: "Assimilate Power" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + AfterCastActDelay: 1000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 2341 + Name: "SR_POWERVELOCITY" + Description: "Power Velocity" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + FixedCastTime: 500 + Requirements: { + SPCost: 50 + SpiritSphereCost: 5 + } +}, +{ + Id: 2342 + Name: "SR_CRESCENTELBOW_AUTOSPELL" + Description: "Crescent Elbow Autospell" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreDefense: true + } + KnockBackTiles: 7 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2343 + Name: "SR_GATEOFHELL" + Description: "Gate of Hell" + MaxLevel: 10 + Range: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 4 + Lv6: 4 + Lv7: 5 + Lv8: 5 + Lv9: 6 + Lv10: 7 + } + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + NumberOfHits: -7 + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + AfterCastActDelay: { + Lv1: 100 + Lv2: 200 + Lv3: 300 + Lv4: 400 + Lv5: 500 + Lv6: 600 + Lv7: 700 + Lv8: 800 + Lv9: 900 + Lv10: 1000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 12 + Lv3: 13 + Lv4: 14 + Lv5: 15 + Lv6: 16 + Lv7: 17 + Lv8: 18 + Lv9: 19 + Lv10: 20 + } + SPRateCost: { + Lv1: -11 + Lv2: -12 + Lv3: -13 + Lv4: -14 + Lv5: -15 + Lv6: -16 + Lv7: -17 + Lv8: -18 + Lv9: -19 + Lv10: -20 + } + SpiritSphereCost: 5 + } +}, +{ + Id: 2344 + Name: "SR_GENTLETOUCH_QUIET" + Description: "Gentle Touch - Quiet" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SkillData1: { + Lv1: 5000 + Lv2: 7000 + Lv3: 9000 + Lv4: 11000 + Lv5: 13000 + Lv6: 15000 + Lv7: 17000 + Lv8: 19000 + Lv9: 21000 + Lv10: 23000 + } + CoolDown: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 2345 + Name: "SR_GENTLETOUCH_CURE" + Description: "Gentle Touch - Cure" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + CoolDown: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 2346 + Name: "SR_GENTLETOUCH_ENERGYGAIN" + Description: "Gentle Touch - Energy Gain" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 240000 + FixedCastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + HPRateCost: { + Lv1: -1 + Lv2: -2 + Lv3: -3 + Lv4: -4 + Lv5: -5 + Lv6: -6 + Lv7: -7 + Lv8: -8 + Lv9: -9 + Lv10: -10 + } + } +}, +{ + Id: 2347 + Name: "SR_GENTLETOUCH_CHANGE" + Description: "Gentle Touch - Change" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 240000 + CoolDown: { + Lv1: 200000 + Lv2: 180000 + Lv3: 160000 + Lv4: 140000 + Lv5: 120000 + Lv6: 100000 + Lv7: 80000 + Lv8: 60000 + Lv9: 40000 + Lv10: 20000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + HPRateCost: { + Lv1: -2 + Lv2: -4 + Lv3: -6 + Lv4: -8 + Lv5: -10 + Lv6: -12 + Lv7: -14 + Lv8: -16 + Lv9: -18 + Lv10: -20 + } + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 2348 + Name: "SR_GENTLETOUCH_REVITALIZE" + Description: "Gentle Touch - Revitalize" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 240000 + CoolDown: { + Lv1: 200000 + Lv2: 180000 + Lv3: 160000 + Lv4: 140000 + Lv5: 120000 + Lv6: 100000 + Lv7: 80000 + Lv8: 60000 + Lv9: 40000 + Lv10: 20000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 2350 + Name: "WA_SWING_DANCE" + Description: "Swing Dance" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 96 + Lv2: 112 + Lv3: 128 + Lv4: 144 + Lv5: 160 + Lv6: 176 + Lv7: 192 + Lv8: 208 + Lv9: 224 + Lv10: 240 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2351 + Name: "WA_SYMPHONY_OF_LOVER" + Description: "Symphony of Lovers" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 69 + Lv3: 78 + Lv4: 87 + Lv5: 96 + Lv6: 105 + Lv7: 114 + Lv8: 123 + Lv9: 132 + Lv10: 141 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2352 + Name: "WA_MOONLIT_SERENADE" + Description: "Moonlit Serenade" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 84 + Lv2: 96 + Lv3: 108 + Lv4: 120 + Lv5: 134 + Lv6: 134 + Lv7: 134 + Lv8: 134 + Lv9: 134 + Lv10: 134 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2381 + Name: "MI_RUSH_WINDMILL" + Description: "Windmill Rush Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 82 + Lv2: 88 + Lv3: 94 + Lv4: 100 + Lv5: 106 + Lv6: 112 + Lv7: 118 + Lv8: 124 + Lv9: 130 + Lv10: 136 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2382 + Name: "MI_ECHOSONG" + Description: "Echo Song" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 86 + Lv2: 92 + Lv3: 98 + Lv4: 104 + Lv5: 110 + Lv6: 116 + Lv7: 122 + Lv8: 128 + Lv9: 134 + Lv10: 140 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2383 + Name: "MI_HARMONIZE" + Description: "Harmonize" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 60000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 75 + Lv3: 80 + Lv4: 85 + Lv5: 90 + Lv6: 95 + Lv7: 100 + Lv8: 105 + Lv9: 110 + Lv10: 115 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2412 + Name: "WM_LESSON" + Description: "Lesson" + MaxLevel: 10 + NumberOfHits: 0 +}, +{ + Id: 2413 + Name: "WM_METALICSOUND" + Description: "Metallic Sound" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Weapon" + NumberOfHits: { + Lv1: -2 + Lv2: -2 + Lv3: -3 + Lv4: -3 + Lv5: -4 + Lv6: -4 + Lv7: -5 + Lv8: -5 + Lv9: -6 + Lv10: -6 + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 1000 + CoolDown: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 64 + Lv2: 68 + Lv3: 72 + Lv4: 76 + Lv5: 80 + Lv6: 84 + Lv7: 88 + Lv8: 92 + Lv9: 96 + Lv10: 100 + } + } +}, +{ + Id: 2414 + Name: "WM_REVERBERATION" + Description: "Reverberation" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + SplashRange: 1 + InterruptCast: true + CastTime: { + Lv1: 1100 + Lv2: 1200 + Lv3: 1300 + Lv4: 1400 + Lv5: 1500 + Lv6: 1600 + Lv7: 1700 + Lv8: 1800 + Lv9: 1900 + Lv10: 2000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 9000 + Lv2: 10000 + Lv3: 11000 + Lv4: 12000 + Lv5: 13000 + Lv6: 14000 + Lv7: 15000 + Lv8: 16000 + Lv9: 17000 + Lv10: 18000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 32 + Lv3: 38 + Lv4: 42 + Lv5: 48 + Lv6: 52 + Lv7: 58 + Lv8: 62 + Lv9: 68 + Lv10: 72 + } + } + Unit: { + Id: 0xda + Interval: -1 + Target: "Enemy" + } +}, +{ + Id: 2415 + Name: "WM_REVERBERATION_MELEE" + Description: "Reverberation Melee" + MaxLevel: 5 + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2416 + Name: "WM_REVERBERATION_MAGIC" + Description: "Reverberation Magic" + MaxLevel: 5 + AttackType: "Magic" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2417 + Name: "WM_DOMINION_IMPULSE" + Description: "Dominion Impulse" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 5 + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 2418 + Name: "WM_SEVERE_RAINSTORM" + Description: "Severe Rainstorm" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1500 + Lv2: 2000 + Lv3: 2500 + Lv4: 3000 + Lv5: 3500 + Lv6: 4000 + Lv7: 4500 + Lv8: 5000 + Lv9: 5500 + Lv10: 6000 + } + AfterCastActDelay: 1000 + SkillData1: 3400 + CoolDown: { + Lv1: 5000 + Lv2: 5500 + Lv3: 6000 + Lv4: 6500 + Lv5: 7000 + Lv6: 7500 + Lv7: 8000 + Lv8: 8500 + Lv9: 9000 + Lv10: 9500 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + WeaponTypes: { + Bows: true + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 20 + } + Unit: { + Id: 0xdb + Range: 5 + Interval: 300 + Target: "Enemy" + Flag: { + UF_DUALMODE: true + } + } +}, +{ + Id: 2419 + Name: "WM_POEMOFNETHERWORLD" + Description: "Poem of The Netherworld" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + SkillInstances: 5 + CastTime: 3000 + SkillData1: { + Lv1: 9000 + Lv2: 11000 + Lv3: 13000 + Lv4: 15000 + Lv5: 17000 + Lv6: 19000 + Lv7: 21000 + Lv8: 23000 + Lv9: 25000 + Lv10: 27000 + } + SkillData2: { + Lv1: 8000 + Lv2: 10000 + Lv3: 12000 + Lv4: 14000 + Lv5: 16000 + Lv6: 18000 + Lv7: 20000 + Lv8: 22000 + Lv9: 24000 + Lv10: 26000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 16 + Lv3: 20 + Lv4: 24 + Lv5: 28 + Lv6: 32 + Lv7: 36 + Lv8: 40 + Lv9: 44 + Lv10: 48 + } + WeaponTypes: { + Instruments: true + Whips: true + } // Items: { // Protect_Neck_Candy: 1 // } - } - Unit: { - Id: 0xde - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_NOFOOTSET: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2420 - Name: "WM_VOICEOFSIREN" - Description: "Voice of Siren" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2200 - Lv3: 2400 - Lv4: 2600 - Lv5: 2800 - Lv6: 3000 - Lv7: 3200 - Lv8: 3400 - Lv9: 3600 - Lv10: 3800 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 15000 - Lv2: 18000 - Lv3: 21000 - Lv4: 24000 - Lv5: 27000 - Lv6: 30000 - Lv7: 33000 - Lv8: 36000 - Lv9: 39000 - Lv10: 42000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 56 - Lv3: 64 - Lv4: 72 - Lv5: 80 - Lv6: 88 - Lv7: 96 - Lv8: 104 - Lv9: 112 - Lv10: 120 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2421 - Name: "WM_DEADHILLHERE" - Description: "Valley of Death" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AfterCastActDelay: 1000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 53 - Lv3: 56 - Lv4: 59 - Lv5: 62 - Lv6: 65 - Lv7: 68 - Lv8: 71 - Lv9: 74 - Lv10: 77 - } - WeaponTypes: { - Instruments: true - Whips: true - } + } + Unit: { + Id: 0xde + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_NOFOOTSET: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2420 + Name: "WM_VOICEOFSIREN" + Description: "Voice of Siren" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2200 + Lv3: 2400 + Lv4: 2600 + Lv5: 2800 + Lv6: 3000 + Lv7: 3200 + Lv8: 3400 + Lv9: 3600 + Lv10: 3800 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 15000 + Lv2: 18000 + Lv3: 21000 + Lv4: 24000 + Lv5: 27000 + Lv6: 30000 + Lv7: 33000 + Lv8: 36000 + Lv9: 39000 + Lv10: 42000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 56 + Lv3: 64 + Lv4: 72 + Lv5: 80 + Lv6: 88 + Lv7: 96 + Lv8: 104 + Lv9: 112 + Lv10: 120 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2421 + Name: "WM_DEADHILLHERE" + Description: "Valley of Death" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AfterCastActDelay: 1000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 53 + Lv3: 56 + Lv4: 59 + Lv5: 62 + Lv6: 65 + Lv7: 68 + Lv8: 71 + Lv9: 74 + Lv10: 77 + } + WeaponTypes: { + Instruments: true + Whips: true + } // Items: { // Heartbroken_Tears: 1 // } - } -}, -{ - Id: 2422 - Name: "WM_LULLABY_DEEPSLEEP" - Description: "Deep Sleep Lullaby" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - CoolDown: 10000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2423 - Name: "WM_SIRCLEOFNATURE" - Description: "Circle of Nature's Sound" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - SkillData1: 60000 - CoolDown: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 42 - Lv2: 46 - Lv3: 50 - Lv4: 54 - Lv5: 58 - Lv6: 62 - Lv7: 66 - Lv8: 70 - Lv9: 74 - Lv10: 78 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2424 - Name: "WM_RANDOMIZESPELL" - Description: "Improvised Song" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 2425 - Name: "WM_GLOOMYDAY" - Description: "Gloomy Day" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: 10000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 75 - Lv3: 90 - Lv4: 105 - Lv5: 120 - Lv6: 135 - Lv7: 150 - Lv8: 165 - Lv9: 180 - Lv10: 195 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2426 - Name: "WM_GREAT_ECHO" - Description: "Great Echo" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Chorus: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 3 - Lv4: 4 - Lv5: 4 - Lv6: 5 - Lv7: 5 - Lv8: 6 - Lv9: 6 - Lv10: 7 - } - InterruptCast: true - CastTime: { - Lv1: 2000 - Lv2: 2200 - Lv3: 2400 - Lv4: 2600 - Lv5: 2800 - Lv6: 3000 - Lv7: 3200 - Lv8: 3400 - Lv9: 3600 - Lv10: 3800 - } - AfterCastActDelay: 1000 - CoolDown: 10000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } + } +}, +{ + Id: 2422 + Name: "WM_LULLABY_DEEPSLEEP" + Description: "Deep Sleep Lullaby" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + CoolDown: 10000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2423 + Name: "WM_SIRCLEOFNATURE" + Description: "Circle of Nature's Sound" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + SkillData1: 60000 + CoolDown: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 42 + Lv2: 46 + Lv3: 50 + Lv4: 54 + Lv5: 58 + Lv6: 62 + Lv7: 66 + Lv8: 70 + Lv9: 74 + Lv10: 78 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2424 + Name: "WM_RANDOMIZESPELL" + Description: "Improvised Song" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 2425 + Name: "WM_GLOOMYDAY" + Description: "Gloomy Day" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: 10000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 75 + Lv3: 90 + Lv4: 105 + Lv5: 120 + Lv6: 135 + Lv7: 150 + Lv8: 165 + Lv9: 180 + Lv10: 195 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2426 + Name: "WM_GREAT_ECHO" + Description: "Great Echo" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Chorus: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 3 + Lv4: 4 + Lv5: 4 + Lv6: 5 + Lv7: 5 + Lv8: 6 + Lv9: 6 + Lv10: 7 + } + InterruptCast: true + CastTime: { + Lv1: 2000 + Lv2: 2200 + Lv3: 2400 + Lv4: 2600 + Lv5: 2800 + Lv6: 3000 + Lv7: 3200 + Lv8: 3400 + Lv9: 3600 + Lv10: 3800 + } + AfterCastActDelay: 1000 + CoolDown: 10000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } // Items: { // Protect_Neck_Candy: 1 // } - } -}, -{ - Id: 2427 - Name: "WM_SONG_OF_MANA" - Description: "Song of Mana" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - CoolDown: 90000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 140 - Lv3: 160 - Lv4: 180 - Lv5: 200 - Lv6: 220 - Lv7: 240 - Lv8: 260 - Lv9: 280 - Lv10: 300 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2428 - Name: "WM_DANCE_WITH_WUG" - Description: "Dance With A Warg" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - InterruptCast: true - CastTime: { - Lv1: 1500 - Lv2: 2000 - Lv3: 2500 - Lv4: 3000 - Lv5: 3500 - Lv6: 4000 - Lv7: 4500 - Lv8: 5000 - Lv9: 5500 - Lv10: 6000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - CoolDown: 90000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 140 - Lv3: 160 - Lv4: 180 - Lv5: 200 - Lv6: 220 - Lv7: 240 - Lv8: 260 - Lv9: 280 - Lv10: 300 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2429 - Name: "WM_SOUND_OF_DESTRUCTION" - Description: "Sound of Destruction" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: { - Lv1: 4 - Lv2: 4 - Lv3: 5 - Lv4: 5 - Lv5: 6 - Lv6: 6 - Lv7: 7 - Lv8: 7 - Lv9: 8 - Lv10: 8 - } - InterruptCast: true - CastTime: { - Lv1: 0 - Lv2: 500 - Lv3: 1000 - Lv4: 1500 - Lv5: 2000 - Lv6: 2500 - Lv7: 3000 - Lv8: 3500 - Lv9: 4000 - Lv10: 4500 - } - AfterCastActDelay: 1000 - SkillData1: 5000 - CoolDown: { - Lv1: 6000 - Lv2: 7000 - Lv3: 8000 - Lv4: 9000 - Lv5: 10000 - Lv6: 11000 - Lv7: 12000 - Lv8: 13000 - Lv9: 14000 - Lv10: 15000 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 60 - Lv3: 70 - Lv4: 80 - Lv5: 90 - Lv6: 100 - Lv7: 110 - Lv8: 120 - Lv9: 130 - Lv10: 140 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2430 - Name: "WM_SATURDAY_NIGHT_FEVER" - Description: "Saturday Night Fever" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - SkillData2: 3000 - CoolDown: 180000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 150 - Lv2: 160 - Lv3: 170 - Lv4: 180 - Lv5: 190 - Lv6: 200 - Lv7: 210 - Lv8: 220 - Lv9: 230 - Lv10: 240 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2431 - Name: "WM_LERADS_DEW" - Description: "Lerad's Dew" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 5 - Lv3: 6 - Lv4: 6 - Lv5: 7 - Lv6: 7 - Lv7: 8 - Lv8: 8 - Lv9: 9 - Lv10: 9 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - CoolDown: 180000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 130 - Lv3: 140 - Lv4: 150 - Lv5: 160 - Lv6: 170 - Lv7: 180 - Lv8: 190 - Lv9: 200 - Lv10: 210 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2432 - Name: "WM_MELODYOFSINK" - Description: "Melody of Sink" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 5 - Lv3: 6 - Lv4: 6 - Lv5: 7 - Lv6: 7 - Lv7: 8 - Lv8: 8 - Lv9: 9 - Lv10: 9 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - CoolDown: 180000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 130 - Lv3: 140 - Lv4: 150 - Lv5: 160 - Lv6: 170 - Lv7: 180 - Lv8: 190 - Lv9: 200 - Lv10: 210 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2433 - Name: "WM_BEYOND_OF_WARCRY" - Description: "Warcry of Beyond" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 5 - Lv3: 6 - Lv4: 6 - Lv5: 7 - Lv6: 7 - Lv7: 8 - Lv8: 8 - Lv9: 9 - Lv10: 9 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - CoolDown: 180000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 130 - Lv3: 140 - Lv4: 150 - Lv5: 160 - Lv6: 170 - Lv7: 180 - Lv8: 190 - Lv9: 200 - Lv10: 210 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2434 - Name: "WM_UNLIMITED_HUMMING_VOICE" - Description: "Unlimited Humming Voice" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Chorus: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 5 - Lv3: 6 - Lv4: 6 - Lv5: 7 - Lv6: 7 - Lv7: 8 - Lv8: 8 - Lv9: 9 - Lv10: 9 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - CoolDown: { - Lv1: 110000 - Lv2: 120000 - Lv3: 130000 - Lv4: 140000 - Lv5: 150000 - Lv6: 160000 - Lv7: 170000 - Lv8: 180000 - Lv9: 190000 - Lv10: 200000 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 120 - Lv2: 130 - Lv3: 140 - Lv4: 150 - Lv5: 160 - Lv6: 170 - Lv7: 180 - Lv8: 190 - Lv9: 200 - Lv10: 210 - } - WeaponTypes: { - Instruments: true - Whips: true - } - } -}, -{ - Id: 2443 - Name: "SO_FIREWALK" - Description: "Fire Walk" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Fire" - InterruptCast: true - SkillInstances: { - Lv1: 8 - Lv2: 10 - Lv3: 12 - Lv4: 14 - Lv5: 16 - Lv6: 18 - Lv7: 20 - Lv8: 22 - Lv9: 24 - Lv10: 25 - } - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 12000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 34 - Lv3: 38 - Lv4: 42 - Lv5: 46 - Lv6: 50 - Lv7: 54 - Lv8: 58 - Lv9: 62 - Lv10: 66 - } - } - Unit: { - Id: 0xdc - Interval: 300 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOOVERLAP: true - } - } -}, -{ - Id: 2444 - Name: "SO_ELECTRICWALK" - Description: "Electric Walk" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - InterruptCast: true - SkillInstances: { - Lv1: 8 - Lv2: 10 - Lv3: 12 - Lv4: 14 - Lv5: 16 - Lv6: 18 - Lv7: 20 - Lv8: 22 - Lv9: 24 - Lv10: 25 - } - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 12000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 34 - Lv3: 38 - Lv4: 42 - Lv5: 46 - Lv6: 50 - Lv7: 54 - Lv8: 58 - Lv9: 62 - Lv10: 66 - } - } - Unit: { - Id: 0xdd - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOOVERLAP: true - } - } -}, -{ - Id: 2445 - Name: "SO_SPELLFIST" - Description: "Spell Fist" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 20000 - Lv2: 25000 - Lv3: 30000 - Lv4: 35000 - Lv5: 40000 - Lv6: 45000 - Lv7: 50000 - Lv8: 55000 - Lv9: 60000 - Lv10: 65000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 2446 - Name: "SO_EARTHGRAVE" - Description: "Earth Grave" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Earth" - NumberOfHits: -3 - InterruptCast: true - CastTime: { - Lv1: 2200 - Lv2: 2400 - Lv3: 2600 - Lv4: 2800 - Lv5: 3000 - Lv6: 3200 - Lv7: 3400 - Lv8: 3600 - Lv9: 3800 - Lv10: 4000 - } - AfterCastActDelay: 1000 - SkillData1: 500 - SkillData2: { - Lv1: 8000 - Lv2: 11000 - Lv3: 14000 - Lv4: 17000 - Lv5: 20000 - Lv6: 23000 - Lv7: 26000 - Lv8: 29000 - Lv9: 32000 - Lv10: 35000 - } - CoolDown: 5000 - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 62 - Lv2: 70 - Lv3: 78 - Lv4: 86 - Lv5: 94 - Lv6: 102 - Lv7: 110 - Lv8: 118 - Lv9: 126 - Lv10: 134 - } - } - Unit: { - Id: 0x86 - Range: { - Lv1: 3 - Lv2: 3 - Lv3: 3 - Lv4: 4 - Lv5: 4 - Lv6: 4 - Lv7: 4 - Lv8: 4 - Lv9: 4 - Lv10: 4 - } - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2447 - Name: "SO_DIAMONDDUST" - Description: "Diamond Dust" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Water" - NumberOfHits: -5 - InterruptCast: true - CastTime: { - Lv1: 5000 - Lv2: 5500 - Lv3: 6000 - Lv4: 6500 - Lv5: 7000 - Lv6: 7500 - Lv7: 8000 - Lv8: 8500 - Lv9: 9000 - Lv10: 9500 - } - AfterCastActDelay: 1000 - SkillData1: 500 - SkillData2: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - CoolDown: 5000 - FixedCastTime: { - Lv1: 800 - Lv2: 600 - Lv3: 400 - Lv4: 200 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 56 - Lv3: 62 - Lv4: 68 - Lv5: 74 - Lv6: 80 - Lv7: 86 - Lv8: 92 - Lv9: 98 - Lv10: 104 - } - } - Unit: { - Id: 0x86 - Range: { - Lv1: 3 - Lv2: 3 - Lv3: 3 - Lv4: 4 - Lv5: 4 - Lv6: 4 - Lv7: 4 - Lv8: 4 - Lv9: 4 - Lv10: 4 - } - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2448 - Name: "SO_POISON_BUSTER" - Description: "Poison Buster" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Poison" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 2 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - InterruptCast: true - CastTime: { - Lv1: 2200 - Lv2: 3400 - Lv3: 4600 - Lv4: 5800 - Lv5: 6000 - Lv6: 6000 - Lv7: 6000 - Lv8: 6000 - Lv9: 6000 - Lv10: 6000 - } - AfterCastActDelay: 1000 - CoolDown: 2000 - FixedCastTime: { - Lv1: 800 - Lv2: 600 - Lv3: 400 - Lv4: 200 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 90 - Lv3: 110 - Lv4: 130 - Lv5: 150 - Lv6: 170 - Lv7: 190 - Lv8: 210 - Lv9: 230 - Lv10: 250 - } - } -}, -{ - Id: 2449 - Name: "SO_PSYCHIC_WAVE" - Description: "Psychic Wave" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - InterruptCast: true - CastTime: { - Lv1: 8000 - Lv2: 9000 - Lv3: 10000 - Lv4: 11000 - Lv5: 12000 - Lv6: 13000 - Lv7: 14000 - Lv8: 15000 - Lv9: 16000 - Lv10: 17000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 1200 - Lv2: 1700 - Lv3: 2200 - Lv4: 2700 - Lv5: 3200 - Lv6: 3700 - Lv7: 4200 - Lv8: 4700 - Lv9: 5200 - Lv10: 5700 - } - CoolDown: 5000 - FixedCastTime: { - Lv1: 1000 - Lv2: 900 - Lv3: 800 - Lv4: 700 - Lv5: 600 - Lv6: 500 - Lv7: 400 - Lv8: 300 - Lv9: 200 - Lv10: 100 - } - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 56 - Lv3: 64 - Lv4: 70 - Lv5: 78 - Lv6: 78 - Lv7: 78 - Lv8: 78 - Lv9: 78 - Lv10: 78 - } - } - Unit: { - Id: 0xdf - Range: { - Lv1: 3 - Lv2: 3 - Lv3: 4 - Lv4: 4 - Lv5: 5 - Lv6: 5 - Lv7: 6 - Lv8: 6 - Lv9: 7 - Lv10: 7 - } - Interval: 500 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 2450 - Name: "SO_CLOUD_KILL" - Description: "Cloud Kill" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Poison" - InterruptCast: true - CastTime: { - Lv1: 2300 - Lv2: 2500 - Lv3: 2700 - Lv4: 2900 - Lv5: 3100 - Lv6: 3300 - Lv7: 3500 - Lv8: 3700 - Lv9: 3900 - Lv10: 4100 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 8000 - Lv2: 10000 - Lv3: 12000 - Lv4: 14000 - Lv5: 16000 - Lv6: 18000 - Lv7: 20000 - Lv8: 22000 - Lv9: 24000 - Lv10: 26000 - } - SkillData2: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 5000 - FixedCastTime: { - Lv1: 700 - Lv2: 500 - Lv3: 300 - Lv4: 100 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 56 - Lv3: 64 - Lv4: 70 - Lv5: 78 - Lv6: 78 - Lv7: 78 - Lv8: 78 - Lv9: 78 - Lv10: 78 - } + } +}, +{ + Id: 2427 + Name: "WM_SONG_OF_MANA" + Description: "Song of Mana" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + CoolDown: 90000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 140 + Lv3: 160 + Lv4: 180 + Lv5: 200 + Lv6: 220 + Lv7: 240 + Lv8: 260 + Lv9: 280 + Lv10: 300 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2428 + Name: "WM_DANCE_WITH_WUG" + Description: "Dance With A Warg" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + InterruptCast: true + CastTime: { + Lv1: 1500 + Lv2: 2000 + Lv3: 2500 + Lv4: 3000 + Lv5: 3500 + Lv6: 4000 + Lv7: 4500 + Lv8: 5000 + Lv9: 5500 + Lv10: 6000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + CoolDown: 90000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 140 + Lv3: 160 + Lv4: 180 + Lv5: 200 + Lv6: 220 + Lv7: 240 + Lv8: 260 + Lv9: 280 + Lv10: 300 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2429 + Name: "WM_SOUND_OF_DESTRUCTION" + Description: "Sound of Destruction" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: { + Lv1: 4 + Lv2: 4 + Lv3: 5 + Lv4: 5 + Lv5: 6 + Lv6: 6 + Lv7: 7 + Lv8: 7 + Lv9: 8 + Lv10: 8 + } + InterruptCast: true + CastTime: { + Lv1: 0 + Lv2: 500 + Lv3: 1000 + Lv4: 1500 + Lv5: 2000 + Lv6: 2500 + Lv7: 3000 + Lv8: 3500 + Lv9: 4000 + Lv10: 4500 + } + AfterCastActDelay: 1000 + SkillData1: 5000 + CoolDown: { + Lv1: 6000 + Lv2: 7000 + Lv3: 8000 + Lv4: 9000 + Lv5: 10000 + Lv6: 11000 + Lv7: 12000 + Lv8: 13000 + Lv9: 14000 + Lv10: 15000 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 60 + Lv3: 70 + Lv4: 80 + Lv5: 90 + Lv6: 100 + Lv7: 110 + Lv8: 120 + Lv9: 130 + Lv10: 140 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2430 + Name: "WM_SATURDAY_NIGHT_FEVER" + Description: "Saturday Night Fever" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + SkillData2: 3000 + CoolDown: 180000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 150 + Lv2: 160 + Lv3: 170 + Lv4: 180 + Lv5: 190 + Lv6: 200 + Lv7: 210 + Lv8: 220 + Lv9: 230 + Lv10: 240 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2431 + Name: "WM_LERADS_DEW" + Description: "Lerad's Dew" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 5 + Lv3: 6 + Lv4: 6 + Lv5: 7 + Lv6: 7 + Lv7: 8 + Lv8: 8 + Lv9: 9 + Lv10: 9 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + CoolDown: 180000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 130 + Lv3: 140 + Lv4: 150 + Lv5: 160 + Lv6: 170 + Lv7: 180 + Lv8: 190 + Lv9: 200 + Lv10: 210 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2432 + Name: "WM_MELODYOFSINK" + Description: "Melody of Sink" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 5 + Lv3: 6 + Lv4: 6 + Lv5: 7 + Lv6: 7 + Lv7: 8 + Lv8: 8 + Lv9: 9 + Lv10: 9 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + CoolDown: 180000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 130 + Lv3: 140 + Lv4: 150 + Lv5: 160 + Lv6: 170 + Lv7: 180 + Lv8: 190 + Lv9: 200 + Lv10: 210 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2433 + Name: "WM_BEYOND_OF_WARCRY" + Description: "Warcry of Beyond" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 5 + Lv3: 6 + Lv4: 6 + Lv5: 7 + Lv6: 7 + Lv7: 8 + Lv8: 8 + Lv9: 9 + Lv10: 9 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + CoolDown: 180000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 130 + Lv3: 140 + Lv4: 150 + Lv5: 160 + Lv6: 170 + Lv7: 180 + Lv8: 190 + Lv9: 200 + Lv10: 210 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2434 + Name: "WM_UNLIMITED_HUMMING_VOICE" + Description: "Unlimited Humming Voice" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Chorus: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 5 + Lv3: 6 + Lv4: 6 + Lv5: 7 + Lv6: 7 + Lv7: 8 + Lv8: 8 + Lv9: 9 + Lv10: 9 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + CoolDown: { + Lv1: 110000 + Lv2: 120000 + Lv3: 130000 + Lv4: 140000 + Lv5: 150000 + Lv6: 160000 + Lv7: 170000 + Lv8: 180000 + Lv9: 190000 + Lv10: 200000 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 120 + Lv2: 130 + Lv3: 140 + Lv4: 150 + Lv5: 160 + Lv6: 170 + Lv7: 180 + Lv8: 190 + Lv9: 200 + Lv10: 210 + } + WeaponTypes: { + Instruments: true + Whips: true + } + } +}, +{ + Id: 2443 + Name: "SO_FIREWALK" + Description: "Fire Walk" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Fire" + InterruptCast: true + SkillInstances: { + Lv1: 8 + Lv2: 10 + Lv3: 12 + Lv4: 14 + Lv5: 16 + Lv6: 18 + Lv7: 20 + Lv8: 22 + Lv9: 24 + Lv10: 25 + } + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 12000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 34 + Lv3: 38 + Lv4: 42 + Lv5: 46 + Lv6: 50 + Lv7: 54 + Lv8: 58 + Lv9: 62 + Lv10: 66 + } + } + Unit: { + Id: 0xdc + Interval: 300 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOOVERLAP: true + } + } +}, +{ + Id: 2444 + Name: "SO_ELECTRICWALK" + Description: "Electric Walk" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + InterruptCast: true + SkillInstances: { + Lv1: 8 + Lv2: 10 + Lv3: 12 + Lv4: 14 + Lv5: 16 + Lv6: 18 + Lv7: 20 + Lv8: 22 + Lv9: 24 + Lv10: 25 + } + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 12000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 34 + Lv3: 38 + Lv4: 42 + Lv5: 46 + Lv6: 50 + Lv7: 54 + Lv8: 58 + Lv9: 62 + Lv10: 66 + } + } + Unit: { + Id: 0xdd + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOOVERLAP: true + } + } +}, +{ + Id: 2445 + Name: "SO_SPELLFIST" + Description: "Spell Fist" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 20000 + Lv2: 25000 + Lv3: 30000 + Lv4: 35000 + Lv5: 40000 + Lv6: 45000 + Lv7: 50000 + Lv8: 55000 + Lv9: 60000 + Lv10: 65000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 2446 + Name: "SO_EARTHGRAVE" + Description: "Earth Grave" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Earth" + NumberOfHits: -3 + InterruptCast: true + CastTime: { + Lv1: 2200 + Lv2: 2400 + Lv3: 2600 + Lv4: 2800 + Lv5: 3000 + Lv6: 3200 + Lv7: 3400 + Lv8: 3600 + Lv9: 3800 + Lv10: 4000 + } + AfterCastActDelay: 1000 + SkillData1: 500 + SkillData2: { + Lv1: 8000 + Lv2: 11000 + Lv3: 14000 + Lv4: 17000 + Lv5: 20000 + Lv6: 23000 + Lv7: 26000 + Lv8: 29000 + Lv9: 32000 + Lv10: 35000 + } + CoolDown: 5000 + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 62 + Lv2: 70 + Lv3: 78 + Lv4: 86 + Lv5: 94 + Lv6: 102 + Lv7: 110 + Lv8: 118 + Lv9: 126 + Lv10: 134 + } + } + Unit: { + Id: 0x86 + Range: { + Lv1: 3 + Lv2: 3 + Lv3: 3 + Lv4: 4 + Lv5: 4 + Lv6: 4 + Lv7: 4 + Lv8: 4 + Lv9: 4 + Lv10: 4 + } + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2447 + Name: "SO_DIAMONDDUST" + Description: "Diamond Dust" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Water" + NumberOfHits: -5 + InterruptCast: true + CastTime: { + Lv1: 5000 + Lv2: 5500 + Lv3: 6000 + Lv4: 6500 + Lv5: 7000 + Lv6: 7500 + Lv7: 8000 + Lv8: 8500 + Lv9: 9000 + Lv10: 9500 + } + AfterCastActDelay: 1000 + SkillData1: 500 + SkillData2: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + CoolDown: 5000 + FixedCastTime: { + Lv1: 800 + Lv2: 600 + Lv3: 400 + Lv4: 200 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 56 + Lv3: 62 + Lv4: 68 + Lv5: 74 + Lv6: 80 + Lv7: 86 + Lv8: 92 + Lv9: 98 + Lv10: 104 + } + } + Unit: { + Id: 0x86 + Range: { + Lv1: 3 + Lv2: 3 + Lv3: 3 + Lv4: 4 + Lv5: 4 + Lv6: 4 + Lv7: 4 + Lv8: 4 + Lv9: 4 + Lv10: 4 + } + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2448 + Name: "SO_POISON_BUSTER" + Description: "Poison Buster" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Poison" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 2 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + InterruptCast: true + CastTime: { + Lv1: 2200 + Lv2: 3400 + Lv3: 4600 + Lv4: 5800 + Lv5: 6000 + Lv6: 6000 + Lv7: 6000 + Lv8: 6000 + Lv9: 6000 + Lv10: 6000 + } + AfterCastActDelay: 1000 + CoolDown: 2000 + FixedCastTime: { + Lv1: 800 + Lv2: 600 + Lv3: 400 + Lv4: 200 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 90 + Lv3: 110 + Lv4: 130 + Lv5: 150 + Lv6: 170 + Lv7: 190 + Lv8: 210 + Lv9: 230 + Lv10: 250 + } + } +}, +{ + Id: 2449 + Name: "SO_PSYCHIC_WAVE" + Description: "Psychic Wave" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + InterruptCast: true + CastTime: { + Lv1: 8000 + Lv2: 9000 + Lv3: 10000 + Lv4: 11000 + Lv5: 12000 + Lv6: 13000 + Lv7: 14000 + Lv8: 15000 + Lv9: 16000 + Lv10: 17000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 1200 + Lv2: 1700 + Lv3: 2200 + Lv4: 2700 + Lv5: 3200 + Lv6: 3700 + Lv7: 4200 + Lv8: 4700 + Lv9: 5200 + Lv10: 5700 + } + CoolDown: 5000 + FixedCastTime: { + Lv1: 1000 + Lv2: 900 + Lv3: 800 + Lv4: 700 + Lv5: 600 + Lv6: 500 + Lv7: 400 + Lv8: 300 + Lv9: 200 + Lv10: 100 + } + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 56 + Lv3: 64 + Lv4: 70 + Lv5: 78 + Lv6: 78 + Lv7: 78 + Lv8: 78 + Lv9: 78 + Lv10: 78 + } + } + Unit: { + Id: 0xdf + Range: { + Lv1: 3 + Lv2: 3 + Lv3: 4 + Lv4: 4 + Lv5: 5 + Lv6: 5 + Lv7: 6 + Lv8: 6 + Lv9: 7 + Lv10: 7 + } + Interval: 500 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 2450 + Name: "SO_CLOUD_KILL" + Description: "Cloud Kill" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Poison" + InterruptCast: true + CastTime: { + Lv1: 2300 + Lv2: 2500 + Lv3: 2700 + Lv4: 2900 + Lv5: 3100 + Lv6: 3300 + Lv7: 3500 + Lv8: 3700 + Lv9: 3900 + Lv10: 4100 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 8000 + Lv2: 10000 + Lv3: 12000 + Lv4: 14000 + Lv5: 16000 + Lv6: 18000 + Lv7: 20000 + Lv8: 22000 + Lv9: 24000 + Lv10: 26000 + } + SkillData2: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 5000 + FixedCastTime: { + Lv1: 700 + Lv2: 500 + Lv3: 300 + Lv4: 100 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 56 + Lv3: 64 + Lv4: 70 + Lv5: 78 + Lv6: 78 + Lv7: 78 + Lv8: 78 + Lv9: 78 + Lv10: 78 + } // Items: { // Red_Gemstone: 2 // } - } - Unit: { - Id: 0xe0 - Layout: 3 - Interval: 500 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2451 - Name: "SO_STRIKING" - Description: "Striking" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: 60000 - CoolDown: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 50 - Lv2: 55 - Lv3: 60 - Lv4: 65 - Lv5: 70 - Lv6: 75 - Lv7: 80 - Lv8: 85 - Lv9: 90 - Lv10: 95 - } - } -}, -{ - Id: 2452 - Name: "SO_WARMER" - Description: "Warmer" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 2200 - Lv2: 2400 - Lv3: 2600 - Lv4: 2800 - Lv5: 3000 - Lv6: 3200 - Lv7: 3400 - Lv8: 3600 - Lv9: 3800 - Lv10: 4000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 40000 - Lv2: 45000 - Lv3: 50000 - Lv4: 55000 - Lv5: 60000 - Lv6: 65000 - Lv7: 70000 - Lv8: 75000 - Lv9: 80000 - Lv10: 85000 - } - SkillData2: 30000 - CoolDown: { - Lv1: 35000 - Lv2: 40000 - Lv3: 45000 - Lv4: 50000 - Lv5: 55000 - Lv6: 60000 - Lv7: 65000 - Lv8: 70000 - Lv9: 75000 - Lv10: 80000 - } - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 52 - Lv3: 64 - Lv4: 76 - Lv5: 88 - Lv6: 100 - Lv7: 112 - Lv8: 124 - Lv9: 136 - Lv10: 148 - } - } - Unit: { - Id: 0xe4 - Range: 3 - Interval: 3000 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2453 - Name: "SO_VACUUM_EXTREME" - Description: "Vacuum Extreme" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 4000 - Lv2: 6000 - Lv3: 8000 - Lv4: 10000 - Lv5: 12000 - Lv6: 14000 - Lv7: 16000 - Lv8: 18000 - Lv9: 20000 - Lv10: 22000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 34 - Lv2: 42 - Lv3: 50 - Lv4: 58 - Lv5: 66 - Lv6: 74 - Lv7: 82 - Lv8: 90 - Lv9: 98 - Lv10: 106 - } - } - Unit: { - Id: 0xeb - Range: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - Interval: 500 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2454 - Name: "SO_VARETYR_SPEAR" - Description: "Varetyr Spear" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true - CastTime: { - Lv1: 2200 - Lv2: 2400 - Lv3: 2600 - Lv4: 2800 - Lv5: 3000 - Lv6: 3200 - Lv7: 3400 - Lv8: 3600 - Lv9: 3800 - Lv10: 4000 - } - AfterCastActDelay: 1000 - SkillData2: { - Lv1: 2200 - Lv2: 2400 - Lv3: 2600 - Lv4: 2800 - Lv5: 3000 - Lv6: 3200 - Lv7: 3400 - Lv8: 3600 - Lv9: 3800 - Lv10: 4000 - } - CoolDown: 2000 - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 62 - Lv3: 69 - Lv4: 76 - Lv5: 83 - Lv6: 90 - Lv7: 97 - Lv8: 104 - Lv9: 111 - Lv10: 118 - } - } -}, -{ - Id: 2455 - Name: "SO_ARRULLO" - Description: "Arrullo" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true - CastTime: { - Lv1: 2200 - Lv2: 2400 - Lv3: 2600 - Lv4: 2800 - Lv5: 3000 - Lv6: 3200 - Lv7: 3400 - Lv8: 3600 - Lv9: 3800 - Lv10: 4000 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 8000 - Lv2: 10000 - Lv3: 12000 - Lv4: 14000 - Lv5: 16000 - Lv6: 18000 - Lv7: 20000 - Lv8: 22000 - Lv9: 24000 - Lv10: 26000 - } - CoolDown: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - FixedCastTime: { - Lv1: 800 - Lv2: 600 - Lv3: 400 - Lv4: 200 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } + } + Unit: { + Id: 0xe0 + Layout: 3 + Interval: 500 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2451 + Name: "SO_STRIKING" + Description: "Striking" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: 60000 + CoolDown: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 50 + Lv2: 55 + Lv3: 60 + Lv4: 65 + Lv5: 70 + Lv6: 75 + Lv7: 80 + Lv8: 85 + Lv9: 90 + Lv10: 95 + } + } +}, +{ + Id: 2452 + Name: "SO_WARMER" + Description: "Warmer" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 2200 + Lv2: 2400 + Lv3: 2600 + Lv4: 2800 + Lv5: 3000 + Lv6: 3200 + Lv7: 3400 + Lv8: 3600 + Lv9: 3800 + Lv10: 4000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 40000 + Lv2: 45000 + Lv3: 50000 + Lv4: 55000 + Lv5: 60000 + Lv6: 65000 + Lv7: 70000 + Lv8: 75000 + Lv9: 80000 + Lv10: 85000 + } + SkillData2: 30000 + CoolDown: { + Lv1: 35000 + Lv2: 40000 + Lv3: 45000 + Lv4: 50000 + Lv5: 55000 + Lv6: 60000 + Lv7: 65000 + Lv8: 70000 + Lv9: 75000 + Lv10: 80000 + } + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 52 + Lv3: 64 + Lv4: 76 + Lv5: 88 + Lv6: 100 + Lv7: 112 + Lv8: 124 + Lv9: 136 + Lv10: 148 + } + } + Unit: { + Id: 0xe4 + Range: 3 + Interval: 3000 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2453 + Name: "SO_VACUUM_EXTREME" + Description: "Vacuum Extreme" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 4000 + Lv2: 6000 + Lv3: 8000 + Lv4: 10000 + Lv5: 12000 + Lv6: 14000 + Lv7: 16000 + Lv8: 18000 + Lv9: 20000 + Lv10: 22000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 34 + Lv2: 42 + Lv3: 50 + Lv4: 58 + Lv5: 66 + Lv6: 74 + Lv7: 82 + Lv8: 90 + Lv9: 98 + Lv10: 106 + } + } + Unit: { + Id: 0xeb + Range: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + Interval: 500 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2454 + Name: "SO_VARETYR_SPEAR" + Description: "Varetyr Spear" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true + CastTime: { + Lv1: 2200 + Lv2: 2400 + Lv3: 2600 + Lv4: 2800 + Lv5: 3000 + Lv6: 3200 + Lv7: 3400 + Lv8: 3600 + Lv9: 3800 + Lv10: 4000 + } + AfterCastActDelay: 1000 + SkillData2: { + Lv1: 2200 + Lv2: 2400 + Lv3: 2600 + Lv4: 2800 + Lv5: 3000 + Lv6: 3200 + Lv7: 3400 + Lv8: 3600 + Lv9: 3800 + Lv10: 4000 + } + CoolDown: 2000 + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 62 + Lv3: 69 + Lv4: 76 + Lv5: 83 + Lv6: 90 + Lv7: 97 + Lv8: 104 + Lv9: 111 + Lv10: 118 + } + } +}, +{ + Id: 2455 + Name: "SO_ARRULLO" + Description: "Arrullo" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true + CastTime: { + Lv1: 2200 + Lv2: 2400 + Lv3: 2600 + Lv4: 2800 + Lv5: 3000 + Lv6: 3200 + Lv7: 3400 + Lv8: 3600 + Lv9: 3800 + Lv10: 4000 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 8000 + Lv2: 10000 + Lv3: 12000 + Lv4: 14000 + Lv5: 16000 + Lv6: 18000 + Lv7: 20000 + Lv8: 22000 + Lv9: 24000 + Lv10: 26000 + } + CoolDown: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + FixedCastTime: { + Lv1: 800 + Lv2: 600 + Lv3: 400 + Lv4: 200 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } // Items: { // Yellow_Gemstone: 1 // } - } -}, -{ - Id: 2456 - Name: "SO_EL_CONTROL" - Description: "Spirit Control" - MaxLevel: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - CoolDown: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - State: "ElementalSpirit" - } -}, -{ - Id: 2457 - Name: "SO_SUMMON_AGNI" - Description: "Summon Fire Spirit Agni" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - SkillData1: { - Lv1: 600000 - Lv2: 900000 - Lv3: 1200000 - Lv4: 1500000 - Lv5: 1800000 - Lv6: 2100000 - Lv7: 2400000 - Lv8: 2700000 - Lv9: 3000000 - Lv10: 3300000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 150 - Lv3: 200 - Lv4: 250 - Lv5: 300 - Lv6: 350 - Lv7: 400 - Lv8: 450 - Lv9: 500 - Lv10: 550 - } + } +}, +{ + Id: 2456 + Name: "SO_EL_CONTROL" + Description: "Spirit Control" + MaxLevel: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + CoolDown: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + State: "ElementalSpirit" + } +}, +{ + Id: 2457 + Name: "SO_SUMMON_AGNI" + Description: "Summon Fire Spirit Agni" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + SkillData1: { + Lv1: 600000 + Lv2: 900000 + Lv3: 1200000 + Lv4: 1500000 + Lv5: 1800000 + Lv6: 2100000 + Lv7: 2400000 + Lv8: 2700000 + Lv9: 3000000 + Lv10: 3300000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 150 + Lv3: 200 + Lv4: 250 + Lv5: 300 + Lv6: 350 + Lv7: 400 + Lv8: 450 + Lv9: 500 + Lv10: 550 + } // Items: { // Boody_Red: 3 // Boody_Red: 6 // Flame_Heart: 1 // } - } -}, -{ - Id: 2458 - Name: "SO_SUMMON_AQUA" - Description: "Summon Water Spirit Aqua" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - SkillData1: { - Lv1: 600000 - Lv2: 900000 - Lv3: 1200000 - Lv4: 1500000 - Lv5: 1800000 - Lv6: 2100000 - Lv7: 2400000 - Lv8: 2700000 - Lv9: 3000000 - Lv10: 3300000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 150 - Lv3: 200 - Lv4: 250 - Lv5: 300 - Lv6: 350 - Lv7: 400 - Lv8: 450 - Lv9: 500 - Lv10: 550 - } + } +}, +{ + Id: 2458 + Name: "SO_SUMMON_AQUA" + Description: "Summon Water Spirit Aqua" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + SkillData1: { + Lv1: 600000 + Lv2: 900000 + Lv3: 1200000 + Lv4: 1500000 + Lv5: 1800000 + Lv6: 2100000 + Lv7: 2400000 + Lv8: 2700000 + Lv9: 3000000 + Lv10: 3300000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 150 + Lv3: 200 + Lv4: 250 + Lv5: 300 + Lv6: 350 + Lv7: 400 + Lv8: 450 + Lv9: 500 + Lv10: 550 + } // Items: { // Crystal_Blue: 3 // Crystal_Blue: 6 // Mistic_Frozen: 1 // } - } -}, -{ - Id: 2459 - Name: "SO_SUMMON_VENTUS" - Description: "Summon Wind Spirit Ventus" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - SkillData1: { - Lv1: 600000 - Lv2: 900000 - Lv3: 1200000 - Lv4: 1500000 - Lv5: 1800000 - Lv6: 2100000 - Lv7: 2400000 - Lv8: 2700000 - Lv9: 3000000 - Lv10: 3300000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 150 - Lv3: 200 - Lv4: 250 - Lv5: 300 - Lv6: 350 - Lv7: 400 - Lv8: 450 - Lv9: 500 - Lv10: 550 - } + } +}, +{ + Id: 2459 + Name: "SO_SUMMON_VENTUS" + Description: "Summon Wind Spirit Ventus" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + SkillData1: { + Lv1: 600000 + Lv2: 900000 + Lv3: 1200000 + Lv4: 1500000 + Lv5: 1800000 + Lv6: 2100000 + Lv7: 2400000 + Lv8: 2700000 + Lv9: 3000000 + Lv10: 3300000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 150 + Lv3: 200 + Lv4: 250 + Lv5: 300 + Lv6: 350 + Lv7: 400 + Lv8: 450 + Lv9: 500 + Lv10: 550 + } // Items: { // Wind_Of_Verdure: 3 // Wind_Of_Verdure: 6 // Rough_Wind: 1 // } - } -}, -{ - Id: 2460 - Name: "SO_SUMMON_TERA" - Description: "Summon Earth Spirit Tera" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - SkillData1: { - Lv1: 600000 - Lv2: 900000 - Lv3: 1200000 - Lv4: 1500000 - Lv5: 1800000 - Lv6: 2100000 - Lv7: 2400000 - Lv8: 2700000 - Lv9: 3000000 - Lv10: 3300000 - } - CoolDown: 60000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 150 - Lv3: 200 - Lv4: 250 - Lv5: 300 - Lv6: 350 - Lv7: 400 - Lv8: 450 - Lv9: 500 - Lv10: 550 - } + } +}, +{ + Id: 2460 + Name: "SO_SUMMON_TERA" + Description: "Summon Earth Spirit Tera" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + SkillData1: { + Lv1: 600000 + Lv2: 900000 + Lv3: 1200000 + Lv4: 1500000 + Lv5: 1800000 + Lv6: 2100000 + Lv7: 2400000 + Lv8: 2700000 + Lv9: 3000000 + Lv10: 3300000 + } + CoolDown: 60000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 150 + Lv3: 200 + Lv4: 250 + Lv5: 300 + Lv6: 350 + Lv7: 400 + Lv8: 450 + Lv9: 500 + Lv10: 550 + } // Items: { // Yellow_Live: 3 // Yellow_Live: 6 // Great_Nature: 1 // } - } -}, -{ - Id: 2461 - Name: "SO_EL_ACTION" - Description: "Elemental Action" - MaxLevel: 1 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - CoolDown: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 50 - State: "ElementalSpirit" - } -}, -{ - Id: 2462 - Name: "SO_EL_ANALYSIS" - Description: "Four Spirit Analysis" - MaxLevel: 2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 20 - Lv3: 30 - Lv4: 40 - Lv5: 50 - Lv6: 60 - Lv7: 70 - Lv8: 80 - Lv9: 90 - Lv10: 100 - } - } -}, -{ - Id: 2463 - Name: "SO_EL_SYMPATHY" - Description: "Spirit Sympathy" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2464 - Name: "SO_EL_CURE" - Description: "Spirit Recovery" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - State: "ElementalSpirit" - } -}, -{ - Id: 2465 - Name: "SO_FIRE_INSIGNIA" - Description: "Fire Insignia" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1000 - SkillData1: 60000 - CoolDown: 60000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 30 - Lv3: 38 - Lv4: 46 - Lv5: 54 - Lv6: 62 - Lv7: 70 - Lv8: 78 - Lv9: 86 - Lv10: 94 - } + } +}, +{ + Id: 2461 + Name: "SO_EL_ACTION" + Description: "Elemental Action" + MaxLevel: 1 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + CoolDown: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 50 + State: "ElementalSpirit" + } +}, +{ + Id: 2462 + Name: "SO_EL_ANALYSIS" + Description: "Four Spirit Analysis" + MaxLevel: 2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 20 + Lv3: 30 + Lv4: 40 + Lv5: 50 + Lv6: 60 + Lv7: 70 + Lv8: 80 + Lv9: 90 + Lv10: 100 + } + } +}, +{ + Id: 2463 + Name: "SO_EL_SYMPATHY" + Description: "Spirit Sympathy" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2464 + Name: "SO_EL_CURE" + Description: "Spirit Recovery" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + State: "ElementalSpirit" + } +}, +{ + Id: 2465 + Name: "SO_FIRE_INSIGNIA" + Description: "Fire Insignia" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1000 + SkillData1: 60000 + CoolDown: 60000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 30 + Lv3: 38 + Lv4: 46 + Lv5: 54 + Lv6: 62 + Lv7: 70 + Lv8: 78 + Lv9: 86 + Lv10: 94 + } // Items: { // Scarlet_Pts: 1 // Scarlet_Pts: 2 // Scarlet_Pts: 3 // } - } - Unit: { - Id: 0xf1 - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2466 - Name: "SO_WATER_INSIGNIA" - Description: "Water Insignia" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1000 - SkillData1: 60000 - CoolDown: 60000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 30 - Lv3: 38 - Lv4: 46 - Lv5: 54 - Lv6: 62 - Lv7: 70 - Lv8: 78 - Lv9: 86 - Lv10: 94 - } + } + Unit: { + Id: 0xf1 + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2466 + Name: "SO_WATER_INSIGNIA" + Description: "Water Insignia" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1000 + SkillData1: 60000 + CoolDown: 60000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 30 + Lv3: 38 + Lv4: 46 + Lv5: 54 + Lv6: 62 + Lv7: 70 + Lv8: 78 + Lv9: 86 + Lv10: 94 + } // Items: { // Indigo_Pts: 1 // Indigo_Pts: 2 // Indigo_Pts: 3 // } - } - Unit: { - Id: 0xf2 - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2467 - Name: "SO_WIND_INSIGNIA" - Description: "Wind Insignia" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1000 - SkillData1: 60000 - CoolDown: 60000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 30 - Lv3: 38 - Lv4: 46 - Lv5: 54 - Lv6: 62 - Lv7: 70 - Lv8: 78 - Lv9: 86 - Lv10: 94 - } + } + Unit: { + Id: 0xf2 + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2467 + Name: "SO_WIND_INSIGNIA" + Description: "Wind Insignia" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1000 + SkillData1: 60000 + CoolDown: 60000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 30 + Lv3: 38 + Lv4: 46 + Lv5: 54 + Lv6: 62 + Lv7: 70 + Lv8: 78 + Lv9: 86 + Lv10: 94 + } // Items: { // Yellow_Wish_Pts: 1 // Yellow_Wish_Pts: 2 // Yellow_Wish_Pts: 3 // } - } - Unit: { - Id: 0xf3 - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2468 - Name: "SO_EARTH_INSIGNIA" - Description: "Earth Insignia" - MaxLevel: 3 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1000 - SkillData1: 60000 - CoolDown: 60000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 30 - Lv3: 38 - Lv4: 46 - Lv5: 54 - Lv6: 62 - Lv7: 70 - Lv8: 78 - Lv9: 86 - Lv10: 94 - } + } + Unit: { + Id: 0xf3 + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2468 + Name: "SO_EARTH_INSIGNIA" + Description: "Earth Insignia" + MaxLevel: 3 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1000 + SkillData1: 60000 + CoolDown: 60000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 30 + Lv3: 38 + Lv4: 46 + Lv5: 54 + Lv6: 62 + Lv7: 70 + Lv8: 78 + Lv9: 86 + Lv10: 94 + } // Items: { // Lime_Green_Pts: 1 // Lime_Green_Pts: 2 // Lime_Green_Pts: 3 // } - } - Unit: { - Id: 0xf4 - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 2474 - Name: "GN_TRAINING_SWORD" - Description: "Sword Training" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2475 - Name: "GN_REMODELING_CART" - Description: "Cart Remodeling" - MaxLevel: 5 - NumberOfHits: 0 -}, -{ - Id: 2476 - Name: "GN_CART_TORNADO" - Description: "Cart Tornado" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - KnockBackTiles: 2 - AfterCastActDelay: 500 - SkillData1: 5000 - CoolDown: { - Lv1: 0 - Lv2: 500 - Lv3: 1000 - Lv4: 1500 - Lv5: 2000 - Lv6: 2500 - Lv7: 3000 - Lv8: 3500 - Lv9: 4000 - Lv10: 4500 - } - FixedCastTime: -1 - Requirements: { - SPCost: 30 - State: "Cart" - } -}, -{ - Id: 2477 - Name: "GN_CARTCANNON" - Description: "Cart Cannon" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 42 - Lv3: 44 - Lv4: 46 - Lv5: 48 - Lv6: 50 - Lv7: 52 - Lv8: 54 - Lv9: 56 - Lv10: 58 - } - AmmoTypes: { - A_CANNONBALL: true - } - AmmoAmount: 1 - State: "Cart" - } -}, -{ - Id: 2478 - Name: "GN_CARTBOOST" - Description: "Cart Boost" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - AfterCastActDelay: 500 - SkillData1: 90000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - State: "Cart" - } -}, -{ - Id: 2479 - Name: "GN_THORNS_TRAP" - Description: "Thorn Trap" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - AttackType: "Misc" - InterruptCast: true - SkillInstances: 5 - CastTime: 1500 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 12000 - Lv3: 14000 - Lv4: 16000 - Lv5: 18000 - Lv6: 20000 - Lv7: 22000 - Lv8: 24000 - Lv9: 26000 - Lv10: 28000 - } - SkillData2: 20000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 26 - Lv3: 30 - Lv4: 34 - Lv5: 38 - Lv6: 42 - Lv7: 46 - Lv8: 50 - Lv9: 54 - Lv10: 58 - } + } + Unit: { + Id: 0xf4 + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 2474 + Name: "GN_TRAINING_SWORD" + Description: "Sword Training" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2475 + Name: "GN_REMODELING_CART" + Description: "Cart Remodeling" + MaxLevel: 5 + NumberOfHits: 0 +}, +{ + Id: 2476 + Name: "GN_CART_TORNADO" + Description: "Cart Tornado" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + KnockBackTiles: 2 + AfterCastActDelay: 500 + SkillData1: 5000 + CoolDown: { + Lv1: 0 + Lv2: 500 + Lv3: 1000 + Lv4: 1500 + Lv5: 2000 + Lv6: 2500 + Lv7: 3000 + Lv8: 3500 + Lv9: 4000 + Lv10: 4500 + } + FixedCastTime: -1 + Requirements: { + SPCost: 30 + State: "Cart" + } +}, +{ + Id: 2477 + Name: "GN_CARTCANNON" + Description: "Cart Cannon" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 42 + Lv3: 44 + Lv4: 46 + Lv5: 48 + Lv6: 50 + Lv7: 52 + Lv8: 54 + Lv9: 56 + Lv10: 58 + } + AmmoTypes: { + A_CANNONBALL: true + } + AmmoAmount: 1 + State: "Cart" + } +}, +{ + Id: 2478 + Name: "GN_CARTBOOST" + Description: "Cart Boost" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + AfterCastActDelay: 500 + SkillData1: 90000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + State: "Cart" + } +}, +{ + Id: 2479 + Name: "GN_THORNS_TRAP" + Description: "Thorn Trap" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + AttackType: "Misc" + InterruptCast: true + SkillInstances: 5 + CastTime: 1500 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 12000 + Lv3: 14000 + Lv4: 16000 + Lv5: 18000 + Lv6: 20000 + Lv7: 22000 + Lv8: 24000 + Lv9: 26000 + Lv10: 28000 + } + SkillData2: 20000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 26 + Lv3: 30 + Lv4: 34 + Lv5: 38 + Lv6: 42 + Lv7: 46 + Lv8: 50 + Lv9: 54 + Lv10: 58 + } // Items: { // Seed_Of_Horny_Plant: 1 // } - } - Unit: { - Id: 0xe5 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2480 - Name: "GN_BLOOD_SUCKER" - Description: "Blood Sucker" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 3 - CastTime: 1500 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 20000 - Lv2: 22000 - Lv3: 24000 - Lv4: 26000 - Lv5: 28000 - Lv6: 30000 - Lv7: 32000 - Lv8: 34000 - Lv9: 36000 - Lv10: 38000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } + } + Unit: { + Id: 0xe5 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2480 + Name: "GN_BLOOD_SUCKER" + Description: "Blood Sucker" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 3 + CastTime: 1500 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 20000 + Lv2: 22000 + Lv3: 24000 + Lv4: 26000 + Lv5: 28000 + Lv6: 30000 + Lv7: 32000 + Lv8: 34000 + Lv9: 36000 + Lv10: 38000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } // Items: { // Bloodsuck_Plant_Seed: 1 // } - } -}, -{ - Id: 2481 - Name: "GN_SPORE_EXPLOSION" - Description: "Spore Explosion" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 1500 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 2000 - Lv2: 2000 - Lv3: 3000 - Lv4: 3000 - Lv5: 4000 - Lv6: 4000 - Lv7: 5000 - Lv8: 5000 - Lv9: 6000 - Lv10: 6000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } + } +}, +{ + Id: 2481 + Name: "GN_SPORE_EXPLOSION" + Description: "Spore Explosion" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 1500 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 2000 + Lv2: 2000 + Lv3: 3000 + Lv4: 3000 + Lv5: 4000 + Lv6: 4000 + Lv7: 5000 + Lv8: 5000 + Lv9: 6000 + Lv10: 6000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } // Items: { // Bomb_Mushroom_Spore: 1 // } - } -}, -{ - Id: 2482 - Name: "GN_WALLOFTHORN" - Description: "Wall of Thorns" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - NumberOfHits: -1 - InterruptCast: true - SkillInstances: 1 - KnockBackTiles: 2 - CastTime: 1500 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } + } +}, +{ + Id: 2482 + Name: "GN_WALLOFTHORN" + Description: "Wall of Thorns" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + NumberOfHits: -1 + InterruptCast: true + SkillInstances: 1 + KnockBackTiles: 2 + CastTime: 1500 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } // Items: { // Seed_Of_Horny_Plant: 1 // } - } - Unit: { - Id: [ 0xe6, 0x7f ] - Layout: -1 - Range: 2 - Interval: -1 - Target: "All" - } -}, -{ - Id: 2483 - Name: "GN_CRAZYWEED" - Description: "Crazy Weed" - MaxLevel: 10 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 4 - InterruptCast: true - CastTime: { - Lv1: 3000 - Lv2: 3500 - Lv3: 4000 - Lv4: 4500 - Lv5: 5000 - Lv6: 5500 - Lv7: 6000 - Lv8: 6500 - Lv9: 7000 - Lv10: 7500 - } - AfterCastActDelay: 500 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } + } + Unit: { + Id: [ 0xe6, 0x7f ] + Layout: -1 + Range: 2 + Interval: -1 + Target: "All" + } +}, +{ + Id: 2483 + Name: "GN_CRAZYWEED" + Description: "Crazy Weed" + MaxLevel: 10 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 4 + InterruptCast: true + CastTime: { + Lv1: 3000 + Lv2: 3500 + Lv3: 4000 + Lv4: 4500 + Lv5: 5000 + Lv6: 5500 + Lv7: 6000 + Lv8: 6500 + Lv9: 7000 + Lv10: 7500 + } + AfterCastActDelay: 500 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } // Items: { // Seed_Of_Horny_Plant: 1 // } - } -}, -{ - Id: 2484 - Name: "GN_CRAZYWEED_ATK" - Description: "Crazy Weed Attack" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - SkillData1: 100 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 100 - Target: "Enemy" - Flag: { - UF_SKILL: true - } - } -}, -{ - Id: 2485 - Name: "GN_DEMONIC_FIRE" - Description: "Demonic Fire" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: "Ele_Fire" - InterruptCast: true - CastTime: { - Lv1: 3000 - Lv2: 3500 - Lv3: 4000 - Lv4: 4500 - Lv5: 5000 - Lv6: 5500 - Lv7: 6000 - Lv8: 6500 - Lv9: 7000 - Lv10: 7500 - } - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 12000 - Lv3: 14000 - Lv4: 16000 - Lv5: 18000 - Lv6: 20000 - Lv7: 22000 - Lv8: 24000 - Lv9: 26000 - Lv10: 28000 - } - SkillData2: { - Lv1: 8000 - Lv2: 16000 - Lv3: 24000 - Lv4: 32000 - Lv5: 40000 - Lv6: 48000 - Lv7: 56000 - Lv8: 64000 - Lv9: 72000 - Lv10: 80000 - } - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } + } +}, +{ + Id: 2484 + Name: "GN_CRAZYWEED_ATK" + Description: "Crazy Weed Attack" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + SkillData1: 100 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 100 + Target: "Enemy" + Flag: { + UF_SKILL: true + } + } +}, +{ + Id: 2485 + Name: "GN_DEMONIC_FIRE" + Description: "Demonic Fire" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: "Ele_Fire" + InterruptCast: true + CastTime: { + Lv1: 3000 + Lv2: 3500 + Lv3: 4000 + Lv4: 4500 + Lv5: 5000 + Lv6: 5500 + Lv7: 6000 + Lv8: 6500 + Lv9: 7000 + Lv10: 7500 + } + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 12000 + Lv3: 14000 + Lv4: 16000 + Lv5: 18000 + Lv6: 20000 + Lv7: 22000 + Lv8: 24000 + Lv9: 26000 + Lv10: 28000 + } + SkillData2: { + Lv1: 8000 + Lv2: 16000 + Lv3: 24000 + Lv4: 32000 + Lv5: 40000 + Lv6: 48000 + Lv7: 56000 + Lv8: 64000 + Lv9: 72000 + Lv10: 80000 + } + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } // Items: { // Fire_Bottle: 1 // } - } - Unit: { - Id: 0xe7 - Range: 3 - Interval: 2000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_SKILL: true - } - } -}, -{ - Id: 2486 - Name: "GN_FIRE_EXPANSION" - Description: "Fire Expansion" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } + } + Unit: { + Id: 0xe7 + Range: 3 + Interval: 2000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_SKILL: true + } + } +}, +{ + Id: 2486 + Name: "GN_FIRE_EXPANSION" + Description: "Fire Expansion" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } // Items: { // Oil_Bottle: 1 // Explosive_Powder: 1 @@ -30324,1741 +30324,1741 @@ skill_db: ( // Tear_Gas: 1 // Acid_Bottle: 1 // } - } -}, -{ - Id: 2487 - Name: "GN_FIRE_EXPANSION_SMOKE_POWDER" - Description: "Fire Expansion Smoke Powder" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillData1: { - Lv1: 10000 - Lv2: 12000 - Lv3: 14000 - Lv4: 16000 - Lv5: 18000 - Lv6: 20000 - Lv7: 22000 - Lv8: 24000 - Lv9: 26000 - Lv10: 28000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0xe8 - Range: 3 - Interval: 1000 - Target: "Enemy" - } -}, -{ - Id: 2488 - Name: "GN_FIRE_EXPANSION_TEAR_GAS" - Description: "Fire Expansion Tear Gas" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillData1: { - Lv1: 10000 - Lv2: 12000 - Lv3: 14000 - Lv4: 16000 - Lv5: 18000 - Lv6: 20000 - Lv7: 22000 - Lv8: 24000 - Lv9: 26000 - Lv10: 28000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } - Unit: { - Id: 0xe9 - Range: 3 - Interval: 1000 - Target: "Enemy" - } -}, -{ - Id: 2489 - Name: "GN_FIRE_EXPANSION_ACID" - Description: "Fire Expansion Acid" - MaxLevel: 10 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2490 - Name: "GN_HELLS_PLANT" - Description: "Hell's Plant" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - AllowReproduce: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - SkillInstances: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - CastTime: { - Lv1: 3000 - Lv2: 3500 - Lv3: 4000 - Lv4: 4500 - Lv5: 5000 - Lv6: 5500 - Lv7: 6000 - Lv8: 6500 - Lv9: 7000 - Lv10: 7500 - } - AfterCastActDelay: 500 - SkillData1: { - Lv1: 14000 - Lv2: 21000 - Lv3: 28000 - Lv4: 35000 - Lv5: 42000 - Lv6: 49000 - Lv7: 56000 - Lv8: 63000 - Lv9: 70000 - Lv10: 77000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } + } +}, +{ + Id: 2487 + Name: "GN_FIRE_EXPANSION_SMOKE_POWDER" + Description: "Fire Expansion Smoke Powder" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillData1: { + Lv1: 10000 + Lv2: 12000 + Lv3: 14000 + Lv4: 16000 + Lv5: 18000 + Lv6: 20000 + Lv7: 22000 + Lv8: 24000 + Lv9: 26000 + Lv10: 28000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0xe8 + Range: 3 + Interval: 1000 + Target: "Enemy" + } +}, +{ + Id: 2488 + Name: "GN_FIRE_EXPANSION_TEAR_GAS" + Description: "Fire Expansion Tear Gas" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillData1: { + Lv1: 10000 + Lv2: 12000 + Lv3: 14000 + Lv4: 16000 + Lv5: 18000 + Lv6: 20000 + Lv7: 22000 + Lv8: 24000 + Lv9: 26000 + Lv10: 28000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } + Unit: { + Id: 0xe9 + Range: 3 + Interval: 1000 + Target: "Enemy" + } +}, +{ + Id: 2489 + Name: "GN_FIRE_EXPANSION_ACID" + Description: "Fire Expansion Acid" + MaxLevel: 10 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2490 + Name: "GN_HELLS_PLANT" + Description: "Hell's Plant" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + AllowReproduce: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + SkillInstances: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + CastTime: { + Lv1: 3000 + Lv2: 3500 + Lv3: 4000 + Lv4: 4500 + Lv5: 5000 + Lv6: 5500 + Lv7: 6000 + Lv8: 6500 + Lv9: 7000 + Lv10: 7500 + } + AfterCastActDelay: 500 + SkillData1: { + Lv1: 14000 + Lv2: 21000 + Lv3: 28000 + Lv4: 35000 + Lv5: 42000 + Lv6: 49000 + Lv7: 56000 + Lv8: 63000 + Lv9: 70000 + Lv10: 77000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } // Items: { // MenEater_Plant_Bottle: 1 // } - } - Unit: { - Id: 0xea - Range: 1 - Interval: 1000 - Target: "All" - Flag: { - UF_NOREITERATION: true - } - } -}, -{ - Id: 2491 - Name: "GN_HELLS_PLANT_ATK" - Description: "Hell's Plant Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Misc" - DamageType: { - IgnoreFlee: true - IgnoreDefCards: true - } - SkillData1: 20000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2492 - Name: "GN_MANDRAGORA" - Description: "Howling of Mandragora" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 6 - Lv3: 6 - Lv4: 7 - Lv5: 7 - Lv6: 8 - Lv7: 8 - Lv8: 9 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } + } + Unit: { + Id: 0xea + Range: 1 + Interval: 1000 + Target: "All" + Flag: { + UF_NOREITERATION: true + } + } +}, +{ + Id: 2491 + Name: "GN_HELLS_PLANT_ATK" + Description: "Hell's Plant Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Misc" + DamageType: { + IgnoreFlee: true + IgnoreDefCards: true + } + SkillData1: 20000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2492 + Name: "GN_MANDRAGORA" + Description: "Howling of Mandragora" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 6 + Lv3: 6 + Lv4: 7 + Lv5: 7 + Lv6: 8 + Lv7: 8 + Lv8: 9 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } // Items: { // Mandragora_Flowerpot: 1 // } - } -}, -{ - Id: 2493 - Name: "GN_SLINGITEM" - Description: "Sling Item" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CoolDown: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 4 - AmmoTypes: { - A_THROWWEAPON: true - } - AmmoAmount: 1 - } -}, -{ - Id: 2494 - Name: "GN_CHANGEMATERIAL" - Description: "Change Material" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 5 - } -}, -{ - Id: 2495 - Name: "GN_MIX_COOKING" - Description: "Mix Cooking" - MaxLevel: 2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: { - Lv1: 5 - Lv2: 40 - Lv3: 75 - Lv4: 110 - Lv5: 145 - Lv6: 180 - Lv7: 215 - Lv8: 250 - Lv9: 285 - Lv10: 320 - } - } -}, -{ - Id: 2496 - Name: "GN_MAKEBOMB" - Description: "Create Bomb" - MaxLevel: 2 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: { - Lv1: 5 - Lv2: 40 - Lv3: 75 - Lv4: 110 - Lv5: 145 - Lv6: 180 - Lv7: 215 - Lv8: 250 - Lv9: 285 - Lv10: 320 - } - } -}, -{ - Id: 2497 - Name: "GN_S_PHARMACY" - Description: "Special Pharmacy" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 12 - } -}, -{ - Id: 2498 - Name: "GN_SLINGITEM_RANGEMELEEATK" - Description: "Sling Item Attack" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - SkillData1: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2515 - Name: "AB_SECRAMENT" - Description: "Secrament" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 500 - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 120 - Lv3: 140 - Lv4: 160 - Lv5: 180 - Lv6: 200 - Lv7: 220 - Lv8: 240 - Lv9: 260 - Lv10: 280 - } - } -}, -{ - Id: 2516 - Name: "WM_SEVERE_RAINSTORM_MELEE" - Description: "Severe Rainstorm Melee" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 5 -}, -{ - Id: 2517 - Name: "SR_HOWLINGOFLION" - Description: "Howling of Lion" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - CastTime: 1000 - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - CoolDown: 10000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 2518 - Name: "SR_RIDEINLIGHTNING" - Description: "Ride In Lightening" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - AllowReproduce: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 4 - Lv6: 4 - Lv7: 5 - Lv8: 5 - Lv9: 6 - Lv10: 6 - } - CastTime: { - Lv1: 1000 - Lv2: 2000 - Lv3: 3000 - Lv4: 4000 - Lv5: 5000 - Lv6: 6000 - Lv7: 7000 - Lv8: 8000 - Lv9: 9000 - Lv10: 10000 - } - AfterCastActDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - SpiritSphereCost: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - } -}, -{ - Id: 2534 - Name: "RETURN_TO_ELDICASTES" - Description: "Return To Eldicastes" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: 3000 - CoolDown: 300000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - SkillDelayOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2535 - Name: "ALL_BUYING_STORE" - Description: "Open Buying Store" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 1 + } +}, +{ + Id: 2493 + Name: "GN_SLINGITEM" + Description: "Sling Item" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CoolDown: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 4 + AmmoTypes: { + A_THROWWEAPON: true + } + AmmoAmount: 1 + } +}, +{ + Id: 2494 + Name: "GN_CHANGEMATERIAL" + Description: "Change Material" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 5 + } +}, +{ + Id: 2495 + Name: "GN_MIX_COOKING" + Description: "Mix Cooking" + MaxLevel: 2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: { + Lv1: 5 + Lv2: 40 + Lv3: 75 + Lv4: 110 + Lv5: 145 + Lv6: 180 + Lv7: 215 + Lv8: 250 + Lv9: 285 + Lv10: 320 + } + } +}, +{ + Id: 2496 + Name: "GN_MAKEBOMB" + Description: "Create Bomb" + MaxLevel: 2 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: { + Lv1: 5 + Lv2: 40 + Lv3: 75 + Lv4: 110 + Lv5: 145 + Lv6: 180 + Lv7: 215 + Lv8: 250 + Lv9: 285 + Lv10: 320 + } + } +}, +{ + Id: 2497 + Name: "GN_S_PHARMACY" + Description: "Special Pharmacy" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 12 + } +}, +{ + Id: 2498 + Name: "GN_SLINGITEM_RANGEMELEEATK" + Description: "Sling Item Attack" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + SkillData1: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2515 + Name: "AB_SECRAMENT" + Description: "Secrament" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 500 + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 120 + Lv3: 140 + Lv4: 160 + Lv5: 180 + Lv6: 200 + Lv7: 220 + Lv8: 240 + Lv9: 260 + Lv10: 280 + } + } +}, +{ + Id: 2516 + Name: "WM_SEVERE_RAINSTORM_MELEE" + Description: "Severe Rainstorm Melee" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 5 +}, +{ + Id: 2517 + Name: "SR_HOWLINGOFLION" + Description: "Howling of Lion" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + CastTime: 1000 + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + CoolDown: 10000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 2518 + Name: "SR_RIDEINLIGHTNING" + Description: "Ride In Lightening" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + AllowReproduce: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 4 + Lv6: 4 + Lv7: 5 + Lv8: 5 + Lv9: 6 + Lv10: 6 + } + CastTime: { + Lv1: 1000 + Lv2: 2000 + Lv3: 3000 + Lv4: 4000 + Lv5: 5000 + Lv6: 6000 + Lv7: 7000 + Lv8: 8000 + Lv9: 9000 + Lv10: 10000 + } + AfterCastActDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + SpiritSphereCost: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + } +}, +{ + Id: 2534 + Name: "RETURN_TO_ELDICASTES" + Description: "Return To Eldicastes" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: 3000 + CoolDown: 300000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + SkillDelayOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2535 + Name: "ALL_BUYING_STORE" + Description: "Open Buying Store" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 1 // Items: { // Buy_Market_Permit: 1 // } - } -}, -{ - Id: 2536 - Name: "ALL_GUARDIAN_RECALL" - Description: "Guardian's Recall" - MaxLevel: 1 - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: 3000 - CoolDown: 300000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - SkillDelayOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2537 - Name: "ALL_ODINS_POWER" - Description: "Odin's Power" - MaxLevel: 2 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 100 - Lv3: 130 - Lv4: 160 - Lv5: 190 - Lv6: 220 - Lv7: 250 - Lv8: 280 - Lv9: 310 - Lv10: 340 - } - } -}, -{ - Id: 2544 - Name: "MC_CARTDECORATE" - Description: "Change Cart 2" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Quest: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 40 - State: "Cart" - } -}, -{ - Id: 2551 - Name: "RL_GLITTERING_GREED" - Description: "Flip The Coin Greed" - MaxLevel: 10 - NumberOfHits: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2552 - Name: "RL_RICHS_COIN" - Description: "Rich's Coin" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 2553 - Name: "RL_MASS_SPIRAL" - Description: "Mass Spiral" - MaxLevel: 5 - Range: 15 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 84 - Lv3: 88 - Lv4: 92 - Lv5: 96 - Lv6: 100 - Lv7: 104 - Lv8: 108 - Lv9: 112 - Lv10: 116 - } - } -}, -{ - Id: 2554 - Name: "RL_BANISHING_BUSTER" - Description: "Banishing Buster" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 2555 - Name: "RL_B_TRAP" - Description: "Bind Trap" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillInstances: 3 - CoolDown: { - Lv1: 10000 - Lv2: 11000 - Lv3: 12000 - Lv4: 13000 - Lv5: 14000 - Lv6: 15000 - Lv7: 16000 - Lv8: 17000 - Lv9: 18000 - Lv10: 19000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 32 - Lv3: 34 - Lv4: 36 - Lv5: 38 - Lv6: 40 - Lv7: 42 - Lv8: 44 - Lv9: 46 - Lv10: 48 - } - } - Unit: { - Id: 0x104 - Range: { - Lv1: 1 - Lv2: 2 - Lv3: 2 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 5 - Lv9: 5 - Lv10: 6 - } - Interval: 500 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 2556 - Name: "RL_FLICKER" - Description: "Flicker" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - Requirements: { - SPCost: 2 - } -}, -{ - Id: 2557 - Name: "RL_S_STORM" - Description: "Shatter Storm" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 2558 - Name: "RL_E_CHAIN" - Description: "Eternal Chain" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 45 - } -}, -{ - Id: 2559 - Name: "RL_QD_SHOT" - Description: "Quick Draw Shot" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 5 - } -}, -{ - Id: 2560 - Name: "RL_C_MARKER" - Description: "Crimson Marker" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - SkillInstances: 3 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 2561 - Name: "RL_FIREDANCE" - Description: "Fire Dance" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 15 - Lv3: 20 - Lv4: 25 - Lv5: 30 - Lv6: 35 - Lv7: 40 - Lv8: 45 - Lv9: 50 - Lv10: 55 - } - } -}, -{ - Id: 2562 - Name: "RL_H_MINE" - Description: "Howling Mine" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 45 - Lv2: 50 - Lv3: 55 - Lv4: 60 - Lv5: 65 - Lv6: 70 - Lv7: 75 - Lv8: 80 - Lv9: 85 - Lv10: 90 - } - } -}, -{ - Id: 2563 - Name: "RL_P_ALTER" - Description: "Platinum Alter" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 24 - Lv3: 28 - Lv4: 32 - Lv5: 36 - Lv6: 40 - Lv7: 44 - Lv8: 48 - Lv9: 52 - Lv10: 56 - } - } -}, -{ - Id: 2564 - Name: "RL_FALLEN_ANGEL" - Description: "Fallen Angel" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 90 - } -}, -{ - Id: 2565 - Name: "RL_R_TRIP" - Description: "Round Trip" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - KnockBackTiles: 3 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 2566 - Name: "RL_D_TAIL" - Description: "Dragon Tail" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - } -}, -{ - Id: 2567 - Name: "RL_FIRE_RAIN" - Description: "Fire Rain" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 70 - } -}, -{ - Id: 2568 - Name: "RL_HEAT_BARREL" - Description: "Heat Barrel" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } - } -}, -{ - Id: 2569 - Name: "RL_AM_BLAST" - Description: "Anti-Material Blast" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 84 - Lv3: 88 - Lv4: 92 - Lv5: 96 - Lv6: 100 - Lv7: 104 - Lv8: 108 - Lv9: 112 - Lv10: 116 - } - } -}, -{ - Id: 2570 - Name: "RL_SLUGSHOT" - Description: "Slug Shot" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - KnockBackTiles: 6 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 2571 - Name: "RL_HAMMER_OF_GOD" - Description: "Hammer of God" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 80 - Lv3: 90 - Lv4: 100 - Lv5: 110 - Lv6: 120 - Lv7: 130 - Lv8: 140 - Lv9: 150 - Lv10: 160 - } - } -}, -{ - Id: 2572 - Name: "RL_R_TRIP_PLUSATK" - Description: "Round Trip Plus Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreFlee: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2573 - Name: "RL_B_FLICKER_ATK" - Description: "Bind Flicker Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 2574 - Name: "RL_GLITTERING_GREED_ATK" - Description: "Flip The Coin Greed Attack" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 3001 - Name: "KO_YAMIKUMO" - Description: "Yamikumo" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 3002 - Name: "KO_RIGHT" - Description: "Right Hand Mastery" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 3003 - Name: "KO_LEFT" - Description: "Left Hand Mastery" - MaxLevel: 5 - AttackType: "Weapon" - NumberOfHits: 0 -}, -{ - Id: 3004 - Name: "KO_JYUMONJIKIRI" - Description: "Cross Strike" - MaxLevel: 5 - Range: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -2 - AfterCastActDelay: 500 - SkillData1: 3000 - CoolDown: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - WeaponTypes: { - DWDaggers: true - DWSwords: true - DWDaggerSword: true - } - } -}, -{ - Id: 3005 - Name: "KO_SETSUDAN" - Description: "Soul Sever" - MaxLevel: 5 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 16 - Lv3: 20 - Lv4: 24 - Lv5: 28 - Lv6: 32 - Lv7: 36 - Lv8: 40 - Lv9: 44 - Lv10: 48 - } - } -}, -{ - Id: 3006 - Name: "KO_BAKURETSU" - Description: "Bakuretsu Kunai" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - NumberOfHits: 0 - CastTime: { - Lv1: 1000 - Lv2: 1400 - Lv3: 1800 - Lv4: 2200 - Lv5: 2600 - Lv6: 3000 - Lv7: 3400 - Lv8: 3800 - Lv9: 4200 - Lv10: 4600 - } - AfterCastActDelay: 1000 - SkillData1: 100 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } + } +}, +{ + Id: 2536 + Name: "ALL_GUARDIAN_RECALL" + Description: "Guardian's Recall" + MaxLevel: 1 + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: 3000 + CoolDown: 300000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + SkillDelayOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2537 + Name: "ALL_ODINS_POWER" + Description: "Odin's Power" + MaxLevel: 2 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 100 + Lv3: 130 + Lv4: 160 + Lv5: 190 + Lv6: 220 + Lv7: 250 + Lv8: 280 + Lv9: 310 + Lv10: 340 + } + } +}, +{ + Id: 2544 + Name: "MC_CARTDECORATE" + Description: "Change Cart 2" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 40 + State: "Cart" + } +}, +{ + Id: 2551 + Name: "RL_GLITTERING_GREED" + Description: "Flip The Coin Greed" + MaxLevel: 10 + NumberOfHits: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2552 + Name: "RL_RICHS_COIN" + Description: "Rich's Coin" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 2553 + Name: "RL_MASS_SPIRAL" + Description: "Mass Spiral" + MaxLevel: 5 + Range: 15 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 84 + Lv3: 88 + Lv4: 92 + Lv5: 96 + Lv6: 100 + Lv7: 104 + Lv8: 108 + Lv9: 112 + Lv10: 116 + } + } +}, +{ + Id: 2554 + Name: "RL_BANISHING_BUSTER" + Description: "Banishing Buster" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 2555 + Name: "RL_B_TRAP" + Description: "Bind Trap" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillInstances: 3 + CoolDown: { + Lv1: 10000 + Lv2: 11000 + Lv3: 12000 + Lv4: 13000 + Lv5: 14000 + Lv6: 15000 + Lv7: 16000 + Lv8: 17000 + Lv9: 18000 + Lv10: 19000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 32 + Lv3: 34 + Lv4: 36 + Lv5: 38 + Lv6: 40 + Lv7: 42 + Lv8: 44 + Lv9: 46 + Lv10: 48 + } + } + Unit: { + Id: 0x104 + Range: { + Lv1: 1 + Lv2: 2 + Lv3: 2 + Lv4: 3 + Lv5: 3 + Lv6: 4 + Lv7: 4 + Lv8: 5 + Lv9: 5 + Lv10: 6 + } + Interval: 500 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 2556 + Name: "RL_FLICKER" + Description: "Flicker" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + Requirements: { + SPCost: 2 + } +}, +{ + Id: 2557 + Name: "RL_S_STORM" + Description: "Shatter Storm" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 2558 + Name: "RL_E_CHAIN" + Description: "Eternal Chain" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 45 + } +}, +{ + Id: 2559 + Name: "RL_QD_SHOT" + Description: "Quick Draw Shot" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 5 + } +}, +{ + Id: 2560 + Name: "RL_C_MARKER" + Description: "Crimson Marker" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + SkillInstances: 3 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 2561 + Name: "RL_FIREDANCE" + Description: "Fire Dance" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 15 + Lv3: 20 + Lv4: 25 + Lv5: 30 + Lv6: 35 + Lv7: 40 + Lv8: 45 + Lv9: 50 + Lv10: 55 + } + } +}, +{ + Id: 2562 + Name: "RL_H_MINE" + Description: "Howling Mine" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 45 + Lv2: 50 + Lv3: 55 + Lv4: 60 + Lv5: 65 + Lv6: 70 + Lv7: 75 + Lv8: 80 + Lv9: 85 + Lv10: 90 + } + } +}, +{ + Id: 2563 + Name: "RL_P_ALTER" + Description: "Platinum Alter" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 24 + Lv3: 28 + Lv4: 32 + Lv5: 36 + Lv6: 40 + Lv7: 44 + Lv8: 48 + Lv9: 52 + Lv10: 56 + } + } +}, +{ + Id: 2564 + Name: "RL_FALLEN_ANGEL" + Description: "Fallen Angel" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 90 + } +}, +{ + Id: 2565 + Name: "RL_R_TRIP" + Description: "Round Trip" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + KnockBackTiles: 3 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 2566 + Name: "RL_D_TAIL" + Description: "Dragon Tail" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + } +}, +{ + Id: 2567 + Name: "RL_FIRE_RAIN" + Description: "Fire Rain" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 70 + } +}, +{ + Id: 2568 + Name: "RL_HEAT_BARREL" + Description: "Heat Barrel" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } + } +}, +{ + Id: 2569 + Name: "RL_AM_BLAST" + Description: "Anti-Material Blast" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 84 + Lv3: 88 + Lv4: 92 + Lv5: 96 + Lv6: 100 + Lv7: 104 + Lv8: 108 + Lv9: 112 + Lv10: 116 + } + } +}, +{ + Id: 2570 + Name: "RL_SLUGSHOT" + Description: "Slug Shot" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + KnockBackTiles: 6 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 2571 + Name: "RL_HAMMER_OF_GOD" + Description: "Hammer of God" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 80 + Lv3: 90 + Lv4: 100 + Lv5: 110 + Lv6: 120 + Lv7: 130 + Lv8: 140 + Lv9: 150 + Lv10: 160 + } + } +}, +{ + Id: 2572 + Name: "RL_R_TRIP_PLUSATK" + Description: "Round Trip Plus Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreFlee: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2573 + Name: "RL_B_FLICKER_ATK" + Description: "Bind Flicker Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 2574 + Name: "RL_GLITTERING_GREED_ATK" + Description: "Flip The Coin Greed Attack" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 3001 + Name: "KO_YAMIKUMO" + Description: "Yamikumo" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 3002 + Name: "KO_RIGHT" + Description: "Right Hand Mastery" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 3003 + Name: "KO_LEFT" + Description: "Left Hand Mastery" + MaxLevel: 5 + AttackType: "Weapon" + NumberOfHits: 0 +}, +{ + Id: 3004 + Name: "KO_JYUMONJIKIRI" + Description: "Cross Strike" + MaxLevel: 5 + Range: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -2 + AfterCastActDelay: 500 + SkillData1: 3000 + CoolDown: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + WeaponTypes: { + DWDaggers: true + DWSwords: true + DWDaggerSword: true + } + } +}, +{ + Id: 3005 + Name: "KO_SETSUDAN" + Description: "Soul Sever" + MaxLevel: 5 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 16 + Lv3: 20 + Lv4: 24 + Lv5: 28 + Lv6: 32 + Lv7: 36 + Lv8: 40 + Lv9: 44 + Lv10: 48 + } + } +}, +{ + Id: 3006 + Name: "KO_BAKURETSU" + Description: "Bakuretsu Kunai" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + NumberOfHits: 0 + CastTime: { + Lv1: 1000 + Lv2: 1400 + Lv3: 1800 + Lv4: 2200 + Lv5: 2600 + Lv6: 3000 + Lv7: 3400 + Lv8: 3800 + Lv9: 4200 + Lv10: 4600 + } + AfterCastActDelay: 1000 + SkillData1: 100 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } // Items: { // Explosive_Kunai: 1 // } - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 3007 - Name: "KO_HAPPOKUNAI" - Description: "Happo Kunai" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: { - Lv1: 4 - Lv2: 4 - Lv3: 4 - Lv4: 4 - Lv5: 5 - Lv6: 5 - Lv7: 5 - Lv8: 5 - Lv9: 5 - Lv10: 5 - } - NumberOfHits: 0 - AfterCastActDelay: 500 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 9 - Lv3: 10 - Lv4: 11 - Lv5: 12 - Lv6: 13 - Lv7: 14 - Lv8: 15 - Lv9: 16 - Lv10: 17 - } - AmmoTypes: { - A_KUNAI: true - } - AmmoAmount: 8 - } -}, -{ - Id: 3008 - Name: "KO_MUCHANAGE" - Description: "Mucha Nage" - MaxLevel: 10 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Misc" - DamageType: { - SplashArea: true - IgnoreElement: true - } - SplashRange: 2 - NumberOfHits: -10 - CastTime: 1000 - SkillData1: 100 - CoolDown: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 50 - ZenyCost: { - Lv1: 10000 - Lv2: 20000 - Lv3: 30000 - Lv4: 40000 - Lv5: 50000 - Lv6: 60000 - Lv7: 70000 - Lv8: 80000 - Lv9: 90000 - Lv10: 100000 - } - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 3009 - Name: "KO_HUUMARANKA" - Description: "Huuma Shuriken Ranka" - MaxLevel: 5 - Range: { - Lv1: 9 - Lv2: 10 - Lv3: 11 - Lv4: 12 - Lv5: 13 - Lv6: 14 - Lv7: 15 - Lv8: 16 - Lv9: 17 - Lv10: 18 - } - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 - NumberOfHits: -5 - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - AfterCastActDelay: 1000 - SkillData1: 100 - CoolDown: 3000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } - WeaponTypes: { - FuumaShurikens: true - } - } - Unit: { - Id: 0x86 - Range: 3 - Interval: 100 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 3010 - Name: "KO_MAKIBISHI" - Description: "Makibishi" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - Trap: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - SkillData2: 10000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 9 - Lv2: 12 - Lv3: 15 - Lv4: 18 - Lv5: 21 - Lv6: 24 - Lv7: 27 - Lv8: 30 - Lv9: 33 - Lv10: 36 - } + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 3007 + Name: "KO_HAPPOKUNAI" + Description: "Happo Kunai" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: { + Lv1: 4 + Lv2: 4 + Lv3: 4 + Lv4: 4 + Lv5: 5 + Lv6: 5 + Lv7: 5 + Lv8: 5 + Lv9: 5 + Lv10: 5 + } + NumberOfHits: 0 + AfterCastActDelay: 500 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 9 + Lv3: 10 + Lv4: 11 + Lv5: 12 + Lv6: 13 + Lv7: 14 + Lv8: 15 + Lv9: 16 + Lv10: 17 + } + AmmoTypes: { + A_KUNAI: true + } + AmmoAmount: 8 + } +}, +{ + Id: 3008 + Name: "KO_MUCHANAGE" + Description: "Mucha Nage" + MaxLevel: 10 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Misc" + DamageType: { + SplashArea: true + IgnoreElement: true + } + SplashRange: 2 + NumberOfHits: -10 + CastTime: 1000 + SkillData1: 100 + CoolDown: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 50 + ZenyCost: { + Lv1: 10000 + Lv2: 20000 + Lv3: 30000 + Lv4: 40000 + Lv5: 50000 + Lv6: 60000 + Lv7: 70000 + Lv8: 80000 + Lv9: 90000 + Lv10: 100000 + } + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 3009 + Name: "KO_HUUMARANKA" + Description: "Huuma Shuriken Ranka" + MaxLevel: 5 + Range: { + Lv1: 9 + Lv2: 10 + Lv3: 11 + Lv4: 12 + Lv5: 13 + Lv6: 14 + Lv7: 15 + Lv8: 16 + Lv9: 17 + Lv10: 18 + } + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 + NumberOfHits: -5 + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + AfterCastActDelay: 1000 + SkillData1: 100 + CoolDown: 3000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } + WeaponTypes: { + FuumaShurikens: true + } + } + Unit: { + Id: 0x86 + Range: 3 + Interval: 100 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 3010 + Name: "KO_MAKIBISHI" + Description: "Makibishi" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + Trap: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + SkillData2: 10000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 9 + Lv2: 12 + Lv3: 15 + Lv4: 18 + Lv5: 21 + Lv6: 24 + Lv7: 27 + Lv8: 30 + Lv9: 33 + Lv10: 36 + } // Items: { // Makibishi: { // Lv1: 3 @@ -32068,6598 +32068,6598 @@ skill_db: ( // Lv5: 7 // } // } - } - Unit: { - Id: 0xfc - Interval: 5000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 3011 - Name: "KO_MEIKYOUSISUI" - Description: "Meikyo Shisui" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - InterruptCast: true - CastTime: 3000 - SkillData1: 10000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 3012 - Name: "KO_ZANZOU" - Description: "Zanzou" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillInstances: 1 - KnockBackTiles: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 27000 - Lv3: 24000 - Lv4: 21000 - Lv5: 18000 - Lv6: 15000 - Lv7: 12000 - Lv8: 9000 - Lv9: 6000 - Lv10: 3000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 3013 - Name: "KO_KYOUGAKU" - Description: "Kyougaku" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 3014 - Name: "KO_JYUSATSU" - Description: "Jyusatsu" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 8000 - Lv2: 10000 - Lv3: 12000 - Lv4: 14000 - Lv5: 16000 - Lv6: 18000 - Lv7: 20000 - Lv8: 22000 - Lv9: 24000 - Lv10: 26000 - } - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 3015 - Name: "KO_KAHU_ENTEN" - Description: "Kahu Enten" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - CastTime: 2000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 + } + Unit: { + Id: 0xfc + Interval: 5000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 3011 + Name: "KO_MEIKYOUSISUI" + Description: "Meikyo Shisui" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + InterruptCast: true + CastTime: 3000 + SkillData1: 10000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 3012 + Name: "KO_ZANZOU" + Description: "Zanzou" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillInstances: 1 + KnockBackTiles: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 27000 + Lv3: 24000 + Lv4: 21000 + Lv5: 18000 + Lv6: 15000 + Lv7: 12000 + Lv8: 9000 + Lv9: 6000 + Lv10: 3000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 3013 + Name: "KO_KYOUGAKU" + Description: "Kyougaku" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 3014 + Name: "KO_JYUSATSU" + Description: "Jyusatsu" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 8000 + Lv2: 10000 + Lv3: 12000 + Lv4: 14000 + Lv5: 16000 + Lv6: 18000 + Lv7: 20000 + Lv8: 22000 + Lv9: 24000 + Lv10: 26000 + } + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 3015 + Name: "KO_KAHU_ENTEN" + Description: "Kahu Enten" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + CastTime: 2000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 // Items: { // Charm_Fire: 1 // } - } -}, -{ - Id: 3016 - Name: "KO_HYOUHU_HUBUKI" - Description: "Hyouhu Hubuki" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Water" - DamageType: { - NoDamage: true - } - CastTime: 2000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 + } +}, +{ + Id: 3016 + Name: "KO_HYOUHU_HUBUKI" + Description: "Hyouhu Hubuki" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Water" + DamageType: { + NoDamage: true + } + CastTime: 2000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 // Items: { // Charm_Ice: 1 // } - } -}, -{ - Id: 3017 - Name: "KO_KAZEHU_SEIRAN" - Description: "Kazehu Seiran" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Wind" - DamageType: { - NoDamage: true - } - CastTime: 2000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 + } +}, +{ + Id: 3017 + Name: "KO_KAZEHU_SEIRAN" + Description: "Kazehu Seiran" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Wind" + DamageType: { + NoDamage: true + } + CastTime: 2000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 // Items: { // Charm_Wind: 1 // } - } -}, -{ - Id: 3018 - Name: "KO_DOHU_KOUKAI" - Description: "Dohu Koukai" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Earth" - DamageType: { - NoDamage: true - } - CastTime: 2000 - SkillData1: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: 20 + } +}, +{ + Id: 3018 + Name: "KO_DOHU_KOUKAI" + Description: "Dohu Koukai" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Earth" + DamageType: { + NoDamage: true + } + CastTime: 2000 + SkillData1: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: 20 // Items: { // Charm_Earth: 1 // } - } -}, -{ - Id: 3019 - Name: "KO_KAIHOU" - Description: "Technique Kaihou" - MaxLevel: 5 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - NumberOfHits: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 3020 - Name: "KO_ZENKAI" - Description: "Zenkai" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Magic" - NumberOfHits: 3 - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 10000 - SkillData2: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - } - Unit: { - Id: 0xf8 - Range: 3 - Interval: 500 - Target: "All" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 3021 - Name: "KO_GENWAKU" - Description: "Genwaku" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 3000 - Lv2: 2500 - Lv3: 2000 - Lv4: 1500 - Lv5: 1000 - Lv6: 500 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - AfterCastActDelay: 1000 - SkillData1: 5000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 44 - Lv3: 48 - Lv4: 52 - Lv5: 56 - Lv6: 60 - Lv7: 64 - Lv8: 68 - Lv9: 72 - Lv10: 76 - } - } -}, -{ - Id: 3022 - Name: "KO_IZAYOI" - Description: "Izayoi" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - CoolDown: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 75 - Lv3: 80 - Lv4: 85 - Lv5: 90 - Lv6: 95 - Lv7: 100 - Lv8: 105 - Lv9: 110 - Lv10: 115 - } - } -}, -{ - Id: 3023 - Name: "KG_KAGEHUMI" - Description: "Kagehumi" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 3 - Lv3: 4 - Lv4: 5 - Lv5: 6 - Lv6: 7 - Lv7: 8 - Lv8: 9 - Lv9: 10 - Lv10: 11 - } - NumberOfHits: 0 - SkillData1: { - Lv1: 5000 - Lv2: 6000 - Lv3: 7000 - Lv4: 8000 - Lv5: 9000 - Lv6: 10000 - Lv7: 11000 - Lv8: 12000 - Lv9: 13000 - Lv10: 14000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 65 - Lv3: 70 - Lv4: 75 - Lv5: 80 - Lv6: 85 - Lv7: 90 - Lv8: 95 - Lv9: 100 - Lv10: 105 - } - } -}, -{ - Id: 3024 - Name: "KG_KYOMU" - Description: "Kyomu" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 20000 - FixedCastTime: -1 - Requirements: { - SPCost: 50 + } +}, +{ + Id: 3019 + Name: "KO_KAIHOU" + Description: "Technique Kaihou" + MaxLevel: 5 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + NumberOfHits: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 3020 + Name: "KO_ZENKAI" + Description: "Zenkai" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Magic" + NumberOfHits: 3 + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 10000 + SkillData2: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + } + Unit: { + Id: 0xf8 + Range: 3 + Interval: 500 + Target: "All" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 3021 + Name: "KO_GENWAKU" + Description: "Genwaku" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 3000 + Lv2: 2500 + Lv3: 2000 + Lv4: 1500 + Lv5: 1000 + Lv6: 500 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + AfterCastActDelay: 1000 + SkillData1: 5000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 76 + } + } +}, +{ + Id: 3022 + Name: "KO_IZAYOI" + Description: "Izayoi" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + CoolDown: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 75 + Lv3: 80 + Lv4: 85 + Lv5: 90 + Lv6: 95 + Lv7: 100 + Lv8: 105 + Lv9: 110 + Lv10: 115 + } + } +}, +{ + Id: 3023 + Name: "KG_KAGEHUMI" + Description: "Kagehumi" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 + Lv10: 11 + } + NumberOfHits: 0 + SkillData1: { + Lv1: 5000 + Lv2: 6000 + Lv3: 7000 + Lv4: 8000 + Lv5: 9000 + Lv6: 10000 + Lv7: 11000 + Lv8: 12000 + Lv9: 13000 + Lv10: 14000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 65 + Lv3: 70 + Lv4: 75 + Lv5: 80 + Lv6: 85 + Lv7: 90 + Lv8: 95 + Lv9: 100 + Lv10: 105 + } + } +}, +{ + Id: 3024 + Name: "KG_KYOMU" + Description: "Kyomu" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 20000 + FixedCastTime: -1 + Requirements: { + SPCost: 50 // Items: { // Shadow_Orb: 1 // } - } -}, -{ - Id: 3025 - Name: "KG_KAGEMUSYA" - Description: "Kagemusha" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 65 - Lv10: 70 - } + } +}, +{ + Id: 3025 + Name: "KG_KAGEMUSYA" + Description: "Kagemusha" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 65 + Lv10: 70 + } // Items: { // Shadow_Orb: 1 // } - } -}, -{ - Id: 3026 - Name: "OB_ZANGETSU" - Description: "Zangetsu" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 75000 - Lv3: 90000 - Lv4: 105000 - Lv5: 120000 - Lv6: 135000 - Lv7: 150000 - Lv8: 165000 - Lv9: 180000 - Lv10: 195000 - } - CoolDown: 30000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - } -}, -{ - Id: 3027 - Name: "OB_OBOROGENSOU" - Description: "Oboro Gensou" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CastTime: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 55 - Lv2: 60 - Lv3: 65 - Lv4: 70 - Lv5: 75 - Lv6: 80 - Lv7: 85 - Lv8: 90 - Lv9: 95 - Lv10: 100 - } - } -}, -{ - Id: 3028 - Name: "OB_OBOROGENSOU_TRANSITION_ATK" - Description: "Hazy Moonlight Illusion Transition Attack" - MaxLevel: 1 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 3 -}, -{ - Id: 3029 - Name: "OB_AKAITSUKI" - Description: "Akaitsuki" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - CoolDown: 30000 - FixedCastTime: 2000 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - } -}, -{ - Id: 3031 - Name: "ECL_SNOWFLIP" - Description: "Snow Flip" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CoolDown: 5000 - FixedCastTime: 0 -}, -{ - Id: 3032 - Name: "ECL_PEONYMAMY" - Description: "Peony Mamy" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CoolDown: 5000 - FixedCastTime: 0 -}, -{ - Id: 3033 - Name: "ECL_SADAGUI" - Description: "Sadagui" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CoolDown: 5000 - FixedCastTime: 0 -}, -{ - Id: 3034 - Name: "ECL_SEQUOIADUST" - Description: "Sequoia Dust" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - CoolDown: 5000 - FixedCastTime: 0 -}, -{ - Id: 3035 - Name: "ECLAGE_RECALL" - Description: "Return To Eclage" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CoolDown: 300000 - FixedCastTime: 3000 -}, -{ - Id: 5001 - Name: "GC_DARKCROW" - Description: "Dark Claw" - MaxLevel: 5 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - AfterCastActDelay: 1500 - SkillData1: 5000 - CoolDown: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 34 - Lv3: 46 - Lv4: 58 - Lv5: 70 - Lv6: 82 - Lv7: 94 - Lv8: 106 - Lv9: 118 - Lv10: 130 - } - } -}, -{ - Id: 5002 - Name: "RA_UNLIMIT" - Description: "Unlimited" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 500 - SkillData1: 60000 - CoolDown: 300000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 120 - Lv3: 140 - Lv4: 160 - Lv5: 180 - Lv6: 200 - Lv7: 220 - Lv8: 240 - Lv9: 260 - Lv10: 280 - } - } -}, -{ - Id: 5003 - Name: "GN_ILLUSIONDOPING" - Description: "Illusion Doping" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 4 - Lv2: 5 - Lv3: 6 - Lv4: 7 - Lv5: 8 - Lv6: 9 - Lv7: 10 - Lv8: 11 - Lv9: 12 - Lv10: 13 - } - SkillData1: 10000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } + } +}, +{ + Id: 3026 + Name: "OB_ZANGETSU" + Description: "Zangetsu" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 75000 + Lv3: 90000 + Lv4: 105000 + Lv5: 120000 + Lv6: 135000 + Lv7: 150000 + Lv8: 165000 + Lv9: 180000 + Lv10: 195000 + } + CoolDown: 30000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + } +}, +{ + Id: 3027 + Name: "OB_OBOROGENSOU" + Description: "Oboro Gensou" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CastTime: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 55 + Lv2: 60 + Lv3: 65 + Lv4: 70 + Lv5: 75 + Lv6: 80 + Lv7: 85 + Lv8: 90 + Lv9: 95 + Lv10: 100 + } + } +}, +{ + Id: 3028 + Name: "OB_OBOROGENSOU_TRANSITION_ATK" + Description: "Hazy Moonlight Illusion Transition Attack" + MaxLevel: 1 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 3 +}, +{ + Id: 3029 + Name: "OB_AKAITSUKI" + Description: "Akaitsuki" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + CoolDown: 30000 + FixedCastTime: 2000 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + } +}, +{ + Id: 3031 + Name: "ECL_SNOWFLIP" + Description: "Snow Flip" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CoolDown: 5000 + FixedCastTime: 0 +}, +{ + Id: 3032 + Name: "ECL_PEONYMAMY" + Description: "Peony Mamy" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CoolDown: 5000 + FixedCastTime: 0 +}, +{ + Id: 3033 + Name: "ECL_SADAGUI" + Description: "Sadagui" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CoolDown: 5000 + FixedCastTime: 0 +}, +{ + Id: 3034 + Name: "ECL_SEQUOIADUST" + Description: "Sequoia Dust" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + CoolDown: 5000 + FixedCastTime: 0 +}, +{ + Id: 3035 + Name: "ECLAGE_RECALL" + Description: "Return To Eclage" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CoolDown: 300000 + FixedCastTime: 3000 +}, +{ + Id: 5001 + Name: "GC_DARKCROW" + Description: "Dark Claw" + MaxLevel: 5 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + AfterCastActDelay: 1500 + SkillData1: 5000 + CoolDown: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 34 + Lv3: 46 + Lv4: 58 + Lv5: 70 + Lv6: 82 + Lv7: 94 + Lv8: 106 + Lv9: 118 + Lv10: 130 + } + } +}, +{ + Id: 5002 + Name: "RA_UNLIMIT" + Description: "Unlimited" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 500 + SkillData1: 60000 + CoolDown: 300000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 120 + Lv3: 140 + Lv4: 160 + Lv5: 180 + Lv6: 200 + Lv7: 220 + Lv8: 240 + Lv9: 260 + Lv10: 280 + } + } +}, +{ + Id: 5003 + Name: "GN_ILLUSIONDOPING" + Description: "Illusion Doping" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 4 + Lv2: 5 + Lv3: 6 + Lv4: 7 + Lv5: 8 + Lv6: 9 + Lv7: 10 + Lv8: 11 + Lv9: 12 + Lv10: 13 + } + SkillData1: 10000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } // Items: { // Alchol: 1 // } - } -}, -{ - Id: 5004 - Name: "RK_DRAGONBREATH_WATER" - Description: "Dragon Breath - Water" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Water" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 4 - Lv10: 4 - } - CastTime: { - Lv1: 0 - Lv2: 0 - Lv3: 0 - Lv4: 1000 - Lv5: 1000 - Lv6: 1000 - Lv7: 1500 - Lv8: 1500 - Lv9: 2000 - Lv10: 2000 - } - AfterCastActDelay: 2000 - SkillData1: 10000 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - State: "Dragon" - } -}, -{ - Id: 5005 - Name: "RK_LUXANIMA" - Description: "Lux Anima" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - SkillData1: 60000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 5006 - Name: "NC_MAGMA_ERUPTION" - Description: "Magma Eruption" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Misc" - Element: "Ele_Fire" - SkillInstances: 3 - CastTime: 1000 - SkillData1: 10000 - SkillData2: 42000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 70 - Lv3: 80 - Lv4: 90 - Lv5: 100 - Lv6: 110 - Lv7: 120 - Lv8: 130 - Lv9: 140 - Lv10: 150 - } - } - Unit: { - Id: 0x101 - Range: 3 - Interval: 2000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 5007 - Name: "WM_FRIGG_SONG" - Description: "Frigg's Song" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - SkillData1: 60000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 200 - Lv2: 230 - Lv3: 260 - Lv4: 290 - Lv5: 320 - Lv6: 350 - Lv7: 380 - Lv8: 410 - Lv9: 440 - Lv10: 470 - } - WeaponTypes: { - Instruments: true - Whips: true - } + } +}, +{ + Id: 5004 + Name: "RK_DRAGONBREATH_WATER" + Description: "Dragon Breath - Water" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Water" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 4 + Lv10: 4 + } + CastTime: { + Lv1: 0 + Lv2: 0 + Lv3: 0 + Lv4: 1000 + Lv5: 1000 + Lv6: 1000 + Lv7: 1500 + Lv8: 1500 + Lv9: 2000 + Lv10: 2000 + } + AfterCastActDelay: 2000 + SkillData1: 10000 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + State: "Dragon" + } +}, +{ + Id: 5005 + Name: "RK_LUXANIMA" + Description: "Lux Anima" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + SkillData1: 60000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 5006 + Name: "NC_MAGMA_ERUPTION" + Description: "Magma Eruption" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Misc" + Element: "Ele_Fire" + SkillInstances: 3 + CastTime: 1000 + SkillData1: 10000 + SkillData2: 42000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 70 + Lv3: 80 + Lv4: 90 + Lv5: 100 + Lv6: 110 + Lv7: 120 + Lv8: 130 + Lv9: 140 + Lv10: 150 + } + } + Unit: { + Id: 0x101 + Range: 3 + Interval: 2000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 5007 + Name: "WM_FRIGG_SONG" + Description: "Frigg's Song" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + SkillData1: 60000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 200 + Lv2: 230 + Lv3: 260 + Lv4: 290 + Lv5: 320 + Lv6: 350 + Lv7: 380 + Lv8: 410 + Lv9: 440 + Lv10: 470 + } + WeaponTypes: { + Instruments: true + Whips: true + } // Items: { // Heartbroken_Tears: 1 // } - } -}, -{ - Id: 5008 - Name: "SO_ELEMENTAL_SHIELD" - Description: "Elemental Shield" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - CastTime: 1000 - SkillData1: 10000 - CoolDown: 10000 - FixedCastTime: -1 - Requirements: { - SPCost: 120 - State: "ElementalSpirit" + } +}, +{ + Id: 5008 + Name: "SO_ELEMENTAL_SHIELD" + Description: "Elemental Shield" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + CastTime: 1000 + SkillData1: 10000 + CoolDown: 10000 + FixedCastTime: -1 + Requirements: { + SPCost: 120 + State: "ElementalSpirit" // Items: { // Blue_Gemstone: 1 // } - } - Unit: { - Id: 0x7e - Interval: -1 - Target: "All" - Flag: { - UF_DEFNOTENEMY: true - UF_NOREITERATION: true - } - } -}, -{ - Id: 5009 - Name: "SR_FLASHCOMBO" - Description: "Flash Combo" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - AfterCastActDelay: 4000 - SkillData1: 4000 - FixedCastTime: -1 - Requirements: { - SPCost: 65 - SpiritSphereCost: { - Lv1: 5 - Lv2: 5 - Lv3: 4 - Lv4: 4 - Lv5: 3 - Lv6: 3 - Lv7: 2 - Lv8: 2 - Lv9: 1 - Lv10: 1 - } - } -}, -{ - Id: 5010 - Name: "SC_ESCAPE" - Description: "Emergency Escape" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 1000 - CoolDown: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 26 - Lv3: 22 - Lv4: 18 - Lv5: 14 - Lv6: 10 - Lv7: 6 - Lv8: 2 - Lv9: 1 - Lv10: 1 - } + } + Unit: { + Id: 0x7e + Interval: -1 + Target: "All" + Flag: { + UF_DEFNOTENEMY: true + UF_NOREITERATION: true + } + } +}, +{ + Id: 5009 + Name: "SR_FLASHCOMBO" + Description: "Flash Combo" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + AfterCastActDelay: 4000 + SkillData1: 4000 + FixedCastTime: -1 + Requirements: { + SPCost: 65 + SpiritSphereCost: { + Lv1: 5 + Lv2: 5 + Lv3: 4 + Lv4: 4 + Lv5: 3 + Lv6: 3 + Lv7: 2 + Lv8: 2 + Lv9: 1 + Lv10: 1 + } + } +}, +{ + Id: 5010 + Name: "SC_ESCAPE" + Description: "Emergency Escape" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 1000 + CoolDown: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 26 + Lv3: 22 + Lv4: 18 + Lv5: 14 + Lv6: 10 + Lv7: 6 + Lv8: 2 + Lv9: 1 + Lv10: 1 + } // Items: { // Special_Alloy_Trap: 1 // } - } - Unit: { - Id: 0xfe - Range: 2 - Interval: -1 - Target: "Enemy" - } -}, -{ - Id: 5011 - Name: "AB_OFFERTORIUM" - Description: "Offertorium" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: 4000 - SkillData1: 90000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 60 - Lv3: 90 - Lv4: 120 - Lv5: 150 - Lv6: 180 - Lv7: 210 - Lv8: 240 - Lv9: 270 - Lv10: 300 - } - } -}, -{ - Id: 5012 - Name: "WL_TELEKINESIS_INTENSE" - Description: "Intense Telekinesis" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: 1000 - SkillData1: 60000 - CoolDown: 300000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 100 - Lv2: 150 - Lv3: 200 - Lv4: 250 - Lv5: 300 - Lv6: 350 - Lv7: 400 - Lv8: 450 - Lv9: 500 - Lv10: 550 - } - } -}, -{ - Id: 5013 - Name: "LG_KINGS_GRACE" - Description: "King's Grace" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 5 - CastTime: 1000 - SkillData1: 5000 - CoolDown: { - Lv1: 100000 - Lv2: 90000 - Lv3: 80000 - Lv4: 70000 - Lv5: 60000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 200 - Lv2: 180 - Lv3: 160 - Lv4: 140 - Lv5: 120 - Lv6: 100 - Lv7: 80 - Lv8: 60 - Lv9: 40 - Lv10: 20 - } - } -}, -{ - Id: 5014 - Name: "ALL_FULL_THROTTLE" - Description: "Full Throttle" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 10000 - Lv2: 15000 - Lv3: 20000 - Lv4: 25000 - Lv5: 30000 - Lv6: 35000 - Lv7: 40000 - Lv8: 45000 - Lv9: 50000 - Lv10: 55000 - } - SkillData2: 10000 - CoolDown: 1800000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 5018 - Name: "SU_BASIC_SKILL" - Description: "New Basic Skill" - MaxLevel: 1 - NumberOfHits: 0 -}, -{ - Id: 5019 - Name: "SU_BITE" - Description: "Bite" - MaxLevel: 1 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 5020 - Name: "SU_HIDE" - Description: "Hide" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: -1 - CoolDown: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - } -}, -{ - Id: 5021 - Name: "SU_SCRATCH" - Description: "Scratch" - MaxLevel: 3 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 10000 - CoolDown: { - Lv1: 3000 - Lv2: 2000 - Lv3: 1000 - Lv4: 1 - Lv5: 1 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 5022 - Name: "SU_STOOP" - Description: "Stoop" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 6000 - CoolDown: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 5023 - Name: "SU_LOPE" - Description: "Lope" - MaxLevel: 3 - Range: { - Lv1: 6 - Lv2: 10 - Lv3: 14 - Lv4: 18 - Lv5: 22 - Lv6: 26 - Lv7: 30 - Lv8: 34 - Lv9: 38 - Lv10: 42 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 500 - AfterCastActDelay: 1000 - CoolDown: { - Lv1: 2000 - Lv2: 4000 - Lv3: 6000 - Lv4: 8000 - Lv5: 10000 - Lv6: 12000 - Lv7: 14000 - Lv8: 16000 - Lv9: 18000 - Lv10: 20000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 30 - Lv3: 30 - Lv4: 30 - Lv5: 30 - Lv6: 30 - Lv7: 30 - Lv8: 30 - Lv9: 30 - Lv10: 30 - } - } -}, -{ - Id: 5024 - Name: "SU_SPRITEMABLE" - Description: "Spirit Marble" - MaxLevel: 1 - NumberOfHits: 0 -}, -{ - Id: 5025 - Name: "SU_POWEROFLAND" - Description: "Power of Land" - MaxLevel: 1 - NumberOfHits: 0 -}, -{ - Id: 5026 - Name: "SU_SV_STEMSPEAR" - Description: "Silvervine Stem Spear" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: { - Lv1: "Ele_Earth" - Lv2: "Ele_Fire" - Lv3: "Ele_Water" - Lv4: "Ele_Wind" - Lv5: "Ele_Ghost" - } - InterruptCast: true - CastTime: 2500 - AfterCastActDelay: 1000 - SkillData1: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 40 - Lv3: 40 - Lv4: 40 - Lv5: 40 - Lv6: 40 - Lv7: 40 - Lv8: 40 - Lv9: 40 - Lv10: 40 - } - } -}, -{ - Id: 5027 - Name: "SU_CN_POWDERING" - Description: "Catnip Powdering" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: { - Lv1: 3 - Lv2: 3 - Lv3: 5 - Lv4: 5 - Lv5: 7 - } - InterruptCast: true - SkillInstances: 1 - CastTime: 1500 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 3000 - Lv2: 4000 - Lv3: 5000 - Lv4: 6000 - Lv5: 7000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 36 - Lv3: 32 - Lv4: 28 - Lv5: 24 - } + } + Unit: { + Id: 0xfe + Range: 2 + Interval: -1 + Target: "Enemy" + } +}, +{ + Id: 5011 + Name: "AB_OFFERTORIUM" + Description: "Offertorium" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: 4000 + SkillData1: 90000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 60 + Lv3: 90 + Lv4: 120 + Lv5: 150 + Lv6: 180 + Lv7: 210 + Lv8: 240 + Lv9: 270 + Lv10: 300 + } + } +}, +{ + Id: 5012 + Name: "WL_TELEKINESIS_INTENSE" + Description: "Intense Telekinesis" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: 1000 + SkillData1: 60000 + CoolDown: 300000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 100 + Lv2: 150 + Lv3: 200 + Lv4: 250 + Lv5: 300 + Lv6: 350 + Lv7: 400 + Lv8: 450 + Lv9: 500 + Lv10: 550 + } + } +}, +{ + Id: 5013 + Name: "LG_KINGS_GRACE" + Description: "King's Grace" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 5 + CastTime: 1000 + SkillData1: 5000 + CoolDown: { + Lv1: 100000 + Lv2: 90000 + Lv3: 80000 + Lv4: 70000 + Lv5: 60000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 200 + Lv2: 180 + Lv3: 160 + Lv4: 140 + Lv5: 120 + Lv6: 100 + Lv7: 80 + Lv8: 60 + Lv9: 40 + Lv10: 20 + } + } +}, +{ + Id: 5014 + Name: "ALL_FULL_THROTTLE" + Description: "Full Throttle" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 10000 + Lv2: 15000 + Lv3: 20000 + Lv4: 25000 + Lv5: 30000 + Lv6: 35000 + Lv7: 40000 + Lv8: 45000 + Lv9: 50000 + Lv10: 55000 + } + SkillData2: 10000 + CoolDown: 1800000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 5018 + Name: "SU_BASIC_SKILL" + Description: "New Basic Skill" + MaxLevel: 1 + NumberOfHits: 0 +}, +{ + Id: 5019 + Name: "SU_BITE" + Description: "Bite" + MaxLevel: 1 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 5020 + Name: "SU_HIDE" + Description: "Hide" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: -1 + CoolDown: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + } +}, +{ + Id: 5021 + Name: "SU_SCRATCH" + Description: "Scratch" + MaxLevel: 3 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 10000 + CoolDown: { + Lv1: 3000 + Lv2: 2000 + Lv3: 1000 + Lv4: 1 + Lv5: 1 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 5022 + Name: "SU_STOOP" + Description: "Stoop" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 6000 + CoolDown: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 5023 + Name: "SU_LOPE" + Description: "Lope" + MaxLevel: 3 + Range: { + Lv1: 6 + Lv2: 10 + Lv3: 14 + Lv4: 18 + Lv5: 22 + Lv6: 26 + Lv7: 30 + Lv8: 34 + Lv9: 38 + Lv10: 42 + } + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 500 + AfterCastActDelay: 1000 + CoolDown: { + Lv1: 2000 + Lv2: 4000 + Lv3: 6000 + Lv4: 8000 + Lv5: 10000 + Lv6: 12000 + Lv7: 14000 + Lv8: 16000 + Lv9: 18000 + Lv10: 20000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 30 + Lv3: 30 + Lv4: 30 + Lv5: 30 + Lv6: 30 + Lv7: 30 + Lv8: 30 + Lv9: 30 + Lv10: 30 + } + } +}, +{ + Id: 5024 + Name: "SU_SPRITEMABLE" + Description: "Spirit Marble" + MaxLevel: 1 + NumberOfHits: 0 +}, +{ + Id: 5025 + Name: "SU_POWEROFLAND" + Description: "Power of Land" + MaxLevel: 1 + NumberOfHits: 0 +}, +{ + Id: 5026 + Name: "SU_SV_STEMSPEAR" + Description: "Silvervine Stem Spear" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: { + Lv1: "Ele_Earth" + Lv2: "Ele_Fire" + Lv3: "Ele_Water" + Lv4: "Ele_Wind" + Lv5: "Ele_Ghost" + } + InterruptCast: true + CastTime: 2500 + AfterCastActDelay: 1000 + SkillData1: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 40 + Lv3: 40 + Lv4: 40 + Lv5: 40 + Lv6: 40 + Lv7: 40 + Lv8: 40 + Lv9: 40 + Lv10: 40 + } + } +}, +{ + Id: 5027 + Name: "SU_CN_POWDERING" + Description: "Catnip Powdering" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: { + Lv1: 3 + Lv2: 3 + Lv3: 5 + Lv4: 5 + Lv5: 7 + } + InterruptCast: true + SkillInstances: 1 + CastTime: 1500 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 3000 + Lv2: 4000 + Lv3: 5000 + Lv4: 6000 + Lv5: 7000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 36 + Lv3: 32 + Lv4: 28 + Lv5: 24 + } // Items: { // Catnip_Fruit: 1 // } - } - Unit: { - Id: 0x106 - Layout: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - } - Interval: -1 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 5028 - Name: "SU_CN_METEOR" - Description: "Catnip Meteor" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Magic" - SplashRange: { - Lv1: 3 - Lv2: 3 - Lv3: 5 - Lv4: 5 - Lv5: 7 - } - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - } - InterruptCast: true - CastTime: 6000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 1500 - Lv2: 2000 - Lv3: 2500 - Lv4: 3000 - Lv5: 3500 - } - SkillData2: 20000 - CoolDown: { - Lv1: 2000 - Lv2: 3000 - Lv3: 4000 - Lv4: 5000 - Lv5: 6000 + } + Unit: { + Id: 0x106 + Layout: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + } + Interval: -1 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 5028 + Name: "SU_CN_METEOR" + Description: "Catnip Meteor" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Magic" + SplashRange: { + Lv1: 3 + Lv2: 3 + Lv3: 5 + Lv4: 5 + Lv5: 7 + } + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + } + InterruptCast: true + CastTime: 6000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 1500 + Lv2: 2000 + Lv3: 2500 + Lv4: 3000 + Lv5: 3500 + } + SkillData2: 20000 + CoolDown: { + Lv1: 2000 + Lv2: 3000 + Lv3: 4000 + Lv4: 5000 + Lv5: 6000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 35 - Lv3: 50 - Lv4: 65 - Lv5: 80 - } + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 35 + Lv3: 50 + Lv4: 65 + Lv5: 80 + } // Items: { // Catnip_Fruit: 1 // } - } - Unit: { - Id: 0x86 - Range: 1 - Interval: 500 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 5029 - Name: "SU_SV_ROOTTWIST" - Description: "Silvervine Root Twist" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillInstances: 1 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 7000 - Lv2: 9000 - Lv3: 11000 - Lv4: 13000 - Lv5: 15000 - Lv6: 17000 - Lv7: 19000 - Lv8: 21000 - Lv9: 23000 - Lv10: 25000 - } - CoolDown: 3000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 12 - Lv3: 14 - Lv4: 16 - Lv5: 18 - Lv6: 20 - Lv7: 22 - Lv8: 24 - Lv9: 26 - Lv10: 28 - } - } - Unit: { - Id: 0x107 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_PATHCHECK: true - } - } -}, -{ - Id: 5030 - Name: "SU_SV_ROOTTWIST_ATK" - Description: "Silver Vine Root Twist Attack" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Poison" - DamageType: { - IgnoreElement: true - IgnoreDefense: true - } - SkillInstances: 1 - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 5031 - Name: "SU_POWEROFLIFE" - Description: "Power of Life" - MaxLevel: 1 - NumberOfHits: 0 -}, -{ - Id: 5032 - Name: "SU_SCAROFTAROU" - Description: "Scar of Tarou" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - InterruptCast: true - CastTime: 500 - AfterCastActDelay: 1000 - SkillData1: 9000 - SkillData2: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 14 - Lv3: 18 - Lv4: 22 - Lv5: 26 - Lv6: 30 - Lv7: 34 - Lv8: 38 - Lv9: 42 - Lv10: 46 - } - } -}, -{ - Id: 5033 - Name: "SU_PICKYPECK" - Description: "Picky Peck" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -5 - InterruptCast: true - CastTime: 2500 - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 19 - Lv3: 28 - Lv4: 37 - Lv5: 46 - Lv6: 55 - Lv7: 64 - Lv8: 73 - Lv9: 82 - Lv10: 91 - } - } -}, -{ - Id: 5034 - Name: "SU_PICKYPECK_DOUBLE_ATK" - Description: "Picky Peck Double Attack" - MaxLevel: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: -5 - InterruptCast: true - AfterCastActDelay: 1000 - FixedCastTime: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 5035 - Name: "SU_ARCLOUSEDASH" - Description: "Arclouse Dash" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2500 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 100000 - Lv6: 110000 - Lv7: 120000 - Lv8: 130000 - Lv9: 140000 - Lv10: 150000 - } - CoolDown: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 20 - Lv3: 28 - Lv4: 36 - Lv5: 44 - Lv6: 52 - Lv7: 60 - Lv8: 68 - Lv9: 76 - Lv10: 84 - } - } -}, -{ - Id: 5036 - Name: "SU_LUNATICCARROTBEAT" - Description: "Lunatic Carrot Beat" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - InterruptCast: true - CastTime: 3000 - AfterCastActDelay: 1000 - SkillData1: 1000 - CoolDown: 8000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 25 - Lv3: 35 - Lv4: 45 - Lv5: 55 - Lv6: 65 - Lv7: 75 - Lv8: 85 - Lv9: 95 - Lv10: 105 - } - } -}, -{ - Id: 5037 - Name: "SU_POWEROFSEA" - Description: "Power of Sea" - MaxLevel: 1 - NumberOfHits: 0 -}, -{ - Id: 5038 - Name: "SU_TUNABELLY" - Description: "Tuna Belly" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 1000 - CoolDown: { - Lv1: 8000 - Lv2: 10000 - Lv3: 12000 - Lv4: 14000 - Lv5: 16000 - Lv6: 18000 - Lv7: 20000 - Lv8: 22000 - Lv9: 24000 - Lv10: 26000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - } -}, -{ - Id: 5039 - Name: "SU_TUNAPARTY" - Description: "Tuna Party" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 30000 - CoolDown: 20000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 30 - Lv3: 40 - Lv4: 50 - Lv5: 60 - Lv6: 70 - Lv7: 80 - Lv8: 90 - Lv9: 100 - Lv10: 110 - } - } -}, -{ - Id: 5040 - Name: "SU_BUNCHOFSHRIMP" - Description: "Bunch of Shrimp" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - CoolDown: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 44 - Lv2: 48 - Lv3: 52 - Lv4: 56 - Lv5: 60 - Lv6: 64 - Lv7: 68 - Lv8: 72 - Lv9: 76 - Lv10: 80 - } + } + Unit: { + Id: 0x86 + Range: 1 + Interval: 500 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 5029 + Name: "SU_SV_ROOTTWIST" + Description: "Silvervine Root Twist" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillInstances: 1 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 7000 + Lv2: 9000 + Lv3: 11000 + Lv4: 13000 + Lv5: 15000 + Lv6: 17000 + Lv7: 19000 + Lv8: 21000 + Lv9: 23000 + Lv10: 25000 + } + CoolDown: 3000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 12 + Lv3: 14 + Lv4: 16 + Lv5: 18 + Lv6: 20 + Lv7: 22 + Lv8: 24 + Lv9: 26 + Lv10: 28 + } + } + Unit: { + Id: 0x107 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_PATHCHECK: true + } + } +}, +{ + Id: 5030 + Name: "SU_SV_ROOTTWIST_ATK" + Description: "Silver Vine Root Twist Attack" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Poison" + DamageType: { + IgnoreElement: true + IgnoreDefense: true + } + SkillInstances: 1 + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 5031 + Name: "SU_POWEROFLIFE" + Description: "Power of Life" + MaxLevel: 1 + NumberOfHits: 0 +}, +{ + Id: 5032 + Name: "SU_SCAROFTAROU" + Description: "Scar of Tarou" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + InterruptCast: true + CastTime: 500 + AfterCastActDelay: 1000 + SkillData1: 9000 + SkillData2: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 14 + Lv3: 18 + Lv4: 22 + Lv5: 26 + Lv6: 30 + Lv7: 34 + Lv8: 38 + Lv9: 42 + Lv10: 46 + } + } +}, +{ + Id: 5033 + Name: "SU_PICKYPECK" + Description: "Picky Peck" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -5 + InterruptCast: true + CastTime: 2500 + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 19 + Lv3: 28 + Lv4: 37 + Lv5: 46 + Lv6: 55 + Lv7: 64 + Lv8: 73 + Lv9: 82 + Lv10: 91 + } + } +}, +{ + Id: 5034 + Name: "SU_PICKYPECK_DOUBLE_ATK" + Description: "Picky Peck Double Attack" + MaxLevel: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: -5 + InterruptCast: true + AfterCastActDelay: 1000 + FixedCastTime: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 5035 + Name: "SU_ARCLOUSEDASH" + Description: "Arclouse Dash" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2500 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 100000 + Lv6: 110000 + Lv7: 120000 + Lv8: 130000 + Lv9: 140000 + Lv10: 150000 + } + CoolDown: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 20 + Lv3: 28 + Lv4: 36 + Lv5: 44 + Lv6: 52 + Lv7: 60 + Lv8: 68 + Lv9: 76 + Lv10: 84 + } + } +}, +{ + Id: 5036 + Name: "SU_LUNATICCARROTBEAT" + Description: "Lunatic Carrot Beat" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + InterruptCast: true + CastTime: 3000 + AfterCastActDelay: 1000 + SkillData1: 1000 + CoolDown: 8000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 25 + Lv3: 35 + Lv4: 45 + Lv5: 55 + Lv6: 65 + Lv7: 75 + Lv8: 85 + Lv9: 95 + Lv10: 105 + } + } +}, +{ + Id: 5037 + Name: "SU_POWEROFSEA" + Description: "Power of Sea" + MaxLevel: 1 + NumberOfHits: 0 +}, +{ + Id: 5038 + Name: "SU_TUNABELLY" + Description: "Tuna Belly" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 1000 + CoolDown: { + Lv1: 8000 + Lv2: 10000 + Lv3: 12000 + Lv4: 14000 + Lv5: 16000 + Lv6: 18000 + Lv7: 20000 + Lv8: 22000 + Lv9: 24000 + Lv10: 26000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + } +}, +{ + Id: 5039 + Name: "SU_TUNAPARTY" + Description: "Tuna Party" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 30000 + CoolDown: 20000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 30 + Lv3: 40 + Lv4: 50 + Lv5: 60 + Lv6: 70 + Lv7: 80 + Lv8: 90 + Lv9: 100 + Lv10: 110 + } + } +}, +{ + Id: 5040 + Name: "SU_BUNCHOFSHRIMP" + Description: "Bunch of Shrimp" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + CoolDown: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 44 + Lv2: 48 + Lv3: 52 + Lv4: 56 + Lv5: 60 + Lv6: 64 + Lv7: 68 + Lv8: 72 + Lv9: 76 + Lv10: 80 + } // Items: { // Prawn: 1 // } - } -}, -{ - Id: 5041 - Name: "SU_FRESHSHRIMP" - Description: "Fresh Shrimp" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - InterruptCast: true - AfterCastActDelay: 1000 - SkillData1: 120000 - CoolDown: 7000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - } -}, -{ - Id: 5042 - Name: "SU_CN_METEOR_ATK" - Description: "" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Chorus: true - } - AttackType: "Magic" - InterruptCast: true - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 35 - Lv3: 50 - Lv4: 65 - Lv5: 80 - } + } +}, +{ + Id: 5041 + Name: "SU_FRESHSHRIMP" + Description: "Fresh Shrimp" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + InterruptCast: true + AfterCastActDelay: 1000 + SkillData1: 120000 + CoolDown: 7000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + } +}, +{ + Id: 5042 + Name: "SU_CN_METEOR_ATK" + Description: "" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Chorus: true + } + AttackType: "Magic" + InterruptCast: true + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 35 + Lv3: 50 + Lv4: 65 + Lv5: 80 + } // Items: { // Catnip_Fruit: 1 // } - } -}, -{ - Id: 5043 - Name: "SU_LUNATICCARROTBEAT2" - Description: "Lunatic Carrot Beat 2" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Chorus: true - } - AttackType: "Weapon" - InterruptCast: true - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8001 - Name: "HLIF_HEAL" - Description: "Healing Touch" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 16 - Lv3: 19 - Lv4: 22 - Lv5: 25 - Lv6: 28 - Lv7: 31 - Lv8: 34 - Lv9: 37 - Lv10: 40 - } + } +}, +{ + Id: 5043 + Name: "SU_LUNATICCARROTBEAT2" + Description: "Lunatic Carrot Beat 2" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Chorus: true + } + AttackType: "Weapon" + InterruptCast: true + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8001 + Name: "HLIF_HEAL" + Description: "Healing Touch" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 16 + Lv3: 19 + Lv4: 22 + Lv5: 25 + Lv6: 28 + Lv7: 31 + Lv8: 34 + Lv9: 37 + Lv10: 40 + } // Items: { // Red_Slim_Potion: 1 // } - } -}, -{ - Id: 8002 - Name: "HLIF_AVOID" - Description: "Avoid" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - AfterCastActDelay: 35000 - SkillData1: { - Lv1: 40000 - Lv2: 35000 - Lv3: 30000 - Lv4: 25000 - Lv5: 20000 - Lv6: 15000 - Lv7: 10000 - Lv8: 5000 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 8003 - Name: "HLIF_BRAIN" - Description: "Brain Surgery" - MaxLevel: 5 - SplashRange: 1 - NumberOfHits: 0 -}, -{ - Id: 8004 - Name: "HLIF_CHANGE" - Description: "Change" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - AfterCastActDelay: { - Lv1: 600000 - Lv2: 900000 - Lv3: 1200000 - Lv4: 1500000 - Lv5: 1800000 - Lv6: 2100000 - Lv7: 2400000 - Lv8: 2700000 - Lv9: 3000000 - Lv10: 3300000 - } - SkillData1: { - Lv1: 60000 - Lv2: 120000 - Lv3: 180000 - Lv4: 240000 - Lv5: 300000 - Lv6: 360000 - Lv7: 420000 - Lv8: 480000 - Lv9: 540000 - Lv10: 600000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 8005 - Name: "HAMI_CASTLE" - Description: "Castling" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - CoolDown: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8006 - Name: "HAMI_DEFENCE" - Description: "Defense" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 40000 - Lv2: 35000 - Lv3: 30000 - Lv4: 25000 - Lv5: 20000 - Lv6: 15000 - Lv7: 10000 - Lv8: 5000 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - } -}, -{ - Id: 8007 - Name: "HAMI_SKIN" - Description: "Adamantium Skin" - MaxLevel: 5 - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 8008 - Name: "HAMI_BLOODLUST" - Description: "Bloodlust" - MaxLevel: 3 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 60000 - Lv2: 180000 - Lv3: 300000 - Lv4: 420000 - Lv5: 540000 - Lv6: 660000 - Lv7: 780000 - Lv8: 900000 - Lv9: 1020000 - Lv10: 1140000 - } - SkillData2: { - Lv1: 300000 - Lv2: 600000 - Lv3: 900000 - Lv4: 1200000 - Lv5: 1500000 - Lv6: 1800000 - Lv7: 2100000 - Lv8: 2400000 - Lv9: 2700000 - Lv10: 3000000 - } - FixedCastTime: -1 - Requirements: { - SPCost: 120 - } -}, -{ - Id: 8009 - Name: "HFLI_MOON" - Description: "Moonlight" - MaxLevel: 5 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - NumberOfHits: { - Lv1: -1 - Lv2: -2 - Lv3: -2 - Lv4: -2 - Lv5: -3 - Lv6: -3 - Lv7: -3 - Lv8: -3 - Lv9: -3 - Lv10: -3 - } - AfterCastWalkDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 8 - Lv3: 12 - Lv4: 16 - Lv5: 20 - Lv6: 24 - Lv7: 28 - Lv8: 32 - Lv9: 36 - Lv10: 40 - } - } -}, -{ - Id: 8010 - Name: "HFLI_FLEET" - Description: "Fleeting Move" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - SkillData1: { - Lv1: 60000 - Lv2: 55000 - Lv3: 50000 - Lv4: 45000 - Lv5: 40000 - Lv6: 35000 - Lv7: 30000 - Lv8: 25000 - Lv9: 20000 - Lv10: 15000 - } - SkillData2: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 120000 - Lv6: 120000 - Lv7: 120000 - Lv8: 120000 - Lv9: 120000 - Lv10: 120000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } - } -}, -{ - Id: 8011 - Name: "HFLI_SPEED" - Description: "Speed" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 55000 - Lv3: 50000 - Lv4: 45000 - Lv5: 40000 - Lv6: 35000 - Lv7: 30000 - Lv8: 25000 - Lv9: 20000 - Lv10: 15000 - } - SkillData2: { - Lv1: 60000 - Lv2: 70000 - Lv3: 80000 - Lv4: 90000 - Lv5: 120000 - Lv6: 120000 - Lv7: 120000 - Lv8: 120000 - Lv9: 120000 - Lv10: 120000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 40 - Lv3: 50 - Lv4: 60 - Lv5: 70 - Lv6: 80 - Lv7: 90 - Lv8: 100 - Lv9: 110 - Lv10: 120 - } - } -}, -{ - Id: 8012 - Name: "HFLI_SBR44" - Description: "S.B.R.44" - MaxLevel: 3 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - NumberOfHits: 0 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8013 - Name: "HVAN_CAPRICE" - Description: "Caprice" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 - Lv10: 10 - } - AfterCastActDelay: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 22 - Lv2: 24 - Lv3: 26 - Lv4: 28 - Lv5: 30 - Lv6: 32 - Lv7: 34 - Lv8: 36 - Lv9: 38 - Lv10: 40 - } - } -}, -{ - Id: 8014 - Name: "HVAN_CHAOTIC" - Description: "Benediction of Chaos" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - AfterCastActDelay: 1000 - AfterCastWalkDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8015 - Name: "HVAN_INSTRUCT" - Description: "Instruct" - MaxLevel: 5 - DamageType: { - NoDamage: true - } - NumberOfHits: 0 -}, -{ - Id: 8016 - Name: "HVAN_EXPLOSION" - Description: "Bio Explosion" - MaxLevel: 3 - Range: 4 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Misc" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - IgnoreElement: true - IgnoreFlee: true - IgnoreDefCards: true - } - SplashRange: 4 - AfterCastWalkDelay: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8018 - Name: "MH_SUMMON_LEGION" - Description: "Summon Legion" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1600 - Lv2: 1400 - Lv3: 1200 - Lv4: 1000 - Lv5: 800 - Lv6: 600 - Lv7: 400 - Lv8: 200 - Lv9: 1 - Lv10: 1 - } - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: { - Lv1: 400 - Lv2: 600 - Lv3: 800 - Lv4: 1000 - Lv5: 1200 - Lv6: 1400 - Lv7: 1600 - Lv8: 1800 - Lv9: 2000 - Lv10: 2200 - } - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 80 - Lv3: 100 - Lv4: 120 - Lv5: 140 - Lv6: 160 - Lv7: 180 - Lv8: 200 - Lv9: 220 - Lv10: 240 - } - } -}, -{ - Id: 8019 - Name: "MH_NEEDLE_OF_PARALYZE" - Description: "Needle of Paralyze" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - CastTime: { - Lv1: 1000 - Lv2: 1100 - Lv3: 1200 - Lv4: 1300 - Lv5: 1400 - Lv6: 1500 - Lv7: 1600 - Lv8: 1700 - Lv9: 1800 - Lv10: 1900 - } - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - FixedCastTime: { - Lv1: 500 - Lv2: 400 - Lv3: 300 - Lv4: 200 - Lv5: 100 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 60 - Lv3: 72 - Lv4: 84 - Lv5: 96 - Lv6: 108 - Lv7: 120 - Lv8: 132 - Lv9: 144 - Lv10: 156 - } - } -}, -{ - Id: 8020 - Name: "MH_POISON_MIST" - Description: "Poison Mist" - MaxLevel: 5 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Poison" - SkillInstances: 1 - CastTime: { - Lv1: 500 - Lv2: 700 - Lv3: 900 - Lv4: 1100 - Lv5: 1300 - Lv6: 1500 - Lv7: 1700 - Lv8: 1900 - Lv9: 2100 - Lv10: 2300 - } - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - SkillData2: { - Lv1: 4000 - Lv2: 6000 - Lv3: 8000 - Lv4: 10000 - Lv5: 12000 - Lv6: 14000 - Lv7: 16000 - Lv8: 18000 - Lv9: 20000 - Lv10: 22000 - } - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 65 - Lv2: 75 - Lv3: 85 - Lv4: 95 - Lv5: 105 - Lv6: 115 - Lv7: 125 - Lv8: 135 - Lv9: 145 - Lv10: 155 - } - } - Unit: { - Id: 0xf5 - Range: 3 - Interval: 2300 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 8021 - Name: "MH_PAIN_KILLER" - Description: "Pain Killer" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - SkillData1: { - Lv1: 20000 - Lv2: 30000 - Lv3: 40000 - Lv4: 50000 - Lv5: 60000 - Lv6: 70000 - Lv7: 80000 - Lv8: 90000 - Lv9: 100000 - Lv10: 110000 - } - FixedCastTime: { - Lv1: 1000 - Lv2: 800 - Lv3: 600 - Lv4: 400 - Lv5: 200 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 48 - Lv2: 52 - Lv3: 56 - Lv4: 60 - Lv5: 64 - Lv6: 68 - Lv7: 72 - Lv8: 76 - Lv9: 80 - Lv10: 84 - } - } -}, -{ - Id: 8022 - Name: "MH_LIGHT_OF_REGENE" - Description: "Light of Regene" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SplashRange: 0 - SkillData1: { - Lv1: 360000 - Lv2: 420000 - Lv3: 480000 - Lv4: 540000 - Lv5: 600000 - Lv6: 660000 - Lv7: 720000 - Lv8: 780000 - Lv9: 840000 - Lv10: 900000 - } - FixedCastTime: { - Lv1: 1600 - Lv2: 1400 - Lv3: 1200 - Lv4: 1000 - Lv5: 800 - Lv6: 600 - Lv7: 400 - Lv8: 200 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 50 - Lv3: 60 - Lv4: 70 - Lv5: 80 - Lv6: 90 - Lv7: 100 - Lv8: 110 - Lv9: 120 - Lv10: 130 - } - } -}, -{ - Id: 8023 - Name: "MH_OVERED_BOOST" - Description: "Overed Boost" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SplashRange: 0 - CastTime: { - Lv1: 800 - Lv2: 700 - Lv3: 600 - Lv4: 500 - Lv5: 400 - Lv6: 300 - Lv7: 200 - Lv8: 100 - Lv9: 1 - Lv10: 1 - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: { - Lv1: 200 - Lv2: 300 - Lv3: 400 - Lv4: 500 - Lv5: 600 - Lv6: 700 - Lv7: 800 - Lv8: 900 - Lv9: 1000 - Lv10: 1100 - } - Requirements: { - SPCost: { - Lv1: 70 - Lv2: 90 - Lv3: 110 - Lv4: 130 - Lv5: 150 - Lv6: 170 - Lv7: 190 - Lv8: 210 - Lv9: 230 - Lv10: 250 - } - } -}, -{ - Id: 8024 - Name: "MH_ERASER_CUTTER" - Description: "Eraser Cutter" - MaxLevel: 5 - Range: 7 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: { - Lv1: "Ele_Wind" - Lv2: "Ele_Neutral" - Lv3: "Ele_Wind" - Lv4: "Ele_Neutral" - Lv5: "Ele_Wind" - } - NumberOfHits: -6 - InterruptCast: true - CastTime: { - Lv1: 1000 - Lv2: 1500 - Lv3: 2000 - Lv4: 2500 - Lv5: 3000 - Lv6: 3500 - Lv7: 4000 - Lv8: 4500 - Lv9: 5000 - Lv10: 5500 - } - AfterCastActDelay: 2000 - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 25 - Lv2: 30 - Lv3: 35 - Lv4: 40 - Lv5: 45 - Lv6: 50 - Lv7: 55 - Lv8: 60 - Lv9: 65 - Lv10: 70 - } - } -}, -{ - Id: 8025 - Name: "MH_XENO_SLASHER" - Description: "Xeno Slasher" - MaxLevel: 5 - Range: 7 - Hit: "BDT_MULTIHIT" - SkillType: { - Place: true - } - AttackType: "Magic" - Element: { - Lv1: "Ele_Wind" - Lv2: "Ele_Neutral" - Lv3: "Ele_Wind" - Lv4: "Ele_Neutral" - Lv5: "Ele_Wind" - } - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 2 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 4 - Lv6: 4 - Lv7: 5 - Lv8: 5 - Lv9: 6 - Lv10: 6 - } - NumberOfHits: -6 - CastTime: { - Lv1: 1500 - Lv2: 2500 - Lv3: 3500 - Lv4: 4500 - Lv5: 5500 - Lv6: 6500 - Lv7: 7500 - Lv8: 8500 - Lv9: 9500 - Lv10: 10500 - } - AfterCastActDelay: 5000 - SkillData1: 500 - FixedCastTime: 500 - Requirements: { - SPCost: { - Lv1: 90 - Lv2: 100 - Lv3: 110 - Lv4: 120 - Lv5: 130 - Lv6: 140 - Lv7: 150 - Lv8: 160 - Lv9: 170 - Lv10: 180 - } - } - Unit: { - Id: 0x86 - Range: { - Lv1: 2 - Lv2: 2 - Lv3: 3 - Lv4: 3 - Lv5: 4 - Lv6: 4 - Lv7: 5 - Lv8: 5 - Lv9: 6 - Lv10: 6 - } - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 8026 - Name: "MH_SILENT_BREEZE" - Description: "Silent Breeze" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 5 - Lv3: 7 - Lv4: 7 - Lv5: 9 - Lv6: 9 - Lv7: 11 - Lv8: 11 - Lv9: 13 - Lv10: 13 - } - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - SkillData1: { - Lv1: 9000 - Lv2: 12000 - Lv3: 15000 - Lv4: 18000 - Lv5: 21000 - Lv6: 24000 - Lv7: 27000 - Lv8: 30000 - Lv9: 33000 - Lv10: 36000 - } - FixedCastTime: { - Lv1: 1000 - Lv2: 800 - Lv3: 600 - Lv4: 400 - Lv5: 200 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 45 - Lv2: 54 - Lv3: 63 - Lv4: 72 - Lv5: 81 - Lv6: 90 - Lv7: 99 - Lv8: 108 - Lv9: 117 - Lv10: 126 - } - } -}, -{ - Id: 8027 - Name: "MH_STYLE_CHANGE" - Description: "Style Change" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 35 - } -}, -{ - Id: 8028 - Name: "MH_SONIC_CRAW" - Description: "Sonic Claw" - MaxLevel: 5 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - State: "MH_Fighting" - } -}, -{ - Id: 8029 - Name: "MH_SILVERVEIN_RUSH" - Description: "Silver Bain Rush" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 15 - Lv3: 20 - Lv4: 25 - Lv5: 30 - Lv6: 35 - Lv7: 40 - Lv8: 45 - Lv9: 50 - Lv10: 55 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 8030 - Name: "MH_MIDNIGHT_FRENZY" - Description: "Midnight Frenzy" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 16 - Lv3: 24 - Lv4: 32 - Lv5: 40 - Lv6: 48 - Lv7: 56 - Lv8: 64 - Lv9: 72 - Lv10: 80 - } - SpiritSphereCost: 2 - } -}, -{ - Id: 8031 - Name: "MH_STAHL_HORN" - Description: "Steel Horn" - MaxLevel: 5 - Range: { - Lv1: 5 - Lv2: 6 - Lv3: 7 - Lv4: 8 - Lv5: 9 - Lv6: 10 - Lv7: 11 - Lv8: 12 - Lv9: 13 - Lv10: 14 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - KnockBackTiles: 3 - CastTime: { - Lv1: 800 - Lv2: 600 - Lv3: 400 - Lv4: 200 - Lv5: 0 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData1: 5000 - FixedCastTime: { - Lv1: 200 - Lv2: 400 - Lv3: 600 - Lv4: 800 - Lv5: 1000 - Lv6: 1200 - Lv7: 1400 - Lv8: 1600 - Lv9: 1800 - Lv10: 2000 - } - Requirements: { - SPCost: { - Lv1: 40 - Lv2: 45 - Lv3: 50 - Lv4: 55 - Lv5: 60 - Lv6: 65 - Lv7: 70 - Lv8: 75 - Lv9: 80 - Lv10: 85 - } - } -}, -{ - Id: 8032 - Name: "MH_GOLDENE_FERSE" - Description: "Golden Heel" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 1000 - Lv2: 1200 - Lv3: 1400 - Lv4: 1600 - Lv5: 1800 - Lv6: 2000 - Lv7: 2200 - Lv8: 2400 - Lv9: 2600 - Lv10: 2800 - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 65 - Lv3: 70 - Lv4: 75 - Lv5: 80 - Lv6: 85 - Lv7: 90 - Lv8: 95 - Lv9: 100 - Lv10: 105 - } - } -}, -{ - Id: 8033 - Name: "MH_STEINWAND" - Description: "Stone Wall" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: 1000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 80 - Lv2: 90 - Lv3: 100 - Lv4: 110 - Lv5: 120 - Lv6: 130 - Lv7: 140 - Lv8: 150 - Lv9: 160 - Lv10: 170 - } - } - Unit: { - Id: 0x7e - Interval: -1 - Target: "All" - Flag: { - UF_DEFNOTENEMY: true - UF_NOREITERATION: true - } - } -}, -{ - Id: 8034 - Name: "MH_HEILIGE_STANGE" - Description: "Holy Pole" - MaxLevel: 5 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Holy" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 2 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - CastTime: { - Lv1: 200 - Lv2: 400 - Lv3: 600 - Lv4: 800 - Lv5: 1000 - Lv6: 1200 - Lv7: 1400 - Lv8: 1600 - Lv9: 1800 - Lv10: 2000 - } - FixedCastTime: { - Lv1: 1800 - Lv2: 1600 - Lv3: 1400 - Lv4: 1200 - Lv5: 1000 - Lv6: 800 - Lv7: 600 - Lv8: 400 - Lv9: 200 - Lv10: 1 - } - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 68 - Lv3: 76 - Lv4: 84 - Lv5: 100 - Lv6: 100 - Lv7: 100 - Lv8: 100 - Lv9: 100 - Lv10: 100 - } - } -}, -{ - Id: 8035 - Name: "MH_ANGRIFFS_MODUS" - Description: "Attack Mode" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 200 - Lv2: 400 - Lv3: 600 - Lv4: 800 - Lv5: 1000 - Lv6: 1200 - Lv7: 1400 - Lv8: 1600 - Lv9: 1800 - Lv10: 2000 - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: -1 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 65 - Lv3: 70 - Lv4: 75 - Lv5: 80 - Lv6: 85 - Lv7: 90 - Lv8: 95 - Lv9: 100 - Lv10: 105 - } - } -}, -{ - Id: 8036 - Name: "MH_TINDER_BREAKER" - Description: "Tinder Breaker" - MaxLevel: 5 - Range: { - Lv1: 3 - Lv2: 4 - Lv3: 5 - Lv4: 6 - Lv5: 7 - Lv6: 8 - Lv7: 9 - Lv8: 10 - Lv9: 11 - Lv10: 12 - } - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 25 - Lv3: 30 - Lv4: 35 - Lv5: 40 - Lv6: 45 - Lv7: 50 - Lv8: 55 - Lv9: 60 - Lv10: 65 - } - State: "MH_Grappling" - SpiritSphereCost: 1 - } -}, -{ - Id: 8037 - Name: "MH_CBC" - Description: "Continual Break Combo" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 10 - Lv2: 20 - Lv3: 30 - Lv4: 40 - Lv5: 50 - Lv6: 60 - Lv7: 70 - Lv8: 80 - Lv9: 90 - Lv10: 100 - } - SpiritSphereCost: 1 - } -}, -{ - Id: 8038 - Name: "MH_EQC" - Description: "Eternal Quick Combo" - MaxLevel: 5 - Range: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - SkillInfo: { - NoCastSelf: true - } - AttackType: "Weapon" - Requirements: { - SPCost: { - Lv1: 24 - Lv2: 28 - Lv3: 32 - Lv4: 36 - Lv5: 40 - Lv6: 44 - Lv7: 48 - Lv8: 52 - Lv9: 56 - Lv10: 60 - } - SpiritSphereCost: 2 - } -}, -{ - Id: 8039 - Name: "MH_MAGMA_FLOW" - Description: "Magma Flow" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 2 - Lv8: 2 - Lv9: 2 - Lv10: 2 - } - CastTime: { - Lv1: 2000 - Lv2: 2500 - Lv3: 3000 - Lv4: 3500 - Lv5: 4000 - Lv6: 4500 - Lv7: 5000 - Lv8: 5500 - Lv9: 6000 - Lv10: 6500 - } - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: { - Lv1: 2000 - Lv2: 1500 - Lv3: 1000 - Lv4: 500 - Lv5: -1 - Lv6: -1 - Lv7: -1 - Lv8: -1 - Lv9: -1 - Lv10: -1 - } - Requirements: { - SPCost: { - Lv1: 34 - Lv2: 38 - Lv3: 42 - Lv4: 46 - Lv5: 50 - Lv6: 54 - Lv7: 58 - Lv8: 62 - Lv9: 66 - Lv10: 70 - } - } -}, -{ - Id: 8040 - Name: "MH_GRANITIC_ARMOR" - Description: "Granitic Armor" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 6000 - Lv2: 5500 - Lv3: 5000 - Lv4: 4500 - Lv5: 4000 - Lv6: 3500 - Lv7: 3000 - Lv8: 2500 - Lv9: 2000 - Lv10: 1500 - } - SkillData1: 60000 - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 54 - Lv2: 58 - Lv3: 62 - Lv4: 66 - Lv5: 70 - Lv6: 74 - Lv7: 78 - Lv8: 82 - Lv9: 86 - Lv10: 90 - } - } -}, -{ - Id: 8041 - Name: "MH_LAVA_SLIDE" - Description: "Lava Slide" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SkillInstances: 1 - CastTime: { - Lv1: 6000 - Lv2: 5500 - Lv3: 5000 - Lv4: 4500 - Lv5: 4000 - Lv6: 3500 - Lv7: 3000 - Lv8: 2500 - Lv9: 2000 - Lv10: 1500 - } - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 30 - Lv2: 35 - Lv3: 40 - Lv4: 45 - Lv5: 50 - Lv6: 55 - Lv7: 60 - Lv8: 65 - Lv9: 70 - Lv10: 75 - } - } - Unit: { - Id: 0xf6 - Layout: { - Lv1: 1 - Lv2: 1 - Lv3: 2 - Lv4: 2 - Lv5: 3 - Lv6: 3 - Lv7: 4 - Lv8: 4 - Lv9: 5 - Lv10: 5 - } - Interval: 2000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 8042 - Name: "MH_PYROCLASTIC" - Description: "Pyroclastic" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - Element: "Ele_Fire" - DamageType: { - NoDamage: true - } - CastTime: { - Lv1: 5000 - Lv2: 4500 - Lv3: 4000 - Lv4: 3500 - Lv5: 3000 - Lv6: 2500 - Lv7: 2000 - Lv8: 1500 - Lv9: 1000 - Lv10: 500 - } - SkillData1: { - Lv1: 60000 - Lv2: 90000 - Lv3: 120000 - Lv4: 150000 - Lv5: 180000 - Lv6: 210000 - Lv7: 240000 - Lv8: 270000 - Lv9: 300000 - Lv10: 330000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 28 - Lv3: 36 - Lv4: 44 - Lv5: 52 - Lv6: 60 - Lv7: 68 - Lv8: 76 - Lv9: 84 - Lv10: 92 - } - } -}, -{ - Id: 8043 - Name: "MH_VOLCANIC_ASH" - Description: "Volcanic Ash" - MaxLevel: 5 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - DamageType: { - NoDamage: true - } - SkillInstances: 3 - CastTime: { - Lv1: 5000 - Lv2: 4500 - Lv3: 4000 - Lv4: 3500 - Lv5: 3000 - Lv6: 2500 - Lv7: 2000 - Lv8: 1500 - Lv9: 1000 - Lv10: 500 - } - SkillData1: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - FixedCastTime: 1000 - Requirements: { - SPCost: { - Lv1: 60 - Lv2: 65 - Lv3: 70 - Lv4: 75 - Lv5: 80 - Lv6: 85 - Lv7: 90 - Lv8: 95 - Lv9: 100 - Lv10: 105 - } - } - Unit: { - Id: 0xf7 - Layout: 1 - Interval: -1 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 8201 - Name: "MS_BASH" - Description: "Bash" - MaxLevel: 10 - Range: -1 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - Requirements: { - SPCost: { - Lv1: 8 - Lv2: 8 - Lv3: 8 - Lv4: 8 - Lv5: 8 - Lv6: 15 - Lv7: 15 - Lv8: 15 - Lv9: 15 - Lv10: 15 - } - WeaponTypes: { - NoWeapon: true - Daggers: true - 1HSwords: true - 2HSwords: true - 1HSpears: true - 2HSpears: true - 1HAxes: true - 2HAxes: true - Maces: true - 2HMaces: true - Staves: true - Knuckles: true - Instruments: true - Whips: true - Books: true - Katars: true - Revolvers: true - Rifles: true - GatlingGuns: true - Shotguns: true - GrenadeLaunchers: true - FuumaShurikens: true - } - } -}, -{ - Id: 8202 - Name: "MS_MAGNUM" - Description: "Magnum_Break" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - DamageType: { - SplashArea: true - } - SplashRange: 2 - KnockBackTiles: 2 - AfterCastActDelay: 1500 - AfterCastWalkDelay: 2000 - SkillData1: 2000 - SkillData2: 10000 - FixedCastTime: 0 - Requirements: { - HPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 19 - Lv4: 19 - Lv5: 18 - Lv6: 18 - Lv7: 17 - Lv8: 17 - Lv9: 16 - Lv10: 16 - } - SPCost: 30 - } -}, -{ - Id: 8203 - Name: "MS_BOWLINGBASH" - Description: "Bowling_Bash" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 1 - KnockBackTiles: 1 - CastTime: 700 - AfterCastActDelay: 2500 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 13 - Lv2: 14 - Lv3: 15 - Lv4: 16 - Lv5: 17 - Lv6: 18 - Lv7: 19 - Lv8: 20 - Lv9: 21 - Lv10: 22 - } - } -}, -{ - Id: 8204 - Name: "MS_PARRYING" - Description: "Parry" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 15000 - Lv2: 20000 - Lv3: 25000 - Lv4: 30000 - Lv5: 35000 - Lv6: 40000 - Lv7: 45000 - Lv8: 50000 - Lv9: 55000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 50 - } -}, -{ - Id: 8205 - Name: "MS_REFLECTSHIELD" - Description: "Shield_Reflect" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 35 - Lv2: 40 - Lv3: 45 - Lv4: 50 - Lv5: 55 - Lv6: 60 - Lv7: 65 - Lv8: 70 - Lv9: 75 - Lv10: 80 - } - } -}, -{ - Id: 8206 - Name: "MS_BERSERK" - Description: "Frenzy" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - SkillData2: 15000 - FixedCastTime: 0 - Requirements: { - SPCost: 100 - } -}, -{ - Id: 8207 - Name: "MA_DOUBLE" - Description: "Double_Strafe" - MaxLevel: 10 - Range: -9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 2 - AfterCastActDelay: 1000 - SkillData1: 100 - FixedCastTime: 0 - Requirements: { - SPCost: 12 - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 8208 - Name: "MA_SHOWER" - Description: "Arrow_Shower" - MaxLevel: 10 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - IgnoreLandProtector: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - SplashRange: 2 - KnockBackTiles: 2 - AfterCastActDelay: 1200 - SkillData1: 100 - FixedCastTime: 0 - Requirements: { - SPCost: 15 - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } - Unit: { - Id: 0x86 - Range: 2 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_SKILL: true - } - } -}, -{ - Id: 8209 - Name: "MA_SKIDTRAP" - Description: "Skid_Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - KnockBackTiles: { - Lv1: 6 - Lv2: 7 - Lv3: 8 - Lv4: 9 - Lv5: 10 - Lv6: 11 - Lv7: 12 - Lv8: 13 - Lv9: 14 - Lv10: 15 - } - SkillData1: { - Lv1: 300000 - Lv2: 240000 - Lv3: 180000 - Lv4: 120000 - Lv5: 60000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } - Unit: { - Id: 0x90 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 8210 - Name: "MA_LANDMINE" - Description: "Land_Mine" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - Element: "Ele_Earth" - DamageType: { - IgnoreFlee: true - } - SkillData1: { - Lv1: 200000 - Lv2: 160000 - Lv3: 120000 - Lv4: 80000 - Lv5: 40000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: 5000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } - Unit: { - Id: 0x93 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 8211 - Name: "MA_SANDMAN" - Description: "Sandman" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 2 - SkillData1: { - Lv1: 150000 - Lv2: 120000 - Lv3: 90000 - Lv4: 60000 - Lv5: 30000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 12000 - Lv2: 14000 - Lv3: 16000 - Lv4: 18000 - Lv5: 20000 - Lv6: 22000 - Lv7: 24000 - Lv8: 26000 - Lv9: 28000 - Lv10: 30000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 12 - } - Unit: { - Id: 0x95 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 8212 - Name: "MA_FREEZINGTRAP" - Description: "Freezing_Trap" - MaxLevel: 5 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - SkillInfo: { - Trap: true - } - AttackType: "Weapon" - Element: "Ele_Water" - DamageType: { - SplashArea: true - IgnoreFlee: true - } - SplashRange: 1 - SkillData1: { - Lv1: 150000 - Lv2: 120000 - Lv3: 90000 - Lv4: 60000 - Lv5: 30000 - Lv6: 1 - Lv7: 1 - Lv8: 1 - Lv9: 1 - Lv10: 1 - } - SkillData2: { - Lv1: 3000 - Lv2: 6000 - Lv3: 9000 - Lv4: 12000 - Lv5: 15000 - Lv6: 18000 - Lv7: 21000 - Lv8: 24000 - Lv9: 27000 - Lv10: 30000 - } - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } - Unit: { - Id: 0x97 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOREITERATION: true - UF_NOFOOTSET: true - } - } -}, -{ - Id: 8213 - Name: "MA_REMOVETRAP" - Description: "Remove_Trap" - MaxLevel: 1 - Range: 2 - Hit: "BDT_SKILL" - SkillType: { - Trap: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 5 - } -}, -{ - Id: 8214 - Name: "MA_CHARGEARROW" - Description: "Arrow_Repel" - MaxLevel: 1 - Range: -9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - SkillInfo: { - Quest: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - SplashArea: true - } - KnockBackTiles: 6 - CastTime: 750 - AfterCastActDelay: 1000 - FixedCastTime: 750 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 15 - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 8215 - Name: "MA_SHARPSHOOTING" - Description: "Focused_Arrow_Strike" - MaxLevel: 5 - Range: 9 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - SplashRange: 2 - InterruptCast: true - SkillInstances: 13 - CastTime: 1000 - AfterCastActDelay: 2500 - FixedCastTime: 1000 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - AmmoTypes: { - A_ARROW: true - } - AmmoAmount: 1 - } -}, -{ - Id: 8216 - Name: "ML_PIERCE" - Description: "Pierce" - MaxLevel: 10 - Range: -2 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - Requirements: { - SPCost: 7 - } -}, -{ - Id: 8217 - Name: "ML_BRANDISH" - Description: "Brandish_Spear" - MaxLevel: 10 - Range: -2 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - NoDamage: true - } - KnockBackTiles: 3 - CastTime: 350 - AfterCastActDelay: 1200 - FixedCastTime: 350 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 12 - } -}, -{ - Id: 8218 - Name: "ML_SPIRALPIERCE" - Description: "Spiral_Pierce" - MaxLevel: 5 - Range: 5 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - DamageType: { - IgnoreDefense: true - } - NumberOfHits: 5 - CastTime: { - Lv1: 150 - Lv2: 250 - Lv3: 350 - Lv4: 450 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - AfterCastActDelay: 2500 - SkillData2: 1000 - FixedCastTime: { - Lv1: 150 - Lv2: 250 - Lv3: 350 - Lv4: 450 - Lv5: 500 - Lv6: 500 - Lv7: 500 - Lv8: 500 - Lv9: 500 - Lv10: 500 - } - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - } -}, -{ - Id: 8219 - Name: "ML_DEFENDER" - Description: "Defending_Aura" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - AfterCastActDelay: 800 - SkillData1: 180000 - FixedCastTime: 0 - Requirements: { - SPCost: 30 - State: "Shield" - } -}, -{ - Id: 8220 - Name: "ML_AUTOGUARD" - Description: "Guard" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: 300000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 12 - Lv2: 14 - Lv3: 16 - Lv4: 18 - Lv5: 20 - Lv6: 22 - Lv7: 24 - Lv8: 26 - Lv9: 28 - Lv10: 30 - } - } -}, -{ - Id: 8221 - Name: "ML_DEVOTION" - Description: "Sacrifice" - MaxLevel: 5 - Range: { - Lv1: 7 - Lv2: 8 - Lv3: 9 - Lv4: 10 - Lv5: 11 - Lv6: 12 - Lv7: 13 - Lv8: 14 - Lv9: 15 - Lv10: 16 - } - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoCastSelf: true - PartyOnly: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1500 - SkillData2: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: 1500 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 25 - } -}, -{ - Id: 8222 - Name: "MER_MAGNIFICAT" - Description: "Magnificat" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: -1 - InterruptCast: true - CastTime: 3200 - AfterCastActDelay: 2000 - SkillData1: { - Lv1: 30000 - Lv2: 45000 - Lv3: 60000 - Lv4: 75000 - Lv5: 90000 - Lv6: 105000 - Lv7: 120000 - Lv8: 135000 - Lv9: 150000 - Lv10: 165000 - } - FixedCastTime: 800 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8223 - Name: "MER_QUICKEN" - Description: "Two-Hand_Quicken" - MaxLevel: 10 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - SkillData1: { - Lv1: 30000 - Lv2: 60000 - Lv3: 90000 - Lv4: 120000 - Lv5: 150000 - Lv6: 180000 - Lv7: 210000 - Lv8: 240000 - Lv9: 270000 - Lv10: 300000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 14 - Lv2: 18 - Lv3: 22 - Lv4: 26 - Lv5: 30 - Lv6: 34 - Lv7: 38 - Lv8: 42 - Lv9: 46 - Lv10: 50 - } - } -}, -{ - Id: 8224 - Name: "MER_SIGHT" - Description: "Sight" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Fire" - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 3 - InterruptCast: true - SkillData1: 10000 - FixedCastTime: 0 - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8225 - Name: "MER_CRASH" - Description: "Crash" - MaxLevel: 5 - Range: 1 - Hit: "BDT_MULTIHIT" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Weapon" - NumberOfHits: 3 - CastTime: 1000 - AfterCastActDelay: 2000 - SkillData2: 5000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8226 - Name: "MER_REGAIN" - Description: "Regain" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8227 - Name: "MER_TENDER" - Description: "Tender" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8228 - Name: "MER_BENEDICTION" - Description: "Benediction" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8229 - Name: "MER_RECUPERATE" - Description: "Recuperate" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8230 - Name: "MER_MENTALCURE" - Description: "Mental_Cure" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8231 - Name: "MER_COMPRESS" - Description: "Compress" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - SkillInfo: { - NoEnemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8232 - Name: "MER_PROVOKE" - Description: "Provoke" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - DamageType: { - NoDamage: true - } - SkillData1: 30000 - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 4 - Lv2: 5 - Lv3: 6 - Lv4: 7 - Lv5: 8 - Lv6: 9 - Lv7: 10 - Lv8: 11 - Lv9: 12 - Lv10: 13 - } - } -}, -{ - Id: 8233 - Name: "MER_AUTOBERSERK" - Description: "Berserk" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 5 - } -}, -{ - Id: 8234 - Name: "MER_DECAGI" - Description: "Decrease_AGI" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 800 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 40000 - Lv2: 50000 - Lv3: 60000 - Lv4: 70000 - Lv5: 80000 - Lv6: 90000 - Lv7: 100000 - Lv8: 110000 - Lv9: 120000 - Lv10: 130000 - } - FixedCastTime: 200 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: { - Lv1: 15 - Lv2: 17 - Lv3: 19 - Lv4: 21 - Lv5: 23 - Lv6: 25 - Lv7: 27 - Lv8: 29 - Lv9: 31 - Lv10: 33 - } - } -}, -{ - Id: 8235 - Name: "MER_SCAPEGOAT" - Description: "Scapegoat" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 3000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 10 - HPRateCost: 100 - } -}, -{ - Id: 8236 - Name: "MER_LEXDIVINA" - Description: "Lex_Divina" - MaxLevel: 10 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - NumberOfHits: 0 - InterruptCast: true - AfterCastActDelay: 3000 - SkillData1: { - Lv1: 30000 - Lv2: 35000 - Lv3: 40000 - Lv4: 45000 - Lv5: 50000 - Lv6: 60000 - Lv7: 60000 - Lv8: 60000 - Lv9: 60000 - Lv10: 60000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 20 - Lv5: 20 - Lv6: 18 - Lv7: 16 - Lv8: 14 - Lv9: 12 - Lv10: 10 - } - } -}, -{ - Id: 8237 - Name: "MER_ESTIMATION" - Description: "Sense" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - Requirements: { - SPCost: 10 - } -}, -{ - Id: 8238 - Name: "MER_KYRIE" - Description: "Kyrie Eleison" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 2000 - AfterCastActDelay: 2000 - SkillData1: 120000 - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: { - Lv1: 20 - Lv2: 20 - Lv3: 20 - Lv4: 25 - Lv5: 25 - Lv6: 25 - Lv7: 30 - Lv8: 30 - Lv9: 30 - Lv10: 35 - } - } -}, -{ - Id: 8239 - Name: "MER_BLESSING" - Description: "Blessing" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: 0 - Requirements: { - SPCost: { - Lv1: 28 - Lv2: 32 - Lv3: 36 - Lv4: 40 - Lv5: 44 - Lv6: 48 - Lv7: 52 - Lv8: 56 - Lv9: 60 - Lv10: 64 - } - } -}, -{ - Id: 8240 - Name: "MER_INCAGI" - Description: "Increase Agility" - MaxLevel: 10 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - CastTime: 1000 - AfterCastActDelay: 1000 - SkillData1: { - Lv1: 60000 - Lv2: 80000 - Lv3: 100000 - Lv4: 120000 - Lv5: 140000 - Lv6: 160000 - Lv7: 180000 - Lv8: 200000 - Lv9: 220000 - Lv10: 240000 - } - FixedCastTime: 0 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - HPCost: 15 - SPCost: { - Lv1: 18 - Lv2: 21 - Lv3: 24 - Lv4: 27 - Lv5: 30 - Lv6: 33 - Lv7: 36 - Lv8: 39 - Lv9: 42 - Lv10: 45 - } - } -}, -{ - Id: 8401 - Name: "EL_CIRCLE_OF_FIRE" - Description: "Circle of Fire" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - KnockBackTiles: 2 - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8402 - Name: "EL_FIRE_CLOAK" - Description: "Fire Cloak" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8403 - Name: "EL_FIRE_MANTLE" - Description: "Fire Mantle" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SkillInstances: 3 - KnockBackTiles: 2 - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } - Unit: { - Id: 0xed - Layout: -1 - Range: 1 - Interval: 1000 - Target: "Enemy" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - } - } -}, -{ - Id: 8404 - Name: "EL_WATER_SCREEN" - Description: "Water Screen" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8405 - Name: "EL_WATER_DROP" - Description: "Water Drop" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8406 - Name: "EL_WATER_BARRIER" - Description: "Water Barrier" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } - Unit: { - Id: 0xee - Layout: 1 - Interval: -1 - Target: "Friend" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 8407 - Name: "EL_WIND_STEP" - Description: "Wind Step" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - KnockBackTiles: 5 - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8408 - Name: "EL_WIND_CURTAIN" - Description: "Wind Curtain" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8409 - Name: "EL_ZEPHYR" - Description: "Zephyr" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } - Unit: { - Id: 0xef - Range: 1 - Interval: -1 - Target: "Friend" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 8410 - Name: "EL_SOLID_SKIN" - Description: "Solid Skin" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8411 - Name: "EL_STONE_SHIELD" - Description: "Stone Shield" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8412 - Name: "EL_POWER_OF_GAIA" - Description: "Power of Gaia" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } - Unit: { - Id: 0xf0 - Range: 1 - Interval: -1 - Target: "Friend" - Flag: { - UF_NOOVERLAP: true - UF_PATHCHECK: true - UF_RANGEDSINGLEUNIT: true - } - } -}, -{ - Id: 8413 - Name: "EL_PYROTECHNIC" - Description: "Pyrotechnic" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8414 - Name: "EL_HEATER" - Description: "Heater" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8415 - Name: "EL_TROPIC" - Description: "Tropic" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8416 - Name: "EL_AQUAPLAY" - Description: "Aqua Play" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8417 - Name: "EL_COOLER" - Description: "Cooler" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8418 - Name: "EL_CHILLY_AIR" - Description: "Cool Air" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8419 - Name: "EL_GUST" - Description: "Gust" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8420 - Name: "EL_BLAST" - Description: "Blast" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8421 - Name: "EL_WILD_STORM" - Description: "Wild Storm" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8422 - Name: "EL_PETROLOGY" - Description: "Petrology" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8423 - Name: "EL_CURSED_SOIL" - Description: "Cursed Soil" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8424 - Name: "EL_UPHEAVAL" - Description: "Upheaval" - MaxLevel: 1 - Hit: "BDT_SKILL" - SkillType: { - Self: true - } - DamageType: { - NoDamage: true - } - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8425 - Name: "EL_FIRE_ARROW" - Description: "Fire Arrow" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Fire" - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8426 - Name: "EL_FIRE_BOMB" - Description: "Fire Bomb" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SplashRange: 1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8427 - Name: "EL_FIRE_BOMB_ATK" - Description: "Fire Bomb Attack" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - SplashRange: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8428 - Name: "EL_FIRE_WAVE" - Description: "Fire Wave" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Fire" - SplashRange: 1 - Requirements: { - SPCost: 80 - } -}, -{ - Id: 8429 - Name: "EL_FIRE_WAVE_ATK" - Description: "Fire Wave Attack" - MaxLevel: 1 - Range: 6 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Fire" - SplashRange: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8430 - Name: "EL_ICE_NEEDLE" - Description: "Ice Needle" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Water" - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8431 - Name: "EL_WATER_SCREW" - Description: "Water Screw" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Water" - SplashRange: 1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8432 - Name: "EL_WATER_SCREW_ATK" - Description: "Water Screw Attack" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Water" - SplashRange: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8433 - Name: "EL_TIDAL_WEAPON" - Description: "Tidal Weapon" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Water" - SplashRange: 1 - SkillData1: -1 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } -}, -{ - Id: 8434 - Name: "EL_WIND_SLASH" - Description: "Wind Slasher" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Wind" - CastTime: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8435 - Name: "EL_HURRICANE" - Description: "Hurricane Rage" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Wind" - SplashRange: 1 - CastTime: 1000 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8436 - Name: "EL_HURRICANE_ATK" - Description: "Hurricane Rage Attack" - MaxLevel: 1 - Range: 7 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Wind" - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8437 - Name: "EL_TYPOON_MIS" - Description: "Typhoon Missile" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Wind" - SplashRange: 1 - CastTime: 1000 - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 80 - } -}, -{ - Id: 8438 - Name: "EL_TYPOON_MIS_ATK" - Description: "Typhoon Missile Attack" - MaxLevel: 1 - Range: 11 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Wind" - SplashRange: 1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8439 - Name: "EL_STONE_HAMMER" - Description: "Stone Hammer" - MaxLevel: 1 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - SkillData1: 5000 - FixedCastTime: -1 - Requirements: { - SPCost: 40 - } -}, -{ - Id: 8440 - Name: "EL_ROCK_CRUSHER" - Description: "Rock Launcher" - MaxLevel: 1 - Range: 3 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - SplashRange: 1 - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 60 - } -}, -{ - Id: 8441 - Name: "EL_ROCK_CRUSHER_ATK" - Description: "Rock Launcher Attack" - MaxLevel: 1 - Range: 5 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Magic" - Element: "Ele_Earth" - SplashRange: 1 - SkillData1: 15000 - FixedCastTime: -1 - Requirements: { - SPCost: 1 - } -}, -{ - Id: 8442 - Name: "EL_STONE_RAIN" - Description: "Stone Rain" - MaxLevel: 1 - Range: 9 - Hit: "BDT_SKILL" - SkillType: { - Enemy: true - } - AttackType: "Weapon" - Element: "Ele_Earth" - SplashRange: 1 - NumberOfHits: -5 - Requirements: { - SPCost: 80 - } -}, -{ - Id: 10000 - Name: "GD_APPROVAL" - Description: "Official Guild Approval" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10001 - Name: "GD_KAFRACONTRACT" - Description: "Kafra Contract" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10002 - Name: "GD_GUARDRESEARCH" - Description: "Guardian Research" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10003 - Name: "GD_GUARDUP" - Description: "Strengthen Guardians" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10004 - Name: "GD_EXTENSION" - Description: "Guild Extension" - MaxLevel: 10 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10005 - Name: "GD_GLORYGUILD" - Description: "Guild's Glory" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 10006 - Name: "GD_LEADERSHIP" - Description: "Great Leadership" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - SplashRange: 2 - NumberOfHits: 0 - SkillData1: 300000 - FixedCastTime: -1 - Unit: { - Id: 0xc1 - Layout: 2 - Interval: -1 - Target: "Sameguild" - Flag: { - UF_NOMOB: true - } - } -}, -{ - Id: 10007 - Name: "GD_GLORYWOUNDS" - Description: "Glorious Wounds" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - SplashRange: 2 - NumberOfHits: 0 - SkillData1: 300000 - FixedCastTime: -1 - Unit: { - Id: 0xc2 - Layout: 2 - Interval: -1 - Target: "Sameguild" - Flag: { - UF_NOMOB: true - } - } -}, -{ - Id: 10008 - Name: "GD_SOULCOLD" - Description: "Cold Heart" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - SplashRange: 2 - NumberOfHits: 0 - SkillData1: 300000 - FixedCastTime: -1 - Unit: { - Id: 0xc3 - Layout: 2 - Interval: -1 - Target: "Sameguild" - Flag: { - UF_NOMOB: true - } - } -}, -{ - Id: 10009 - Name: "GD_HAWKEYES" - Description: "Sharp Gaze" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - SplashRange: 2 - NumberOfHits: 0 - SkillData1: 300000 - FixedCastTime: -1 - Unit: { - Id: 0xc4 - Layout: 2 - Interval: -1 - Target: "Sameguild" - Flag: { - UF_NOMOB: true - } - } -}, -{ - Id: 10010 - Name: "GD_BATTLEORDER" - Description: "Battle Orders" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Guild: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - NumberOfHits: 0 - InterruptCast: true - SkillData1: 180000 - SkillData2: 300000 - FixedCastTime: -1 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 10011 - Name: "GD_REGENERATION" - Description: "Regeneration" - MaxLevel: 3 - SkillType: { - Self: true - } - SkillInfo: { - Guild: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - NumberOfHits: 0 - InterruptCast: true - SkillData1: 60000 - SkillData2: 300000 - FixedCastTime: -1 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 10012 - Name: "GD_RESTORE" - Description: "Restoration" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Guild: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - SplashRange: 15 - NumberOfHits: 0 - InterruptCast: true - SkillData2: 300000 - FixedCastTime: 10000 - CastTimeOptions: { - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 10013 - Name: "GD_EMERGENCYCALL" - Description: "Urgent Call" - MaxLevel: 1 - SkillType: { - Self: true - } - SkillInfo: { - Guild: true - } - DamageType: { - NoDamage: true - SplashArea: true - } - NumberOfHits: 0 - InterruptCast: true - SkillData2: 300000 - FixedCastTime: 5000 - CastTimeOptions: { - IgnoreDex: true - IgnoreStatusEffect: true - IgnoreItemBonus: true - } - Requirements: { - SPCost: 1 - } -}, -{ - Id: 10014 - Name: "GD_DEVELOPMENT" - Description: "Permanent Development" - MaxLevel: 1 - SkillInfo: { - Guild: true - } - NumberOfHits: 0 -}, -{ - Id: 20000 - Name: "EVOL_MASS_PROVOKE" - Description: "Mass provoke" - MaxLevel: 10 - Range: { - Lv1: 1 - Lv2: 2 - Lv3: 2 - Lv4: 3 - Lv5: 3 - Lv6: 4 - Lv7: 4 - Lv8: 5 - Lv9: 5 - Lv10: 6 - } - Hit: "BDT_SKILL" - SkillType: { - Place: true - } - AttackType: "Misc" - DamageType: { - NoDamage: true - } - SplashRange: { - Lv1: 1 - Lv2: 1 - Lv3: 1 - Lv4: 2 - Lv5: 2 - Lv6: 2 - Lv7: 3 - Lv8: 3 - Lv9: 3 - Lv10: 4 - } + } +}, +{ + Id: 8002 + Name: "HLIF_AVOID" + Description: "Avoid" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + AfterCastActDelay: 35000 + SkillData1: { + Lv1: 40000 + Lv2: 35000 + Lv3: 30000 + Lv4: 25000 + Lv5: 20000 + Lv6: 15000 + Lv7: 10000 + Lv8: 5000 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 8003 + Name: "HLIF_BRAIN" + Description: "Brain Surgery" + MaxLevel: 5 + SplashRange: 1 + NumberOfHits: 0 +}, +{ + Id: 8004 + Name: "HLIF_CHANGE" + Description: "Change" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + AfterCastActDelay: { + Lv1: 600000 + Lv2: 900000 + Lv3: 1200000 + Lv4: 1500000 + Lv5: 1800000 + Lv6: 2100000 + Lv7: 2400000 + Lv8: 2700000 + Lv9: 3000000 + Lv10: 3300000 + } + SkillData1: { + Lv1: 60000 + Lv2: 120000 + Lv3: 180000 + Lv4: 240000 + Lv5: 300000 + Lv6: 360000 + Lv7: 420000 + Lv8: 480000 + Lv9: 540000 + Lv10: 600000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 8005 + Name: "HAMI_CASTLE" + Description: "Castling" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + CoolDown: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8006 + Name: "HAMI_DEFENCE" + Description: "Defense" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 40000 + Lv2: 35000 + Lv3: 30000 + Lv4: 25000 + Lv5: 20000 + Lv6: 15000 + Lv7: 10000 + Lv8: 5000 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + } +}, +{ + Id: 8007 + Name: "HAMI_SKIN" + Description: "Adamantium Skin" + MaxLevel: 5 + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 8008 + Name: "HAMI_BLOODLUST" + Description: "Bloodlust" + MaxLevel: 3 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 60000 + Lv2: 180000 + Lv3: 300000 + Lv4: 420000 + Lv5: 540000 + Lv6: 660000 + Lv7: 780000 + Lv8: 900000 + Lv9: 1020000 + Lv10: 1140000 + } + SkillData2: { + Lv1: 300000 + Lv2: 600000 + Lv3: 900000 + Lv4: 1200000 + Lv5: 1500000 + Lv6: 1800000 + Lv7: 2100000 + Lv8: 2400000 + Lv9: 2700000 + Lv10: 3000000 + } + FixedCastTime: -1 + Requirements: { + SPCost: 120 + } +}, +{ + Id: 8009 + Name: "HFLI_MOON" + Description: "Moonlight" + MaxLevel: 5 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + NumberOfHits: { + Lv1: -1 + Lv2: -2 + Lv3: -2 + Lv4: -2 + Lv5: -3 + Lv6: -3 + Lv7: -3 + Lv8: -3 + Lv9: -3 + Lv10: -3 + } + AfterCastWalkDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 8 + Lv3: 12 + Lv4: 16 + Lv5: 20 + Lv6: 24 + Lv7: 28 + Lv8: 32 + Lv9: 36 + Lv10: 40 + } + } +}, +{ + Id: 8010 + Name: "HFLI_FLEET" + Description: "Fleeting Move" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + SkillData1: { + Lv1: 60000 + Lv2: 55000 + Lv3: 50000 + Lv4: 45000 + Lv5: 40000 + Lv6: 35000 + Lv7: 30000 + Lv8: 25000 + Lv9: 20000 + Lv10: 15000 + } + SkillData2: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 120000 + Lv6: 120000 + Lv7: 120000 + Lv8: 120000 + Lv9: 120000 + Lv10: 120000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } + } +}, +{ + Id: 8011 + Name: "HFLI_SPEED" + Description: "Speed" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 55000 + Lv3: 50000 + Lv4: 45000 + Lv5: 40000 + Lv6: 35000 + Lv7: 30000 + Lv8: 25000 + Lv9: 20000 + Lv10: 15000 + } + SkillData2: { + Lv1: 60000 + Lv2: 70000 + Lv3: 80000 + Lv4: 90000 + Lv5: 120000 + Lv6: 120000 + Lv7: 120000 + Lv8: 120000 + Lv9: 120000 + Lv10: 120000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 40 + Lv3: 50 + Lv4: 60 + Lv5: 70 + Lv6: 80 + Lv7: 90 + Lv8: 100 + Lv9: 110 + Lv10: 120 + } + } +}, +{ + Id: 8012 + Name: "HFLI_SBR44" + Description: "S.B.R.44" + MaxLevel: 3 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + NumberOfHits: 0 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8013 + Name: "HVAN_CAPRICE" + Description: "Caprice" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + NumberOfHits: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } + AfterCastActDelay: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 22 + Lv2: 24 + Lv3: 26 + Lv4: 28 + Lv5: 30 + Lv6: 32 + Lv7: 34 + Lv8: 36 + Lv9: 38 + Lv10: 40 + } + } +}, +{ + Id: 8014 + Name: "HVAN_CHAOTIC" + Description: "Benediction of Chaos" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + AfterCastActDelay: 1000 + AfterCastWalkDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8015 + Name: "HVAN_INSTRUCT" + Description: "Instruct" + MaxLevel: 5 + DamageType: { + NoDamage: true + } + NumberOfHits: 0 +}, +{ + Id: 8016 + Name: "HVAN_EXPLOSION" + Description: "Bio Explosion" + MaxLevel: 3 + Range: 4 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Misc" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + IgnoreElement: true + IgnoreFlee: true + IgnoreDefCards: true + } + SplashRange: 4 + AfterCastWalkDelay: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8018 + Name: "MH_SUMMON_LEGION" + Description: "Summon Legion" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1600 + Lv2: 1400 + Lv3: 1200 + Lv4: 1000 + Lv5: 800 + Lv6: 600 + Lv7: 400 + Lv8: 200 + Lv9: 1 + Lv10: 1 + } + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: { + Lv1: 400 + Lv2: 600 + Lv3: 800 + Lv4: 1000 + Lv5: 1200 + Lv6: 1400 + Lv7: 1600 + Lv8: 1800 + Lv9: 2000 + Lv10: 2200 + } + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 80 + Lv3: 100 + Lv4: 120 + Lv5: 140 + Lv6: 160 + Lv7: 180 + Lv8: 200 + Lv9: 220 + Lv10: 240 + } + } +}, +{ + Id: 8019 + Name: "MH_NEEDLE_OF_PARALYZE" + Description: "Needle of Paralyze" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + CastTime: { + Lv1: 1000 + Lv2: 1100 + Lv3: 1200 + Lv4: 1300 + Lv5: 1400 + Lv6: 1500 + Lv7: 1600 + Lv8: 1700 + Lv9: 1800 + Lv10: 1900 + } + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + FixedCastTime: { + Lv1: 500 + Lv2: 400 + Lv3: 300 + Lv4: 200 + Lv5: 100 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 60 + Lv3: 72 + Lv4: 84 + Lv5: 96 + Lv6: 108 + Lv7: 120 + Lv8: 132 + Lv9: 144 + Lv10: 156 + } + } +}, +{ + Id: 8020 + Name: "MH_POISON_MIST" + Description: "Poison Mist" + MaxLevel: 5 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Poison" + SkillInstances: 1 + CastTime: { + Lv1: 500 + Lv2: 700 + Lv3: 900 + Lv4: 1100 + Lv5: 1300 + Lv6: 1500 + Lv7: 1700 + Lv8: 1900 + Lv9: 2100 + Lv10: 2300 + } + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + SkillData2: { + Lv1: 4000 + Lv2: 6000 + Lv3: 8000 + Lv4: 10000 + Lv5: 12000 + Lv6: 14000 + Lv7: 16000 + Lv8: 18000 + Lv9: 20000 + Lv10: 22000 + } + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 65 + Lv2: 75 + Lv3: 85 + Lv4: 95 + Lv5: 105 + Lv6: 115 + Lv7: 125 + Lv8: 135 + Lv9: 145 + Lv10: 155 + } + } + Unit: { + Id: 0xf5 + Range: 3 + Interval: 2300 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 8021 + Name: "MH_PAIN_KILLER" + Description: "Pain Killer" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + SkillData1: { + Lv1: 20000 + Lv2: 30000 + Lv3: 40000 + Lv4: 50000 + Lv5: 60000 + Lv6: 70000 + Lv7: 80000 + Lv8: 90000 + Lv9: 100000 + Lv10: 110000 + } + FixedCastTime: { + Lv1: 1000 + Lv2: 800 + Lv3: 600 + Lv4: 400 + Lv5: 200 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 48 + Lv2: 52 + Lv3: 56 + Lv4: 60 + Lv5: 64 + Lv6: 68 + Lv7: 72 + Lv8: 76 + Lv9: 80 + Lv10: 84 + } + } +}, +{ + Id: 8022 + Name: "MH_LIGHT_OF_REGENE" + Description: "Light of Regene" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SplashRange: 0 + SkillData1: { + Lv1: 360000 + Lv2: 420000 + Lv3: 480000 + Lv4: 540000 + Lv5: 600000 + Lv6: 660000 + Lv7: 720000 + Lv8: 780000 + Lv9: 840000 + Lv10: 900000 + } + FixedCastTime: { + Lv1: 1600 + Lv2: 1400 + Lv3: 1200 + Lv4: 1000 + Lv5: 800 + Lv6: 600 + Lv7: 400 + Lv8: 200 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 50 + Lv3: 60 + Lv4: 70 + Lv5: 80 + Lv6: 90 + Lv7: 100 + Lv8: 110 + Lv9: 120 + Lv10: 130 + } + } +}, +{ + Id: 8023 + Name: "MH_OVERED_BOOST" + Description: "Overed Boost" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SplashRange: 0 + CastTime: { + Lv1: 800 + Lv2: 700 + Lv3: 600 + Lv4: 500 + Lv5: 400 + Lv6: 300 + Lv7: 200 + Lv8: 100 + Lv9: 1 + Lv10: 1 + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: { + Lv1: 200 + Lv2: 300 + Lv3: 400 + Lv4: 500 + Lv5: 600 + Lv6: 700 + Lv7: 800 + Lv8: 900 + Lv9: 1000 + Lv10: 1100 + } + Requirements: { + SPCost: { + Lv1: 70 + Lv2: 90 + Lv3: 110 + Lv4: 130 + Lv5: 150 + Lv6: 170 + Lv7: 190 + Lv8: 210 + Lv9: 230 + Lv10: 250 + } + } +}, +{ + Id: 8024 + Name: "MH_ERASER_CUTTER" + Description: "Eraser Cutter" + MaxLevel: 5 + Range: 7 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: { + Lv1: "Ele_Wind" + Lv2: "Ele_Neutral" + Lv3: "Ele_Wind" + Lv4: "Ele_Neutral" + Lv5: "Ele_Wind" + } + NumberOfHits: -6 + InterruptCast: true + CastTime: { + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 5500 + } + AfterCastActDelay: 2000 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 25 + Lv2: 30 + Lv3: 35 + Lv4: 40 + Lv5: 45 + Lv6: 50 + Lv7: 55 + Lv8: 60 + Lv9: 65 + Lv10: 70 + } + } +}, +{ + Id: 8025 + Name: "MH_XENO_SLASHER" + Description: "Xeno Slasher" + MaxLevel: 5 + Range: 7 + Hit: "BDT_MULTIHIT" + SkillType: { + Place: true + } + AttackType: "Magic" + Element: { + Lv1: "Ele_Wind" + Lv2: "Ele_Neutral" + Lv3: "Ele_Wind" + Lv4: "Ele_Neutral" + Lv5: "Ele_Wind" + } + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 2 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 4 + Lv6: 4 + Lv7: 5 + Lv8: 5 + Lv9: 6 + Lv10: 6 + } + NumberOfHits: -6 + CastTime: { + Lv1: 1500 + Lv2: 2500 + Lv3: 3500 + Lv4: 4500 + Lv5: 5500 + Lv6: 6500 + Lv7: 7500 + Lv8: 8500 + Lv9: 9500 + Lv10: 10500 + } + AfterCastActDelay: 5000 + SkillData1: 500 + FixedCastTime: 500 + Requirements: { + SPCost: { + Lv1: 90 + Lv2: 100 + Lv3: 110 + Lv4: 120 + Lv5: 130 + Lv6: 140 + Lv7: 150 + Lv8: 160 + Lv9: 170 + Lv10: 180 + } + } + Unit: { + Id: 0x86 + Range: { + Lv1: 2 + Lv2: 2 + Lv3: 3 + Lv4: 3 + Lv5: 4 + Lv6: 4 + Lv7: 5 + Lv8: 5 + Lv9: 6 + Lv10: 6 + } + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 8026 + Name: "MH_SILENT_BREEZE" + Description: "Silent Breeze" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 5 + Lv3: 7 + Lv4: 7 + Lv5: 9 + Lv6: 9 + Lv7: 11 + Lv8: 11 + Lv9: 13 + Lv10: 13 + } + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + SkillData1: { + Lv1: 9000 + Lv2: 12000 + Lv3: 15000 + Lv4: 18000 + Lv5: 21000 + Lv6: 24000 + Lv7: 27000 + Lv8: 30000 + Lv9: 33000 + Lv10: 36000 + } + FixedCastTime: { + Lv1: 1000 + Lv2: 800 + Lv3: 600 + Lv4: 400 + Lv5: 200 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 45 + Lv2: 54 + Lv3: 63 + Lv4: 72 + Lv5: 81 + Lv6: 90 + Lv7: 99 + Lv8: 108 + Lv9: 117 + Lv10: 126 + } + } +}, +{ + Id: 8027 + Name: "MH_STYLE_CHANGE" + Description: "Style Change" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 35 + } +}, +{ + Id: 8028 + Name: "MH_SONIC_CRAW" + Description: "Sonic Claw" + MaxLevel: 5 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + State: "MH_Fighting" + } +}, +{ + Id: 8029 + Name: "MH_SILVERVEIN_RUSH" + Description: "Silver Bain Rush" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 15 + Lv3: 20 + Lv4: 25 + Lv5: 30 + Lv6: 35 + Lv7: 40 + Lv8: 45 + Lv9: 50 + Lv10: 55 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 8030 + Name: "MH_MIDNIGHT_FRENZY" + Description: "Midnight Frenzy" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 16 + Lv3: 24 + Lv4: 32 + Lv5: 40 + Lv6: 48 + Lv7: 56 + Lv8: 64 + Lv9: 72 + Lv10: 80 + } + SpiritSphereCost: 2 + } +}, +{ + Id: 8031 + Name: "MH_STAHL_HORN" + Description: "Steel Horn" + MaxLevel: 5 + Range: { + Lv1: 5 + Lv2: 6 + Lv3: 7 + Lv4: 8 + Lv5: 9 + Lv6: 10 + Lv7: 11 + Lv8: 12 + Lv9: 13 + Lv10: 14 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + KnockBackTiles: 3 + CastTime: { + Lv1: 800 + Lv2: 600 + Lv3: 400 + Lv4: 200 + Lv5: 0 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData1: 5000 + FixedCastTime: { + Lv1: 200 + Lv2: 400 + Lv3: 600 + Lv4: 800 + Lv5: 1000 + Lv6: 1200 + Lv7: 1400 + Lv8: 1600 + Lv9: 1800 + Lv10: 2000 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 45 + Lv3: 50 + Lv4: 55 + Lv5: 60 + Lv6: 65 + Lv7: 70 + Lv8: 75 + Lv9: 80 + Lv10: 85 + } + } +}, +{ + Id: 8032 + Name: "MH_GOLDENE_FERSE" + Description: "Golden Heel" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 1000 + Lv2: 1200 + Lv3: 1400 + Lv4: 1600 + Lv5: 1800 + Lv6: 2000 + Lv7: 2200 + Lv8: 2400 + Lv9: 2600 + Lv10: 2800 + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 65 + Lv3: 70 + Lv4: 75 + Lv5: 80 + Lv6: 85 + Lv7: 90 + Lv8: 95 + Lv9: 100 + Lv10: 105 + } + } +}, +{ + Id: 8033 + Name: "MH_STEINWAND" + Description: "Stone Wall" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: 1000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 80 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 + Lv6: 130 + Lv7: 140 + Lv8: 150 + Lv9: 160 + Lv10: 170 + } + } + Unit: { + Id: 0x7e + Interval: -1 + Target: "All" + Flag: { + UF_DEFNOTENEMY: true + UF_NOREITERATION: true + } + } +}, +{ + Id: 8034 + Name: "MH_HEILIGE_STANGE" + Description: "Holy Pole" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Holy" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 1 + Lv5: 2 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + CastTime: { + Lv1: 200 + Lv2: 400 + Lv3: 600 + Lv4: 800 + Lv5: 1000 + Lv6: 1200 + Lv7: 1400 + Lv8: 1600 + Lv9: 1800 + Lv10: 2000 + } + FixedCastTime: { + Lv1: 1800 + Lv2: 1600 + Lv3: 1400 + Lv4: 1200 + Lv5: 1000 + Lv6: 800 + Lv7: 600 + Lv8: 400 + Lv9: 200 + Lv10: 1 + } + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 68 + Lv3: 76 + Lv4: 84 + Lv5: 100 + Lv6: 100 + Lv7: 100 + Lv8: 100 + Lv9: 100 + Lv10: 100 + } + } +}, +{ + Id: 8035 + Name: "MH_ANGRIFFS_MODUS" + Description: "Attack Mode" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 200 + Lv2: 400 + Lv3: 600 + Lv4: 800 + Lv5: 1000 + Lv6: 1200 + Lv7: 1400 + Lv8: 1600 + Lv9: 1800 + Lv10: 2000 + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 65 + Lv3: 70 + Lv4: 75 + Lv5: 80 + Lv6: 85 + Lv7: 90 + Lv8: 95 + Lv9: 100 + Lv10: 105 + } + } +}, +{ + Id: 8036 + Name: "MH_TINDER_BREAKER" + Description: "Tinder Breaker" + MaxLevel: 5 + Range: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 25 + Lv3: 30 + Lv4: 35 + Lv5: 40 + Lv6: 45 + Lv7: 50 + Lv8: 55 + Lv9: 60 + Lv10: 65 + } + State: "MH_Grappling" + SpiritSphereCost: 1 + } +}, +{ + Id: 8037 + Name: "MH_CBC" + Description: "Continual Break Combo" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 10 + Lv2: 20 + Lv3: 30 + Lv4: 40 + Lv5: 50 + Lv6: 60 + Lv7: 70 + Lv8: 80 + Lv9: 90 + Lv10: 100 + } + SpiritSphereCost: 1 + } +}, +{ + Id: 8038 + Name: "MH_EQC" + Description: "Eternal Quick Combo" + MaxLevel: 5 + Range: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + SkillInfo: { + NoCastSelf: true + } + AttackType: "Weapon" + Requirements: { + SPCost: { + Lv1: 24 + Lv2: 28 + Lv3: 32 + Lv4: 36 + Lv5: 40 + Lv6: 44 + Lv7: 48 + Lv8: 52 + Lv9: 56 + Lv10: 60 + } + SpiritSphereCost: 2 + } +}, +{ + Id: 8039 + Name: "MH_MAGMA_FLOW" + Description: "Magma Flow" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 2 + Lv8: 2 + Lv9: 2 + Lv10: 2 + } + CastTime: { + Lv1: 2000 + Lv2: 2500 + Lv3: 3000 + Lv4: 3500 + Lv5: 4000 + Lv6: 4500 + Lv7: 5000 + Lv8: 5500 + Lv9: 6000 + Lv10: 6500 + } + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: { + Lv1: 2000 + Lv2: 1500 + Lv3: 1000 + Lv4: 500 + Lv5: -1 + Lv6: -1 + Lv7: -1 + Lv8: -1 + Lv9: -1 + Lv10: -1 + } + Requirements: { + SPCost: { + Lv1: 34 + Lv2: 38 + Lv3: 42 + Lv4: 46 + Lv5: 50 + Lv6: 54 + Lv7: 58 + Lv8: 62 + Lv9: 66 + Lv10: 70 + } + } +}, +{ + Id: 8040 + Name: "MH_GRANITIC_ARMOR" + Description: "Granitic Armor" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 6000 + Lv2: 5500 + Lv3: 5000 + Lv4: 4500 + Lv5: 4000 + Lv6: 3500 + Lv7: 3000 + Lv8: 2500 + Lv9: 2000 + Lv10: 1500 + } + SkillData1: 60000 + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 54 + Lv2: 58 + Lv3: 62 + Lv4: 66 + Lv5: 70 + Lv6: 74 + Lv7: 78 + Lv8: 82 + Lv9: 86 + Lv10: 90 + } + } +}, +{ + Id: 8041 + Name: "MH_LAVA_SLIDE" + Description: "Lava Slide" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SkillInstances: 1 + CastTime: { + Lv1: 6000 + Lv2: 5500 + Lv3: 5000 + Lv4: 4500 + Lv5: 4000 + Lv6: 3500 + Lv7: 3000 + Lv8: 2500 + Lv9: 2000 + Lv10: 1500 + } + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 30 + Lv2: 35 + Lv3: 40 + Lv4: 45 + Lv5: 50 + Lv6: 55 + Lv7: 60 + Lv8: 65 + Lv9: 70 + Lv10: 75 + } + } + Unit: { + Id: 0xf6 + Layout: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 3 + Lv6: 3 + Lv7: 4 + Lv8: 4 + Lv9: 5 + Lv10: 5 + } + Interval: 2000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 8042 + Name: "MH_PYROCLASTIC" + Description: "Pyroclastic" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + Element: "Ele_Fire" + DamageType: { + NoDamage: true + } + CastTime: { + Lv1: 5000 + Lv2: 4500 + Lv3: 4000 + Lv4: 3500 + Lv5: 3000 + Lv6: 2500 + Lv7: 2000 + Lv8: 1500 + Lv9: 1000 + Lv10: 500 + } + SkillData1: { + Lv1: 60000 + Lv2: 90000 + Lv3: 120000 + Lv4: 150000 + Lv5: 180000 + Lv6: 210000 + Lv7: 240000 + Lv8: 270000 + Lv9: 300000 + Lv10: 330000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 28 + Lv3: 36 + Lv4: 44 + Lv5: 52 + Lv6: 60 + Lv7: 68 + Lv8: 76 + Lv9: 84 + Lv10: 92 + } + } +}, +{ + Id: 8043 + Name: "MH_VOLCANIC_ASH" + Description: "Volcanic Ash" + MaxLevel: 5 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + DamageType: { + NoDamage: true + } + SkillInstances: 3 + CastTime: { + Lv1: 5000 + Lv2: 4500 + Lv3: 4000 + Lv4: 3500 + Lv5: 3000 + Lv6: 2500 + Lv7: 2000 + Lv8: 1500 + Lv9: 1000 + Lv10: 500 + } + SkillData1: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + FixedCastTime: 1000 + Requirements: { + SPCost: { + Lv1: 60 + Lv2: 65 + Lv3: 70 + Lv4: 75 + Lv5: 80 + Lv6: 85 + Lv7: 90 + Lv8: 95 + Lv9: 100 + Lv10: 105 + } + } + Unit: { + Id: 0xf7 + Layout: 1 + Interval: -1 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 8201 + Name: "MS_BASH" + Description: "Bash" + MaxLevel: 10 + Range: -1 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + Requirements: { + SPCost: { + Lv1: 8 + Lv2: 8 + Lv3: 8 + Lv4: 8 + Lv5: 8 + Lv6: 15 + Lv7: 15 + Lv8: 15 + Lv9: 15 + Lv10: 15 + } + WeaponTypes: { + NoWeapon: true + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + } + } +}, +{ + Id: 8202 + Name: "MS_MAGNUM" + Description: "Magnum_Break" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + DamageType: { + SplashArea: true + } + SplashRange: 2 + KnockBackTiles: 2 + AfterCastActDelay: 1500 + AfterCastWalkDelay: 2000 + SkillData1: 2000 + SkillData2: 10000 + FixedCastTime: 0 + Requirements: { + HPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 19 + Lv4: 19 + Lv5: 18 + Lv6: 18 + Lv7: 17 + Lv8: 17 + Lv9: 16 + Lv10: 16 + } + SPCost: 30 + } +}, +{ + Id: 8203 + Name: "MS_BOWLINGBASH" + Description: "Bowling_Bash" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 1 + KnockBackTiles: 1 + CastTime: 700 + AfterCastActDelay: 2500 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 13 + Lv2: 14 + Lv3: 15 + Lv4: 16 + Lv5: 17 + Lv6: 18 + Lv7: 19 + Lv8: 20 + Lv9: 21 + Lv10: 22 + } + } +}, +{ + Id: 8204 + Name: "MS_PARRYING" + Description: "Parry" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 15000 + Lv2: 20000 + Lv3: 25000 + Lv4: 30000 + Lv5: 35000 + Lv6: 40000 + Lv7: 45000 + Lv8: 50000 + Lv9: 55000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 50 + } +}, +{ + Id: 8205 + Name: "MS_REFLECTSHIELD" + Description: "Shield_Reflect" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 35 + Lv2: 40 + Lv3: 45 + Lv4: 50 + Lv5: 55 + Lv6: 60 + Lv7: 65 + Lv8: 70 + Lv9: 75 + Lv10: 80 + } + } +}, +{ + Id: 8206 + Name: "MS_BERSERK" + Description: "Frenzy" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + SkillData2: 15000 + FixedCastTime: 0 + Requirements: { + SPCost: 100 + } +}, +{ + Id: 8207 + Name: "MA_DOUBLE" + Description: "Double_Strafe" + MaxLevel: 10 + Range: -9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 2 + AfterCastActDelay: 1000 + SkillData1: 100 + FixedCastTime: 0 + Requirements: { + SPCost: 12 + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 8208 + Name: "MA_SHOWER" + Description: "Arrow_Shower" + MaxLevel: 10 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + IgnoreLandProtector: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + SplashRange: 2 + KnockBackTiles: 2 + AfterCastActDelay: 1200 + SkillData1: 100 + FixedCastTime: 0 + Requirements: { + SPCost: 15 + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } + Unit: { + Id: 0x86 + Range: 2 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_SKILL: true + } + } +}, +{ + Id: 8209 + Name: "MA_SKIDTRAP" + Description: "Skid_Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + KnockBackTiles: { + Lv1: 6 + Lv2: 7 + Lv3: 8 + Lv4: 9 + Lv5: 10 + Lv6: 11 + Lv7: 12 + Lv8: 13 + Lv9: 14 + Lv10: 15 + } + SkillData1: { + Lv1: 300000 + Lv2: 240000 + Lv3: 180000 + Lv4: 120000 + Lv5: 60000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } + Unit: { + Id: 0x90 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 8210 + Name: "MA_LANDMINE" + Description: "Land_Mine" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + Element: "Ele_Earth" + DamageType: { + IgnoreFlee: true + } + SkillData1: { + Lv1: 200000 + Lv2: 160000 + Lv3: 120000 + Lv4: 80000 + Lv5: 40000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: 5000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } + Unit: { + Id: 0x93 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 8211 + Name: "MA_SANDMAN" + Description: "Sandman" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 2 + SkillData1: { + Lv1: 150000 + Lv2: 120000 + Lv3: 90000 + Lv4: 60000 + Lv5: 30000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 12000 + Lv2: 14000 + Lv3: 16000 + Lv4: 18000 + Lv5: 20000 + Lv6: 22000 + Lv7: 24000 + Lv8: 26000 + Lv9: 28000 + Lv10: 30000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 12 + } + Unit: { + Id: 0x95 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 8212 + Name: "MA_FREEZINGTRAP" + Description: "Freezing_Trap" + MaxLevel: 5 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + SkillInfo: { + Trap: true + } + AttackType: "Weapon" + Element: "Ele_Water" + DamageType: { + SplashArea: true + IgnoreFlee: true + } + SplashRange: 1 + SkillData1: { + Lv1: 150000 + Lv2: 120000 + Lv3: 90000 + Lv4: 60000 + Lv5: 30000 + Lv6: 1 + Lv7: 1 + Lv8: 1 + Lv9: 1 + Lv10: 1 + } + SkillData2: { + Lv1: 3000 + Lv2: 6000 + Lv3: 9000 + Lv4: 12000 + Lv5: 15000 + Lv6: 18000 + Lv7: 21000 + Lv8: 24000 + Lv9: 27000 + Lv10: 30000 + } + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } + Unit: { + Id: 0x97 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOREITERATION: true + UF_NOFOOTSET: true + } + } +}, +{ + Id: 8213 + Name: "MA_REMOVETRAP" + Description: "Remove_Trap" + MaxLevel: 1 + Range: 2 + Hit: "BDT_SKILL" + SkillType: { + Trap: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 5 + } +}, +{ + Id: 8214 + Name: "MA_CHARGEARROW" + Description: "Arrow_Repel" + MaxLevel: 1 + Range: -9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + SkillInfo: { + Quest: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + SplashArea: true + } + KnockBackTiles: 6 + CastTime: 750 + AfterCastActDelay: 1000 + FixedCastTime: 750 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 15 + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 8215 + Name: "MA_SHARPSHOOTING" + Description: "Focused_Arrow_Strike" + MaxLevel: 5 + Range: 9 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + SplashRange: 2 + InterruptCast: true + SkillInstances: 13 + CastTime: 1000 + AfterCastActDelay: 2500 + FixedCastTime: 1000 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + AmmoTypes: { + A_ARROW: true + } + AmmoAmount: 1 + } +}, +{ + Id: 8216 + Name: "ML_PIERCE" + Description: "Pierce" + MaxLevel: 10 + Range: -2 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + Requirements: { + SPCost: 7 + } +}, +{ + Id: 8217 + Name: "ML_BRANDISH" + Description: "Brandish_Spear" + MaxLevel: 10 + Range: -2 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + NoDamage: true + } + KnockBackTiles: 3 + CastTime: 350 + AfterCastActDelay: 1200 + FixedCastTime: 350 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 12 + } +}, +{ + Id: 8218 + Name: "ML_SPIRALPIERCE" + Description: "Spiral_Pierce" + MaxLevel: 5 + Range: 5 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + DamageType: { + IgnoreDefense: true + } + NumberOfHits: 5 + CastTime: { + Lv1: 150 + Lv2: 250 + Lv3: 350 + Lv4: 450 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + AfterCastActDelay: 2500 + SkillData2: 1000 + FixedCastTime: { + Lv1: 150 + Lv2: 250 + Lv3: 350 + Lv4: 450 + Lv5: 500 + Lv6: 500 + Lv7: 500 + Lv8: 500 + Lv9: 500 + Lv10: 500 + } + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + } +}, +{ + Id: 8219 + Name: "ML_DEFENDER" + Description: "Defending_Aura" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 800 + SkillData1: 180000 + FixedCastTime: 0 + Requirements: { + SPCost: 30 + State: "Shield" + } +}, +{ + Id: 8220 + Name: "ML_AUTOGUARD" + Description: "Guard" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: 300000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 12 + Lv2: 14 + Lv3: 16 + Lv4: 18 + Lv5: 20 + Lv6: 22 + Lv7: 24 + Lv8: 26 + Lv9: 28 + Lv10: 30 + } + } +}, +{ + Id: 8221 + Name: "ML_DEVOTION" + Description: "Sacrifice" + MaxLevel: 5 + Range: { + Lv1: 7 + Lv2: 8 + Lv3: 9 + Lv4: 10 + Lv5: 11 + Lv6: 12 + Lv7: 13 + Lv8: 14 + Lv9: 15 + Lv10: 16 + } + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoCastSelf: true + PartyOnly: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1500 + SkillData2: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: 1500 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 25 + } +}, +{ + Id: 8222 + Name: "MER_MAGNIFICAT" + Description: "Magnificat" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: -1 + InterruptCast: true + CastTime: 3200 + AfterCastActDelay: 2000 + SkillData1: { + Lv1: 30000 + Lv2: 45000 + Lv3: 60000 + Lv4: 75000 + Lv5: 90000 + Lv6: 105000 + Lv7: 120000 + Lv8: 135000 + Lv9: 150000 + Lv10: 165000 + } + FixedCastTime: 800 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8223 + Name: "MER_QUICKEN" + Description: "Two-Hand_Quicken" + MaxLevel: 10 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + SkillData1: { + Lv1: 30000 + Lv2: 60000 + Lv3: 90000 + Lv4: 120000 + Lv5: 150000 + Lv6: 180000 + Lv7: 210000 + Lv8: 240000 + Lv9: 270000 + Lv10: 300000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 14 + Lv2: 18 + Lv3: 22 + Lv4: 26 + Lv5: 30 + Lv6: 34 + Lv7: 38 + Lv8: 42 + Lv9: 46 + Lv10: 50 + } + } +}, +{ + Id: 8224 + Name: "MER_SIGHT" + Description: "Sight" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Fire" + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 3 + InterruptCast: true + SkillData1: 10000 + FixedCastTime: 0 + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8225 + Name: "MER_CRASH" + Description: "Crash" + MaxLevel: 5 + Range: 1 + Hit: "BDT_MULTIHIT" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Weapon" + NumberOfHits: 3 + CastTime: 1000 + AfterCastActDelay: 2000 + SkillData2: 5000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8226 + Name: "MER_REGAIN" + Description: "Regain" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8227 + Name: "MER_TENDER" + Description: "Tender" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8228 + Name: "MER_BENEDICTION" + Description: "Benediction" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8229 + Name: "MER_RECUPERATE" + Description: "Recuperate" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8230 + Name: "MER_MENTALCURE" + Description: "Mental_Cure" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8231 + Name: "MER_COMPRESS" + Description: "Compress" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + SkillInfo: { + NoEnemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8232 + Name: "MER_PROVOKE" + Description: "Provoke" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + DamageType: { + NoDamage: true + } + SkillData1: 30000 + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 4 + Lv2: 5 + Lv3: 6 + Lv4: 7 + Lv5: 8 + Lv6: 9 + Lv7: 10 + Lv8: 11 + Lv9: 12 + Lv10: 13 + } + } +}, +{ + Id: 8233 + Name: "MER_AUTOBERSERK" + Description: "Berserk" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 5 + } +}, +{ + Id: 8234 + Name: "MER_DECAGI" + Description: "Decrease_AGI" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 800 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 40000 + Lv2: 50000 + Lv3: 60000 + Lv4: 70000 + Lv5: 80000 + Lv6: 90000 + Lv7: 100000 + Lv8: 110000 + Lv9: 120000 + Lv10: 130000 + } + FixedCastTime: 200 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: { + Lv1: 15 + Lv2: 17 + Lv3: 19 + Lv4: 21 + Lv5: 23 + Lv6: 25 + Lv7: 27 + Lv8: 29 + Lv9: 31 + Lv10: 33 + } + } +}, +{ + Id: 8235 + Name: "MER_SCAPEGOAT" + Description: "Scapegoat" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 3000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 10 + HPRateCost: 100 + } +}, +{ + Id: 8236 + Name: "MER_LEXDIVINA" + Description: "Lex_Divina" + MaxLevel: 10 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + NumberOfHits: 0 + InterruptCast: true + AfterCastActDelay: 3000 + SkillData1: { + Lv1: 30000 + Lv2: 35000 + Lv3: 40000 + Lv4: 45000 + Lv5: 50000 + Lv6: 60000 + Lv7: 60000 + Lv8: 60000 + Lv9: 60000 + Lv10: 60000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 20 + Lv5: 20 + Lv6: 18 + Lv7: 16 + Lv8: 14 + Lv9: 12 + Lv10: 10 + } + } +}, +{ + Id: 8237 + Name: "MER_ESTIMATION" + Description: "Sense" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + Requirements: { + SPCost: 10 + } +}, +{ + Id: 8238 + Name: "MER_KYRIE" + Description: "Kyrie Eleison" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 2000 + AfterCastActDelay: 2000 + SkillData1: 120000 + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: { + Lv1: 20 + Lv2: 20 + Lv3: 20 + Lv4: 25 + Lv5: 25 + Lv6: 25 + Lv7: 30 + Lv8: 30 + Lv9: 30 + Lv10: 35 + } + } +}, +{ + Id: 8239 + Name: "MER_BLESSING" + Description: "Blessing" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: 0 + Requirements: { + SPCost: { + Lv1: 28 + Lv2: 32 + Lv3: 36 + Lv4: 40 + Lv5: 44 + Lv6: 48 + Lv7: 52 + Lv8: 56 + Lv9: 60 + Lv10: 64 + } + } +}, +{ + Id: 8240 + Name: "MER_INCAGI" + Description: "Increase Agility" + MaxLevel: 10 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CastTime: 1000 + AfterCastActDelay: 1000 + SkillData1: { + Lv1: 60000 + Lv2: 80000 + Lv3: 100000 + Lv4: 120000 + Lv5: 140000 + Lv6: 160000 + Lv7: 180000 + Lv8: 200000 + Lv9: 220000 + Lv10: 240000 + } + FixedCastTime: 0 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + HPCost: 15 + SPCost: { + Lv1: 18 + Lv2: 21 + Lv3: 24 + Lv4: 27 + Lv5: 30 + Lv6: 33 + Lv7: 36 + Lv8: 39 + Lv9: 42 + Lv10: 45 + } + } +}, +{ + Id: 8401 + Name: "EL_CIRCLE_OF_FIRE" + Description: "Circle of Fire" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + KnockBackTiles: 2 + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8402 + Name: "EL_FIRE_CLOAK" + Description: "Fire Cloak" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8403 + Name: "EL_FIRE_MANTLE" + Description: "Fire Mantle" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SkillInstances: 3 + KnockBackTiles: 2 + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } + Unit: { + Id: 0xed + Layout: -1 + Range: 1 + Interval: 1000 + Target: "Enemy" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + } + } +}, +{ + Id: 8404 + Name: "EL_WATER_SCREEN" + Description: "Water Screen" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8405 + Name: "EL_WATER_DROP" + Description: "Water Drop" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8406 + Name: "EL_WATER_BARRIER" + Description: "Water Barrier" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } + Unit: { + Id: 0xee + Layout: 1 + Interval: -1 + Target: "Friend" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 8407 + Name: "EL_WIND_STEP" + Description: "Wind Step" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + KnockBackTiles: 5 + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8408 + Name: "EL_WIND_CURTAIN" + Description: "Wind Curtain" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8409 + Name: "EL_ZEPHYR" + Description: "Zephyr" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } + Unit: { + Id: 0xef + Range: 1 + Interval: -1 + Target: "Friend" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 8410 + Name: "EL_SOLID_SKIN" + Description: "Solid Skin" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8411 + Name: "EL_STONE_SHIELD" + Description: "Stone Shield" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8412 + Name: "EL_POWER_OF_GAIA" + Description: "Power of Gaia" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } + Unit: { + Id: 0xf0 + Range: 1 + Interval: -1 + Target: "Friend" + Flag: { + UF_NOOVERLAP: true + UF_PATHCHECK: true + UF_RANGEDSINGLEUNIT: true + } + } +}, +{ + Id: 8413 + Name: "EL_PYROTECHNIC" + Description: "Pyrotechnic" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8414 + Name: "EL_HEATER" + Description: "Heater" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8415 + Name: "EL_TROPIC" + Description: "Tropic" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8416 + Name: "EL_AQUAPLAY" + Description: "Aqua Play" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8417 + Name: "EL_COOLER" + Description: "Cooler" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8418 + Name: "EL_CHILLY_AIR" + Description: "Cool Air" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8419 + Name: "EL_GUST" + Description: "Gust" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8420 + Name: "EL_BLAST" + Description: "Blast" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8421 + Name: "EL_WILD_STORM" + Description: "Wild Storm" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8422 + Name: "EL_PETROLOGY" + Description: "Petrology" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8423 + Name: "EL_CURSED_SOIL" + Description: "Cursed Soil" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8424 + Name: "EL_UPHEAVAL" + Description: "Upheaval" + MaxLevel: 1 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + DamageType: { + NoDamage: true + } + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8425 + Name: "EL_FIRE_ARROW" + Description: "Fire Arrow" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Fire" + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8426 + Name: "EL_FIRE_BOMB" + Description: "Fire Bomb" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SplashRange: 1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8427 + Name: "EL_FIRE_BOMB_ATK" + Description: "Fire Bomb Attack" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + SplashRange: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8428 + Name: "EL_FIRE_WAVE" + Description: "Fire Wave" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Fire" + SplashRange: 1 + Requirements: { + SPCost: 80 + } +}, +{ + Id: 8429 + Name: "EL_FIRE_WAVE_ATK" + Description: "Fire Wave Attack" + MaxLevel: 1 + Range: 6 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Fire" + SplashRange: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8430 + Name: "EL_ICE_NEEDLE" + Description: "Ice Needle" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Water" + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8431 + Name: "EL_WATER_SCREW" + Description: "Water Screw" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Water" + SplashRange: 1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8432 + Name: "EL_WATER_SCREW_ATK" + Description: "Water Screw Attack" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Water" + SplashRange: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8433 + Name: "EL_TIDAL_WEAPON" + Description: "Tidal Weapon" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Water" + SplashRange: 1 + SkillData1: -1 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } +}, +{ + Id: 8434 + Name: "EL_WIND_SLASH" + Description: "Wind Slasher" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Wind" + CastTime: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8435 + Name: "EL_HURRICANE" + Description: "Hurricane Rage" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Wind" + SplashRange: 1 + CastTime: 1000 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8436 + Name: "EL_HURRICANE_ATK" + Description: "Hurricane Rage Attack" + MaxLevel: 1 + Range: 7 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Wind" + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8437 + Name: "EL_TYPOON_MIS" + Description: "Typhoon Missile" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Wind" + SplashRange: 1 + CastTime: 1000 + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 80 + } +}, +{ + Id: 8438 + Name: "EL_TYPOON_MIS_ATK" + Description: "Typhoon Missile Attack" + MaxLevel: 1 + Range: 11 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Wind" + SplashRange: 1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8439 + Name: "EL_STONE_HAMMER" + Description: "Stone Hammer" + MaxLevel: 1 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + SkillData1: 5000 + FixedCastTime: -1 + Requirements: { + SPCost: 40 + } +}, +{ + Id: 8440 + Name: "EL_ROCK_CRUSHER" + Description: "Rock Launcher" + MaxLevel: 1 + Range: 3 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + SplashRange: 1 + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 60 + } +}, +{ + Id: 8441 + Name: "EL_ROCK_CRUSHER_ATK" + Description: "Rock Launcher Attack" + MaxLevel: 1 + Range: 5 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + Element: "Ele_Earth" + SplashRange: 1 + SkillData1: 15000 + FixedCastTime: -1 + Requirements: { + SPCost: 1 + } +}, +{ + Id: 8442 + Name: "EL_STONE_RAIN" + Description: "Stone Rain" + MaxLevel: 1 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Weapon" + Element: "Ele_Earth" + SplashRange: 1 + NumberOfHits: -5 + Requirements: { + SPCost: 80 + } +}, +{ + Id: 10000 + Name: "GD_APPROVAL" + Description: "Official Guild Approval" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10001 + Name: "GD_KAFRACONTRACT" + Description: "Kafra Contract" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10002 + Name: "GD_GUARDRESEARCH" + Description: "Guardian Research" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10003 + Name: "GD_GUARDUP" + Description: "Strengthen Guardians" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10004 + Name: "GD_EXTENSION" + Description: "Guild Extension" + MaxLevel: 10 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10005 + Name: "GD_GLORYGUILD" + Description: "Guild's Glory" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 10006 + Name: "GD_LEADERSHIP" + Description: "Great Leadership" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + SplashRange: 2 + NumberOfHits: 0 + SkillData1: 300000 + FixedCastTime: -1 + Unit: { + Id: 0xc1 + Layout: 2 + Interval: -1 + Target: "Sameguild" + Flag: { + UF_NOMOB: true + } + } +}, +{ + Id: 10007 + Name: "GD_GLORYWOUNDS" + Description: "Glorious Wounds" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + SplashRange: 2 + NumberOfHits: 0 + SkillData1: 300000 + FixedCastTime: -1 + Unit: { + Id: 0xc2 + Layout: 2 + Interval: -1 + Target: "Sameguild" + Flag: { + UF_NOMOB: true + } + } +}, +{ + Id: 10008 + Name: "GD_SOULCOLD" + Description: "Cold Heart" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + SplashRange: 2 + NumberOfHits: 0 + SkillData1: 300000 + FixedCastTime: -1 + Unit: { + Id: 0xc3 + Layout: 2 + Interval: -1 + Target: "Sameguild" + Flag: { + UF_NOMOB: true + } + } +}, +{ + Id: 10009 + Name: "GD_HAWKEYES" + Description: "Sharp Gaze" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + SplashRange: 2 + NumberOfHits: 0 + SkillData1: 300000 + FixedCastTime: -1 + Unit: { + Id: 0xc4 + Layout: 2 + Interval: -1 + Target: "Sameguild" + Flag: { + UF_NOMOB: true + } + } +}, +{ + Id: 10010 + Name: "GD_BATTLEORDER" + Description: "Battle Orders" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Guild: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + NumberOfHits: 0 + InterruptCast: true + SkillData1: 180000 + SkillData2: 300000 + FixedCastTime: -1 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 10011 + Name: "GD_REGENERATION" + Description: "Regeneration" + MaxLevel: 3 + SkillType: { + Self: true + } + SkillInfo: { + Guild: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + NumberOfHits: 0 + InterruptCast: true + SkillData1: 60000 + SkillData2: 300000 + FixedCastTime: -1 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 10012 + Name: "GD_RESTORE" + Description: "Restoration" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Guild: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + SplashRange: 15 + NumberOfHits: 0 + InterruptCast: true + SkillData2: 300000 + FixedCastTime: 10000 + CastTimeOptions: { + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 10013 + Name: "GD_EMERGENCYCALL" + Description: "Urgent Call" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Guild: true + } + DamageType: { + NoDamage: true + SplashArea: true + } + NumberOfHits: 0 + InterruptCast: true + SkillData2: 300000 + FixedCastTime: 5000 + CastTimeOptions: { + IgnoreDex: true + IgnoreStatusEffect: true + IgnoreItemBonus: true + } + Requirements: { + SPCost: 1 + } +}, +{ + Id: 10014 + Name: "GD_DEVELOPMENT" + Description: "Permanent Development" + MaxLevel: 1 + SkillInfo: { + Guild: true + } + NumberOfHits: 0 +}, +{ + Id: 20000 + Name: "EVOL_MASS_PROVOKE" + Description: "Mass provoke" + MaxLevel: 10 + Range: { + Lv1: 1 + Lv2: 2 + Lv3: 2 + Lv4: 3 + Lv5: 3 + Lv6: 4 + Lv7: 4 + Lv8: 5 + Lv9: 5 + Lv10: 6 + } + Hit: "BDT_SKILL" + SkillType: { + Place: true + } + AttackType: "Misc" + DamageType: { + NoDamage: true + } + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 1 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 4 + } - InterruptCast: true - CastTime: 10000 - AfterCastActDelay: 100 - SkillData2: 3000 - CoolDown: 1000 - FixedCastTime: -1 - TargetMiscEffect: "EFFECT_PROVOKE" - Requirements: { - SPCost: 8 - } -}, -{ - Id: 20001 - Name: "EVOL_PHYSICAL_SHIELD" - Description: "Physical Shield" - MaxLevel: 5 - Hit: "BDT_SKILL" - SkillType: { - Friend: true - } - AttackType: "Magic" - DamageType: { - NoDamage: true - } - InterruptCast: true - AfterCastActDelay: 1000 - AfterCastWalkDelay: 1000 - SkillData1: 20000 - CoolDown: 5000 - Requirements: { - SPCost: 14 - } -}, -{ - Id: 20002 - Name: "EVOL_SUPER_MENU" - Description: "Super Menu" - MaxLevel: 1 - SkillType: { - Self: true - } -}, -{ - Id: 20003 - Name: "EVOL_MONSTER_IDENTIFY" - Description: "Monster Identify" - MaxLevel: 1 - SkillType: { - Self: true - } - CoolDown: 3000 -}, -{ - Id: 20004 - Name: "EVOL_CRAFTING" - Description: "Crafting" - MaxLevel: 10 - SkillType: { - Passive: true - } + InterruptCast: true + CastTime: 10000 + AfterCastActDelay: 100 + SkillData2: 3000 + CoolDown: 1000 + FixedCastTime: -1 + TargetMiscEffect: "EFFECT_PROVOKE" + Requirements: { + SPCost: 8 + } +}, +{ + Id: 20001 + Name: "EVOL_PHYSICAL_SHIELD" + Description: "Physical Shield" + MaxLevel: 5 + Hit: "BDT_SKILL" + SkillType: { + Friend: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + AfterCastActDelay: 1000 + AfterCastWalkDelay: 1000 + SkillData1: 20000 + CoolDown: 5000 + Requirements: { + SPCost: 14 + } +}, +{ + Id: 20002 + Name: "EVOL_SUPER_MENU" + Description: "Super Menu" + MaxLevel: 1 + SkillType: { + Self: true + } +}, +{ + Id: 20003 + Name: "EVOL_MONSTER_IDENTIFY" + Description: "Monster Identify" + MaxLevel: 1 + SkillType: { + Self: true + } + CoolDown: 3000 +}, +{ + Id: 20004 + Name: "EVOL_CRAFTING" + Description: "Crafting" + MaxLevel: 10 + SkillType: { + Passive: true + } }, ) diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 940ea93a..95fc3daa 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -1,24 +1,24 @@ //==================================================== -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//= -//= http://herc.ws/board/ +//= +//= http://herc.ws/board/ //================= More Information ================= // http://herc.ws/board/topic/1188-skill-tree-db-redesign/ //================ Structure Example ================= /* Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) - inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its skill tree. NV_TRICKDEAD inheritance is skipped for non-novices from the source + inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its skill tree. NV_TRICKDEAD inheritance is skipped for non-novices from the source - skills: { // SKILL_NAMEs come from the Name (16th column) value in db/re/skill_db.txt - SKILL_NAME1: Max_Level // Use this for skills that don't have other skill prerequisite; Max_Level is a numeric value that should match your client side files - SKILL_NAME2: { // Use this for skills which have other skills as prerequisites - MaxLevel: Max_Level // Max_Level is a numeric value that should match your client side files - SKILL_NAME_PREREQUISITE: Level_Prerequisite // The prerequisite skill and min level for having this skill available. Should also match your client side files + skills: { // SKILL_NAMEs come from the Name (16th column) value in db/re/skill_db.txt + SKILL_NAME1: Max_Level // Use this for skills that don't have other skill prerequisite; Max_Level is a numeric value that should match your client side files + SKILL_NAME2: { // Use this for skills which have other skills as prerequisites + MaxLevel: Max_Level // Max_Level is a numeric value that should match your client side files + SKILL_NAME_PREREQUISITE: Level_Prerequisite // The prerequisite skill and min level for having this skill available. Should also match your client side files SKILL_NAME_PREREQUISITE2: Level_Prerequisite2 // You can add as many prerequisite skills as you want. Minimum of 1 if you add a skill this way } } @@ -27,10 +27,10 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Viro: { skills: { - EVOL_CRAFTING: 0 - SM_SWORD: 0 - SM_TWOHAND: 0 - AC_OWL: 0 + EVOL_CRAFTING: 0 + SM_SWORD: 0 + SM_TWOHAND: 0 + AC_OWL: 0 NV_BASIC: 0 NV_FIRSTAID: 0 NV_TRICKDEAD: 0 @@ -92,10 +92,10 @@ Viro: { CaveUkar: { skills: { - EVOL_CRAFTING: 0 - SM_SWORD: 0 - SM_TWOHAND: 0 - AC_OWL: 0 + EVOL_CRAFTING: 0 + SM_SWORD: 0 + SM_TWOHAND: 0 + AC_OWL: 0 NV_BASIC: 0 NV_FIRSTAID: 0 NV_TRICKDEAD: 0 @@ -157,10 +157,10 @@ CaveUkar: { FireKralog: { skills: { - EVOL_CRAFTING: 0 - SM_SWORD: 0 - SM_TWOHAND: 0 - AC_OWL: 0 + EVOL_CRAFTING: 0 + SM_SWORD: 0 + SM_TWOHAND: 0 + AC_OWL: 0 NV_BASIC: 0 NV_FIRSTAID: 0 NV_TRICKDEAD: 0 @@ -222,10 +222,10 @@ FireKralog: { LightRaijin: { skills: { - EVOL_CRAFTING: 0 - SM_SWORD: 0 - SM_TWOHAND: 0 - AC_OWL: 0 + EVOL_CRAFTING: 0 + SM_SWORD: 0 + SM_TWOHAND: 0 + AC_OWL: 0 NV_BASIC: 0 NV_FIRSTAID: 0 NV_TRICKDEAD: 0 @@ -287,10 +287,10 @@ LightRaijin: { SeaTritan: { skills: { - EVOL_CRAFTING: 0 - SM_SWORD: 0 - SM_TWOHAND: 0 - AC_OWL: 0 + EVOL_CRAFTING: 0 + SM_SWORD: 0 + SM_TWOHAND: 0 + AC_OWL: 0 NV_BASIC: 0 NV_FIRSTAID: 0 NV_TRICKDEAD: 0 @@ -374,3 +374,4 @@ ArgaesViro: { TonoriViro: { inherit: ( "Viro" ); } + diff --git a/npc/commands/debug-skill.txt b/npc/commands/debug-skill.txt index 2a3ef551..1d1dfcd1 100644 --- a/npc/commands/debug-skill.txt +++ b/npc/commands/debug-skill.txt @@ -40,34 +40,25 @@ function script GlobalSkillDebug { mes ""; mes "---"; - - .@size = getarraysize(getvariableofnpc(.debug_skills$, "@sdebug")); - - for (.@s = 0; .@s < .@size; ++.@s) { - .@skill$ = getvariableofnpc(.debug_skills$[.@s], "@sdebug"); - mesf("%s: %d", .@skill$, getskilllv(string_to_data(.@skill$))); - } - + // FIXME: maybe get skills from an array or `getskilllist;` <= would need a `getskillinfo()` buildin though + mes "NV_BASIC: " + getskilllv(NV_BASIC); mes "---"; mes ""; mes l("Which skill do you wish to change?"); next; - .@select$ = implode(getvariableofnpc(.debug_skills$, "@sdebug"), ":"); + menuint + "NV_BASIC", NV_BASIC, + rif(getarg(0,0), menuimage("actions/back", l("Return to Debug menu"))), -1; - if (getarg(0, 0)) { - .@select$ += ":" + menuimage("actions/back", l("Return to Debug menu")); + switch (@menuret) + { + case -1: return; } - select(.@select$); + modifySkill @menuret; - if (--@menu == .@size) { - return; - } else { - .@skill$ = getvariableofnpc(.debug_skills$[@menu], "@sdebug"); - modifySkill(string_to_data(.@skill$)); - } } while (1); } @@ -86,9 +77,5 @@ OnCall: end; OnInit: - setarray(.debug_skills$, - "NV_BASIC", - "EVOL_CRAFTING"); - bindatcmd "sdebug", "@sdebug::OnCall", 0, 99, 0; } diff --git a/npc/functions/crafting.txt b/npc/functions/crafting.txt index 05a9d9a6..ba032f41 100644 --- a/npc/functions/crafting.txt +++ b/npc/functions/crafting.txt @@ -91,27 +91,4 @@ function script SmithSystem { return .success; } -- script @craft FAKE_NPC,{ - public function DoTailoring { - SmithSystem(CRAFT_TAILORING); - end; - } - - public function DoSmithery { - SmithSystem(CRAFT_SMITHERY); - end; - } - public function OnInit { - if (debug < 1) { - end; - } - - bindatcmd("@tailoring", sprintf("%s::%s", .name$, "DoTailoring")); - bindatcmd("@tailor", sprintf("%s::%s", .name$, "DoTailoring")); - bindatcmd("@smithery", sprintf("%s::%s", .name$, "DoSmithery")); - bindatcmd("@smith", sprintf("%s::%s", .name$, "DoSmithery")); - bindatcmd("@blacksmithery", sprintf("%s::%s", .name$, "DoSmithery")); - end; - } -} diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 5ffaab41..c7e4b2a7 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -5,72 +5,30 @@ // Description: // Contains recipe books for Evol Online -// showRecipe( recipe{, recipe...} ) +// showRecipe( Craft, Bonus, {amount 1, item 1}, {amount 2, item 2}... ) function script showRecipe { - freeloop(true); - for (.@a = 0; .@a < getargcount(); ++.@a) { - .@const$ = data_to_string(getarg(.@a)); + if (getargcount() < 3 || getargcount() % 2 != 0) + return false;//Exception("Faulty recipe skill command invoked - error"); - if (startswith(.@const$, "Craft")) { - // infer the item constant from the craft constant - .@recipe = getarg(.@a); + if (RECIPES[getarg(0)]) { + if (getarg(1)) { + mes l(".:: %s Recipe ::.", getitemlink(getarg(1))); - .@item = string_to_data(substr(.@const$, 5, getstrlen(.@const$) - 1)); - } else { - // infer the craft constant from the item constant - .@recipe = string_to_data(sprintf("Craft%s", .@const$)); - .@item = getarg(.@a); - } - - if (.@item <= 0) { - // target item not found - continue; - } - - if (!RECIPES[.@recipe] && !debug) { - // does not have the recipe - continue; - } - - for (.@inv = 0; .@inv < 9; ++.@inv) { - .@size = getcraftrecipe(.@recipe, .@inv, .@qty[0], .@item_id[0]); - - if (.@size < 0) { - if (.@size == -1) { - // recipe does not exist - break; - } - // inventory does not exist - break; - } - - mes(l(".:: %s Recipe ::.", getitemlink(.@item))); - - for (.@it = 0; .@it < .@size; ++.@it) { - .@recipe_item = .@item_id[.@it]; - .@recipe_qty = .@qty[.@it]; - - if (.@recipe_item <= 0) { - break; - } - - mesc(sprintf("%d/%d %s", countitem(.@recipe_item), .@recipe_qty, getitemlink(.@recipe_item))); + for (.@i=2;.@i < getargcount(); .@i++) { + mesc l("%d/%d %s", countitem(getarg(.@i+1)), getarg(.@i), getitemlink(getarg(.@i+1))); + .@i++; } - - mes(""); - .@count++; + mes ""; } + return true; } - freeloop(false); - - return .@count > 0; + return false; } - script #RecipeBook NPC_HIDDEN,{ function read_book; function read_cooking; function read_smithery; - function read_tailoring; end; function read_book { @@ -89,14 +47,12 @@ function read_book { read_cooking(); break; case CRAFT_SMITHERY: read_smithery(); break; - case CRAFT_TAILORING: - read_tailoring(); break; default: mesc l("Unfortunately, there is nothing on this bookmark."); mesc l("Perhaps, in future, someone adds it to this world."); break; } - close2(); + next; return; } @@ -112,10 +68,21 @@ function read_cooking { mes ""; mes ".:: " + l("Sandwiches") + " ::."; mes ""; - - showRecipe(CarpSandwich, - PioulegSandwich, - MananaSandwich); + showRecipe(CraftCarpSandwich, CarpSandwich, + 1, Bread, + 3, LettuceLeaf, + 2, Cheese, + 1, CommonCarp); + showRecipe(CraftPioulegSandwich, PioulegSandwich, + 1, Bread, + 3, LettuceLeaf, + 2, Cheese, + 1, PiouLegs); + showRecipe(CraftMananaSandwich, MananaSandwich, + 1, Bread, + 3, LettuceLeaf, + 2, Cheese, + 1, Manana); return; } @@ -130,117 +97,14 @@ function read_smithery { next; mesc l("List of known smithery recipes:"); - mes(); - mesf(".:: %s ::.", l("Chest Armor")); - mes(); - - showRecipe(LegionTrainingShirt, - LegionCopperArmor, - Chainmail, - Snakeplate, - LightPlatemail, - JustifierChest, - LegionIronArmor, - WarlordPlate, - TerraniteArmor, - AssassinChest, - BlackArmor, - GoldenWarlordPlate); - - next(); - mes(); - mesf(".:: %s ::.", l("Leg Armor")); - mes(); - - showRecipe(ChainmailSkirt, - TerranitePants, - AssassinPants); - - next(); - mes(); - mesf(".:: %s ::.", l("Gloves")); - mes(); - - showRecipe(CopperArmbands, - BromenalGloves, - IronArmbands); - - next(); - mes(); - mesf(".:: %s ::.", l("Boots")); - mes(); - - showRecipe(BromenalBoots, - WarlordBoots); - - return; -} - -function read_tailoring { - setnpcdialogtitle(l("Tailoring Recipes")); - - mesc(l("(All items must be placed exactly in this order.)")); - next(); - mesc(l("List of known tailoring recipes:")); - - mes(); - mesf(".:: %s ::.", l("Chest Armor")); - mes(); - - showRecipe(CreasedShirt, - ArtisTankTop, - VneckJumper, - SailorShirt, - FineDress, - SilkRobe, - ForestArmor, - ApprenticeRobe, - PeltJacket, - SorcererRobe, - WizardRobe, - EvocatorRobe); - - next(); - mes(); - mesf(".:: %s ::.", l("Leg Armor")); - mes(); - - showRecipe(CreasedShorts, - CottonSkirt, - PirateShorts, - SilkPants, - BrownTrousers, - BanditTrousers, - JeansChaps, - LeatherTrousers); - - next(); - mes(); - mesf(".:: %s ::.", l("Gloves")); - mes(); - - showRecipe(ShortGloves, - Armbands, - CottonGloves, - BanditGloves, - SilkGloves, - LeatherGloves, - AssassinGloves); - - next(); - mes(); - mesf(".:: %s ::.", l("Boots")); - mes(); - - showRecipe(LousyMoccasins, - Slippers, - CottonBoots, - BanditBoots, - ManaSlippers, - SquirrelBoots, - LeatherBoots, - RidingBoots, - AssassinBoots); + mes ""; + mes ".:: " + l("Helmets") + " ::."; + mes ""; + showRecipe(CraftInfantryHelmet, InfantryHelmet, + 12, IronOre, + 3, Coal, + 2, Moss, + 1, Dagger); return; } @@ -328,3 +192,5 @@ function script MakeBlueprint { } return; } + + -- cgit v1.2.3-60-g2f50