OSDN Git Service

First version
[st-ro/stro.git] / db / pre-re / skill_db.txt
1 //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,inf3,name,description
2 // 01 ID
3 // 02 range (combo skills do not check for range when used,
4 //           if range is < 5, the skill is considered melee-range)
5 // 03 hit (8- repeated hitting, 6- single-hit)
6 // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
7 // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
8 //             6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
9 //             -2 - use endowed element, -3 - use random element.)
10 // 06 nk (skill damage properties):
11 //    0x01 - No damage skill
12 //    0x02 - Has splash area
13 //    0x04 - Damage should be split among targets
14 //    0x08 - Skill ignores caster's % damage cards (misc type always ignores)
15 //    0x10 - Skill ignores elemental adjustments
16 //    0x20 - Skill ignores target's defense (misc type always ignores)
17 //    0x40 - Skill ignores target's flee (magic type always ignores)
18 //    0x80 - Skill ignores target's def cards
19 // 07 splash/effect range
20 //      -1 - for screen-wide
21 //       0 - no splash
22 //      all other values follow the formula: value * 2 + 1
23 //       1 - 3x3
24 //       2 - 5x5
25 //       3 - 7x7
26 // 08 MaxLv
27 // 09 Number of hits (when positive, damage is increased by hits, 
28 //    negative values just show number of hits without increasing total damage)
29 // 10 Cast interrupted when hit?
30 // 11 defense-reduction rate during cast.
31 // 12 inf2 (skill information 2):
32 //    0x00001 - quest skill
33 //    0x00002 - npc skill
34 //    0x00004 - wedding skill
35 //    0x00008 - spirit skill
36 //    0x00010 - guild skill
37 //    0x00020 - song/dance
38 //    0x00040 - ensemble skill
39 //    0x00080 - trap
40 //    0x00100 - skill that damages/targets yourself
41 //    0x00200 - cannot be casted on self (if inf = 4, auto-select target skill)
42 //    0x00400 - usable only on party-members (and enemies if skill is offensive)
43 //    0x00800 - usable only on guild-mates (and enemies if skill is offensive)
44 //    0x01000 - disable usage on enemies (for non-offensive skills).
45 //    0x02000 - available skill for SC_AUTOSHADOWSPELL
46 //    0x04000 - chorus skill
47 //    0x08000 - skill that ignore bg reduction
48 //    0x10000 - skill that ignore gvg reduction
49 //    0x20000 - makes 'self'/'place' skill cannot be casted/placed when near NPC (see 'db/skill_nonearnpc_db.txt' for more options)
50 //    0x40000 - skill that can hit trap-type skill (inf2 has 0x00080)
51 // 13 maxcount: max amount of skill instances to place on the ground when
52 //    player_land_skill_limit/monster_land_skill_limit is enabled. For skills
53 //    that attack using a path, this is the path length to be used.
54 // 14 attack type (none, weapon, magic, misc)
55 // 15 Blowcount (amount of tiles skill knockbacks)
56 // 16 inf3 (skill information 3):
57 //    0x00001 - skill ignores land protector
58 //    0x00002 - free
59 //    0x00004 - usable skills while hiding
60 //    0x00008 - skill that can be use while in dancing state
61 //    0x00010 - skill that could hit emperium
62 //    0x00020 - skill ignores SC_STASIS
63 //    0x00040 - skill blocked by kagehumi
64 //    0x00080 - skill range affected by AC_VULTURE
65 //    0x00100 - skill range affected by GS_SNAKEEYE
66 //    0x00200 - skill range affected by NJ_SHADOWJUMP
67 //    0x00400 - skill range affected by WL_RADIUS
68 //    0x00800 - skill range affected by RA_RESEARCHTRAP
69 //    0x01000 - skill that does not affect user that has NC_HOVERING active
70 //    0x02000 - skill that can be using while riding warg
71 //    0x04000 - skill that can't be used while in mado
72 //    0x08000 - skill that can be used to target while under SC__MANHOLE effect
73 //    0x10000 - skill that affects hidden targets
74 //    0x20000 - skill that affects SC_GLOOMYDAY_SK
75 //    0x40000 - skill that is affected by SC_DANCEWITHWUG
76 //    0x80000 - skill blocked by RA_WUGBITE
77 // 17 Name
78 // 18 Description
79 1,0,0,0,0,0,0,9,0,no,0,0,0,none,0,0x0,          NV_BASIC,Basic Skill
80
81 //****
82 // Swordman
83 2,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,               SM_SWORD,Sword Mastery
84 3,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,               SM_TWOHAND,Two-Handed Sword Mastery
85 4,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,         SM_RECOVERY,Increase HP Recovery
86 5,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,             SM_BASH,Bash
87 6,9,6,1,0,1,0,10,1,no,0,0,0,none,0,0x0,         SM_PROVOKE,Provoke
88 7,0,6,4,3,0x2,2:2:2:2:2:2:2:2:2:2:4,10,1,no,0,0x40000,0,weapon,2,0x0,   SM_MAGNUM,Magnum Break
89 8,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,             SM_ENDURE,Endure
90
91 //****
92 // Mage
93 9,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,         MG_SRECOVERY,Increase SP Recovery
94 10,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0,0x4000,          MG_SIGHT,Sight
95 11,9,6,1,8,0x6,1,10,1,yes,0,0x42000,0,magic,0,0x0,              MG_NAPALMBEAT,Napalm Beat
96 12,9,8,2,8,0x1,0,10,1,yes,0,0,0,magic,0,0x0,            MG_SAFETYWALL,Safety Wall
97 13,9,8,1,8,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2000,0,magic,0,0x0,               MG_SOULSTRIKE,Soul Strike
98 14,9,8,1,1,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x0,      MG_COLDBOLT,Cold Bolt
99 15,9,6,1,1,0,0,10,1,yes,0,0x2000,0,magic,0,0x0,         MG_FROSTDIVER,Frost Diver
100 16,2,6,1,2,0x1,0,10,1,yes,0,0,0,magic,0,0x0,            MG_STONECURSE,Stone Curse
101 17,9,6,1,3,0x2,2,10,1,yes,0,0x42000,0,magic,0,0x0,              MG_FIREBALL,Fire Ball
102 18,9,6,2,3,0,0,10,1,yes,0,0x2000,3,magic,2,0x0,         MG_FIREWALL,Fire Wall
103 19,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x0,      MG_FIREBOLT,Fire Bolt
104 20,9,8,1,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x0,      MG_LIGHTNINGBOLT,Lightning Bolt
105 21,9,8,2,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x0,      MG_THUNDERSTORM,Thunderstorm
106
107 //****
108 // Acolyte
109 22,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,              AL_DP,Divine Protection
110 23,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,              AL_DEMONBANE,Demon Bane
111 24,0,6,4,6,0x3,2,1,1,yes,0,0,0,magic,0,0x0,             AL_RUWACH,Ruwach
112 25,9,6,2,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,             AL_PNEUMA,Pneuma
113 26,0,6,4,0,0x1,0,2,1,yes,0,0,0,magic,0,0x40,            AL_TELEPORT,Teleport
114 27,9,6,2,0,0x1,0,4,1,yes,0,0,3,magic,0,0x0,             AL_WARP,Warp Portal
115 28,9,6,16,6,0x21,0,10,1,yes,0,0x2000,0,magic,0,0x0,     AL_HEAL,Heal
116 29,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x1000,        AL_INCAGI,Increase AGI
117 30,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,            AL_DECAGI,Decrease AGI
118 31,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,             AL_HOLYWATER,Aqua Benedicta
119 32,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0,0x0,   AL_CRUCIS,Signum Crucis
120 33,0,6,4,0,0x3,-1,10,1,yes,0,0,0,magic,0,0x0,   AL_ANGELUS,Angelus
121 34,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x1000,        AL_BLESSING,Blessing
122 35,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,            AL_CURE,Cure
123
124 //****
125 // Merchant
126 36,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                MC_INCCARRY,Enlarge Weight Limit
127 37,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                MC_DISCOUNT,Discount
128 38,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                MC_OVERCHARGE,Overcharge
129 39,1,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                MC_PUSHCART,Pushcart
130 40,1,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,               MC_IDENTIFY,Item Appraisal
131 41,1,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0,              MC_VENDING,Vending
132 42,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,            MC_MAMMONITE,Mammonite
133
134 //****
135 // Archer
136 43,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                AC_OWL,Owl's Eye
137 44,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,                AC_VULTURE,Vulture's Eye
138 45,0,6,4,0,0x3,3,10,1,no,0,0,0,weapon,0,0x0,            AC_CONCENTRATION,Improve Concentration
139 46,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0,0x80,           AC_DOUBLE,Double Strafe
140 47,-9,6,2,-1,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x81,   AC_SHOWER,Arrow Shower
141
142 //****
143 // Thief
144 48,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,0x0,            TF_DOUBLE,Double Attack
145 49,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,              TF_MISS,Improve Dodge
146 50,1,6,1,0,1,0,10,1,no,0,0,0,weapon,0,0x0,              TF_STEAL,Steal
147 51,1,6,4,0,1,0,10,1,no,0,0,0,none,0,0x84044,            TF_HIDING,Hiding
148 52,-2,6,1,5,0,0,10,1,no,0,0,0,weapon,0,0x0,             TF_POISON,Envenom
149 53,9,6,16,5,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TF_DETOXIFY,Detoxify
150 //
151 54,9,6,16,6,0x1,0,4,1,yes,0,0,0,magic,0,0x0,            ALL_RESURRECTION,Resurrection
152
153 //****
154 // Knight
155 55,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,              KN_SPEARMASTERY,Spear Mastery
156 56,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0,0x0,            KN_PIERCE,Pierce
157 57,-2,6,1,-1,0x1,2,10,1,no,0,0,5,weapon,2,0x20000,      KN_BRANDISHSPEAR,Brandish Spear
158 58,-4,6,1,-1,0x2,0,10,1,no,0,0x40000,0,weapon,6,0x0,    KN_SPEARSTAB,Spear Stab
159 59,3:5:7:9:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,     KN_SPEARBOOMERANG,Spear Boomerang
160 60,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,            KN_TWOHANDQUICKEN,Twohand Quicken
161 61,0,6,4,-1,0x20,0,5,1,no,0,0,0,weapon,0,0x0,   KN_AUTOCOUNTER,Counter Attack
162 62,-2,6,1,-1,0x2,1,10,1,no,0,0x40000,0,weapon,1,0x0,    KN_BOWLINGBASH,Bowling Bash
163 63,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0,               KN_RIDING,Peco Peco Riding
164 64,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,               KN_CAVALIERMASTERY,Cavalier Mastery
165
166 //****
167 // Priest
168 65,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,              PR_MACEMASTERY,Mace Mastery
169 66,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,            PR_IMPOSITIO,Impositio Manus
170 67,9,6,16,0,0x1,0,3,1,yes,0,0x200,0,magic,0,0x0,        PR_SUFFRAGIUM,Suffragium
171 68,9,6,16,6,0x31,0,5,1,yes,0,0,0,magic,0,0x0,   PR_ASPERSIO,Aspersio
172 69,9,6,2,0,0x23,1,5,1,yes,0,0x40,0,magic,0,0x0, PR_BENEDICTIO,B.S. Sacramenti
173 70,9,6,2,6,0x21,0,10,1,yes,0,0,0,magic,2,0x0,   PR_SANCTUARY,Sanctuary
174 71,9,6,16,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0,            PR_SLOWPOISON,Slow Poison
175 72,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20,           PR_STRECOVERY,Status Recovery
176 73,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,   PR_KYRIE,Kyrie Eleison
177 74,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x0,            PR_MAGNIFICAT,Magnificat
178 75,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x0,            PR_GLORIA,Gloria
179 76,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0,0x0,    PR_LEXDIVINA,Lex Divina
180 77,5,6,1,6,0x28,0,10,1,yes,0,0,0,magic,0,0x0,   PR_TURNUNDEAD,Turn Undead
181 78,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0,0x0,             PR_LEXAETERNA,Lex Aeterna
182 79,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0,   PR_MAGNUS,Magnus Exorcismus
183
184 //****
185 // Wizard
186 80,9,8,2,3,0x20,1:1:1:1:1:2:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2080,5,magic,0,0x0,     WZ_FIREPILLAR,Fire Pillar
187 81,0,6,4,3,0x2,7,10,1,yes,0,0x42000,0,magic,5,0x0,              WZ_SIGHTRASHER,Sightrasher
188 83,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:14,10,1:1:2:2:3:3:4:4:5:5:15,yes,0,0x2000,0,magic,0,0x0,       WZ_METEOR,Meteor Storm
189 84,9,8,1,4,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2000,0,magic,2:3:3:4:4:5:5:6:6:7,0x0,  WZ_JUPITEL,Jupitel Thunder
190 85,9,8,2,4,0,0,10,-10,yes,0,0x2000,0,magic,0,0x0,               WZ_VERMILION,Lord of Vermilion
191 86,9,8,1,1,0,0,5,1,yes,0,0x2000,0,magic,0,0x0,          WZ_WATERBALL,Water Ball
192 87,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0,0x0,            WZ_ICEWALL,Ice Wall
193 88,0,6,4,1,0x2,3,10,1,yes,0,0x2000,0,magic,0,0x0,               WZ_FROSTNOVA,Frost Nova
194 89,9,6,2,1,0,0,10,1,yes,0,0x2000,0,magic,2,0x0,         WZ_STORMGUST,Storm Gust
195 90,9,8,1,2,0,0,5,1:2:3:4:5,yes,0,0x2000,0,magic,0,0x0,  WZ_EARTHSPIKE,Earth Spike
196 91,9,8,2,2,0,0,5,1:2:3:4:5,yes,0,0x2000,0,magic,0,0x10000,      WZ_HEAVENDRIVE,Heaven's Drive
197 92,9,6,2,2,0x1,0,5,1,yes,0,0,3,magic,0,0x11000,         WZ_QUAGMIRE,Quagmire
198 93,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,             WZ_ESTIMATION,Sense
199
200 //****
201 // Blacksmith
202 94,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,               BS_IRON,Iron Tempering
203 95,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,               BS_STEEL,Steel Tempering
204 96,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,               BS_ENCHANTEDSTONE,Enchanted Stone Craft
205 97,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,               BS_ORIDEOCON,Oridecon Research
206 98,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,               BS_DAGGER,Smith Dagger
207 99,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,               BS_SWORD,Smith Sword
208 100,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,              BS_TWOHANDSWORD,Smith Two-handed Sword
209 101,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,              BS_AXE,Smith Axe
210 102,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,              BS_MACE,Smith Mace
211 103,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,              BS_KNUCKLE,Smith Knucklebrace
212 104,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0,              BS_SPEAR,Smith Spear
213 105,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0,              BS_HILTBINDING,Hilt Binding
214 106,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0,              BS_FINDINGORE,Ore Discovery
215 107,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             BS_WEAPONRESEARCH,Weaponry Research
216 108,2,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,0x4000,       BS_REPAIRWEAPON,Weapon Repair
217 109,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              BS_SKINTEMPER,Skin Tempering
218 110,1,6,2,0,0x3,2:2:2:2:2:12,5,1,no,0,0,0,weapon,0,0x4000,      BS_HAMMERFALL,Hammer Fall
219 111,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000,        BS_ADRENALINE,Adrenaline Rush
220 112,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000,        BS_WEAPONPERFECT,Weapon Perfection
221 113,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000,        BS_OVERTHRUST,Power-Thrust
222 114,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x4000,         BS_MAXIMIZE,Maximize Power
223
224 //****
225 // Hunter
226 115,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10,0x3000,       HT_SKIDTRAP,Skid Trap
227 116,3,6,2,2,0xC0,0,5,1,no,0,0x80,0,misc,0,0x3800,       HT_LANDMINE,Land Mine
228 117,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,0,0x3000,        HT_ANKLESNARE,Ankle Snare
229 118,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0,0x3000,        HT_SHOCKWAVE,Shockwave Trap
230 119,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0,0x3000,        HT_SANDMAN,Sandman
231 120,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0,0x3000,        HT_FLASHER,Flasher
232 121,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0,0x3800,     HT_FREEZINGTRAP,Freezing Trap
233 122,3,6,2,4,0xC2,1,5,1,no,0,0x80,0,misc,0,0x3800,       HT_BLASTMINE,Blast Mine
234 123,3,6,2,3,0xC2,2,5,1,no,0,0x40080,0,misc,0,0x3800,    HT_CLAYMORETRAP,Claymore Trap
235 124,2,6,32,0,0x1,0,1,1,no,0,0x40000,0,misc,0,0x0,               HT_REMOVETRAP,Remove Trap
236 125,3,6,2,0,0x1,0,1,1,no,0,0x80,0,misc,0,0x2000,                HT_TALKIEBOX,Talkie Box
237 126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             HT_BEASTBANE,Beast Bane
238 127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0,0x0,                HT_FALCON,Falconry Mastery
239 128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0,0x0,               HT_STEELCROW,Steel Crow
240 129,5,8,1,0,0x42,1,5,1:2:3:4:5,yes,0,0x40000,0,misc,0,0x80,     HT_BLITZBEAT,Blitz Beat
241 130,3:5:7:9,6,2,0,0x3,3,4,1,no,0,0,0,misc,0,0x0,        HT_DETECTING,Detect
242 131,4:5:6:7:8,6,32,0,0x1,0,5,1,no,0,0,0,misc,0,0x0,     HT_SPRINGTRAP,Spring Trap
243
244 //****
245 // Assassin
246 132,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              AS_RIGHT,Righthand Mastery
247 133,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              AS_LEFT,Lefthand Mastery
248 134,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             AS_KATAR,Katar Mastery
249 135,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x80040,       AS_CLOAKING,Cloaking
250 136,1,8,1,-1,0,0,10,-8,no,0,0,0,weapon,0,0x0,   AS_SONICBLOW,Sonic Blow
251 137,3:4:5:6:7,6,1,-1,0x2,1,5,1,no,0,0x40000,0,weapon,0,0x4,     AS_GRIMTOOTH,Grimtooth
252 138,1,6,16,5,0x1,0,10,1,no,0,0x400,0,weapon,0,0x0,      AS_ENCHANTPOISON,Enchant Poison
253 139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0,0x0,             AS_POISONREACT,Poison React
254 140,2,6,2,5,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   AS_VENOMDUST,Venom Dust
255 141,1,6,1,-1,0x51,2,10,1,yes,0,0,0,weapon,0,0x0,        AS_SPLASHER,Venom Splasher
256
257 //****
258 // 1st Class Quest
259 142,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0,            NV_FIRSTAID,First Aid
260 143,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0,            NV_TRICKDEAD,Play Dead
261 144,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,0x0,              SM_MOVINGRECOVERY,Moving HP-Recovery
262 145,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x0,            SM_FATALBLOW,Fatal Blow
263 146,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0,  SM_AUTOBERSERK,Auto Berserk
264 147,0,0,4,0,0x1,0,1,0,no,0,0x1,0,weapon,0,0x0,  AC_MAKINGARROW,Arrow Crafting
265 148,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6,0x80,       AC_CHARGEARROW,Arrow Repel
266 149,1,6,1,2,0,0,1,1,no,0,0x1,0,weapon,0,0x0,            TF_SPRINKLESAND,Sand Attack
267 150,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,5,0x40, TF_BACKSLIDING,Back Slide
268 151,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0,            TF_PICKSTONE,Find Stone
269 152,7,6,1,0,0x40,0,1,1,no,0,0x1,0,misc,0,0x0,   TF_THROWSTONE,Stone Fling
270 153,1,6,1,-1,0x2,1,1,1,no,0,0x40001,0,weapon,2,0x0,     MC_CARTREVOLUTION,Cart Revolution
271 154,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0,            MC_CHANGECART,Change Cart
272 155,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0,  MC_LOUD,Crazy Uproar
273 156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0,0x0,            AL_HOLYLIGHT,Holy Light
274 157,0,6,4,0,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0,  MG_ENERGYCOAT,Energy Coat
275
276 //****
277 // NPC Skills
278 158,3,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0,0x0,       NPC_PIERCINGATT,Piercing Attack
279 159,-1,6,1,-1,0x40,0,5,1,no,0,0x2,0,weapon,0,0x0,       NPC_MENTALBREAKER,Spirit Destruction
280 160,9,6,1,0,0,0,10,1,no,0,0x2,0,weapon,0,0x0,   NPC_RANGEATTACK,Stand off attack
281 161,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_ATTRICHANGE,Attribute Change
282 162,0,0,4,1,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEWATER,Water Attribute Change
283 163,0,0,4,2,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEGROUND,Earth Attribute Change
284 164,0,0,4,3,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEFIRE,Fire Attribute Change
285 165,0,0,4,4,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEWIND,Wind Attribute Change
286 166,0,0,4,5,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEPOISON,Poison Attribute Change
287 167,0,0,4,6,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEHOLY,Holy Attribute Change
288 168,0,0,4,7,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEDARKNESS,Shadow Attribute Change
289 169,0,0,4,8,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGETELEKINESIS,Ghost Attribute Change
290 170,-9,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0,0x0,      NPC_CRITICALSLASH,Defense disregard attack
291 171,-9,8,1,-1,0,0,10,-2:-3:-4:-5:-6:-7:-8:-9:-10:-11,no,0,0x2,0,weapon,0,0x0,   NPC_COMBOATTACK,Multi-stage Attack
292 172,-9,6,1,-1,0x40,0,10,1,no,0,0x2,0,weapon,0,0x0,      NPC_GUIDEDATTACK,Guided Attack
293 173,5,6,4,3,0xE2,5,10,1,no,0,0x40002,0,misc,3,0x0,      NPC_SELFDESTRUCTION,Suicide bombing
294 174,-9,6,1,-1,0x2,3,1,1,no,0,0x40002,0,weapon,0,0x0,    NPC_SPLASHATTACK,Splash attack
295 175,0,0,4,0,0x41,0,10,1,no,0,0x2,0,misc,0,0x0,  NPC_SUICIDE,Suicide
296 176,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_POISON,Poison Attack
297 177,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_BLINDATTACK,Blind Attack
298 178,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_SILENCEATTACK,Silence Attack
299 179,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_STUNATTACK,Stun Attack
300 180,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_PETRIFYATTACK,Petrify Attack
301 181,-9,6,1,7,0,0,5,1,no,0,0x2,0,weapon,0,0x0,   NPC_CURSEATTACK,Curse Attack
302 182,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_SLEEPATTACK,Sleep attack
303 183,-9,6,1,-3,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_RANDOMATTACK,Random Attack
304 184,-9,6,1,1,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_WATERATTACK,Water Attribute Attack
305 185,-9,6,1,2,0,0,10,1,no,0,0x2,0,weapon,0,0x10000,      NPC_GROUNDATTACK,Earth Attribute Attack
306 186,-9,6,1,3,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_FIREATTACK,Fire Attribute Attack
307 187,-9,6,1,4,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_WINDATTACK,Wind Attribute Attack
308 188,-9,6,1,5,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_POISONATTACK,Poison Attribute Attack
309 189,-9,6,1,6,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_HOLYATTACK,Holy Attribute Attack
310 190,-9,6,1,7,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_DARKNESSATTACK,Shadow Attribute Attack
311 191,-9,6,1,8,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_TELEKINESISATTACK,Ghost Attribute Attack
312 192,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_MAGICALATTACK,Demon Shock Attack
313 193,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0,   NPC_METAMORPHOSIS,Metamorphosis
314 194,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0,   NPC_PROVOCATION,Provocation
315 195,0,6,4,0,0x50,0,10,1,no,0,0x2,0,misc,0,0x0,  NPC_SMOKING,Smoking
316 196,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0,  NPC_SUMMONSLAVE,Follower Summons
317 197,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0,   NPC_EMOTION,Emotion
318 198,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0,  NPC_TRANSFORMATION,Transformation
319 199,9,6,1,7,0x40,0,1,1,no,0,0x2,0,weapon,0,0x0, NPC_BLOODDRAIN,Sucking Blood
320 200,9,6,1,7,0,0,1,1,no,0,0x2,0,magic,0,0x0,             NPC_ENERGYDRAIN,Energy Drain
321 201,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,0x0,  NPC_KEEPING,Keeping
322 202,9,6,1,7,0xC0,0,5,1,no,0,0x2,0,misc,0,0x0,           NPC_DARKBREATH,Dark Breath
323 203,9,6,1,7,0x1,0,10,1,no,0,0x2,0,magic,0,0x0,  NPC_DARKBLESSING,Dark Blessing
324 204,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_BARRIER,Barrier
325 205,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,0x0,  NPC_DEFENDER,Defender
326 206,1,6,1,-1,0x1,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_LICK,Lick
327 207,9,0,1,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0,   NPC_HALLUCINATION,Hallucination
328 208,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0,   NPC_REBIRTH,Rebirth
329 209,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0,  NPC_SUMMONMONSTER,Monster Summons
330
331 //****
332 // Rogue
333 210,0,0,0,-1,0,0,10,0,no,0,0,0,weapon,0,0x0,            RG_SNATCHER,Gank
334 211,1,6,1,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   RG_STEALCOIN,Mug
335 212,-1,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,0x4,        RG_BACKSTAP,Back Stab
336 213,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                RG_TUNNELDRIVE,Stalk
337 214,0,6,4,-1,0x2,1,5,1,no,0,0x40000,0,weapon,0,0x4,     RG_RAID,Sightless Mind
338 215,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            RG_STRIPWEAPON,Divest Weapon
339 216,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            RG_STRIPSHIELD,Divest Shield
340 217,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            RG_STRIPARMOR,Divest Armor
341 218,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            RG_STRIPHELM,Divest Helm
342 219,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,             RG_INTIMIDATE,Snatch
343 220,1,6,2,0,0x1,0,1,1,no,0,0,0,none,0,0x0,              RG_GRAFFITI,Scribble
344 221,0,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0,              RG_FLAGGRAFFITI,Piece
345 222,1,6,2,0,0x3,5,1,1,no,0,0,0,none,0,0x0,              RG_CLEANER,Remover
346 223,0,0,0,0,0,1,1,0,no,0,0,0,none,0,0x0,                RG_GANGSTER,Slyness
347 224,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                RG_COMPULSION,Haggle
348 225,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               RG_PLAGIARISM,Intimidate
349
350 //****
351 // Alchemist
352 226,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             AM_AXEMASTERY,Axe Mastery
353 227,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               AM_LEARNINGPOTION,Potion Research
354 228,0,6,4,0,0x1,0,10,0,no,0,0,0,none,0,0x0,             AM_PHARMACY,Prepare Potion
355 229,9,6,2,3,0x9,0,5,1,yes,0,0,0,weapon,0,0x0,   AM_DEMONSTRATION,Bomb
356 230,9,6,1,0,0x48,0,5,1,yes,0,0,0,weapon,0,0x0,  AM_ACIDTERROR,Acid Terror
357 231,9,6,16,0,0x1,0,5,1,yes,0,0xC00,0,none,0,0x0,        AM_POTIONPITCHER,Aid Potion
358 232,4,6,2,0,0x1,0,5,1,no,0,0,5,none,0,0x0,              AM_CANNIBALIZE,Summon Flora
359 233,1,6,2,0,0x1,0,5,1,no,0,0,3,none,0,0x0,              AM_SPHEREMINE,Summon Marine Sphere
360 234,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,  AM_CP_WEAPON,Alchemical Weapon
361 235,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,  AM_CP_SHIELD,Synthesized Shield
362 236,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,  AM_CP_ARMOR,Synthetic Armor
363 237,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,  AM_CP_HELM,Biochemical Helm
364 238,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,0x0,              AM_BIOETHICS,Bioethics
365 //239,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,             AM_BIOTECHNOLOGY,Biotechnology
366 //240,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,              AM_CREATECREATURE,Life Creation
367 //241,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,              AM_CULTIVATION,Cultivation
368 //242,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,              AM_FLAMECONTROL,Flame Control
369 243,0,0,4,0,0x1,1,1,0,no,0,0,0,none,0,0x0,              AM_CALLHOMUN,Call Homunculus
370 244,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0,              AM_REST,Vaporize
371 //245,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,             AM_DRILLMASTER,Drillmaster
372 //246,9,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,             AM_HEALHOMUN,Heal Homunculus
373 247,9,6,4,0,0x1,1,5,0,no,0,0,0,none,0,0x0,              AM_RESURRECTHOMUN,Homunculus Resurrection
374
375 //****
376 // Crusader
377 248,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               CR_TRUST,Faith
378 249,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   CR_AUTOGUARD,Guard
379 250,3,6,1,0,0,0,5,1,no,0,0,0,weapon,5:6:7:8:9,0x0,      CR_SHIELDCHARGE,Smite
380 251,3:5:7:9:11,6,1,0,0,0,5,1,no,0,0,0,weapon,0,0x20000, CR_SHIELDBOOMERANG,Shield Boomerang
381 252,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,           CR_REFLECTSHIELD,Shield Reflect
382 253,-2,8,1,6,0,0,10,-2,no,0,0x40000,0,weapon,0,0x0,     CR_HOLYCROSS,Holy Cross
383 254,5,6,4,6,0x48,0,10,1,no,33,0x100,0,magic,0,0x0,      CR_GRANDCROSS,Grand Cross
384 255,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0,0x0,      CR_DEVOTION,Sacrifice
385 256,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,none,0,0x0,        CR_PROVIDENCE,Resistant Souls
386 257,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            CR_DEFENDER,Defending Aura
387 258,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   CR_SPEARQUICKEN,Spear Quicken
388
389 //****
390 // Monk
391 259,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             MO_IRONHAND,Iron Fists
392 260,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              MO_SPIRITSRECOVERY,Spiritual Cadence
393 261,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,              MO_CALLSPIRITS,Summon Spirit Sphere
394 262,9,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,0x0,  MO_ABSORBSPIRITS,Absorb Spirit Sphere
395 263,-1,8,0,-1,0,0,10,-3,no,0,0x40000,0,weapon,0,0x10,   MO_TRIPLEATTACK,Raging Trifecta Blow
396 264,18,6,2,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             MO_BODYRELOCATION,Snap
397 265,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             MO_DODGE,Dodge
398 266,2,6,1,0,0x40,0,5,1,no,0,0x40000,0,weapon,0,0x0,     MO_INVESTIGATE,Occult Impaction
399 267,9,8,1,-1,0,0,5,1:2:3:4:5,no,0,0x40000,0,weapon,0,0x0,       MO_FINGEROFFENSIVE,Throw Spirit Sphere
400 268,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            MO_STEELBODY,Mental Strength
401 269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            MO_BLADESTOP,Root
402 270,0,6,4,0,0x1,0,5,0,no,0,0,0,weapon,0,0x0,            MO_EXPLOSIONSPIRITS,Fury
403 271,-2,6,1,0,0x60,0,5,1,yes,0,0x40000,0,weapon,0,0x0,   MO_EXTREMITYFIST,Asura Strike
404 272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0,0x0,       MO_CHAINCOMBO,Raging Quadruple Blow
405 273,-2,6,4,-1,0x2,2,5,1,no,0,0x40200,0,weapon,0,0x0,    MO_COMBOFINISH,Raging Thrust
406
407 //****
408 // Sage
409 274,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             SA_ADVANCEDBOOK,Study
410 275,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0,             SA_CASTCANCEL,Cast Cancel
411 276,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,            SA_MAGICROD,Magic Rod
412 277,9,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,            SA_SPELLBREAKER,Spell Breaker
413 278,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,0x0,              SA_FREECAST,Free Cast
414 279,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,   SA_AUTOSPELL,Hindsight
415 280,9,6,16,3,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x0,       SA_FLAMELAUNCHER,Endow Blaze
416 281,9,6,16,1,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x0,       SA_FROSTWEAPON,Endow Tsunami
417 282,9,6,16,4,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x0,       SA_LIGHTNINGLOADER,Endow Tornado
418 283,9,6,16,2,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x0,       SA_SEISMICWEAPON,Endow Quake
419 284,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              SA_DRAGONOLOGY,Dragonology
420 285,2,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0,0x1000,         SA_VOLCANO,Volcano
421 286,2,6,2,1,0x1,0,5,1,yes,0,0,0,magic,0,0x1000,         SA_DELUGE,Deluge
422 287,2,6,2,4,0x1,0,5,1,yes,0,0,0,magic,0,0x1000,         SA_VIOLENTGALE,Whirlwind
423 288,2,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,            SA_LANDPROTECTOR,Magnetic Earth
424 289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0,0x10020, SA_DISPELL,Dispell
425 290,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,   SA_ABRACADABRA,Hocus-pocus
426 291,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_MONOCELL,Monocell
427 292,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_CLASSCHANGE,Class Change
428 293,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_SUMMONMONSTER,Monster Chant
429 294,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_REVERSEORCISH,Grampus Morph
430 295,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_DEATH,Grim Reaper
431 296,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_FORTUNE,Gold Digger
432 297,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_TAMINGMONSTER,Beastly Hypnosis
433 298,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_QUESTION,Questioning
434 299,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_GRAVITY,Gravity
435 300,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_LEVELUP,Leveling
436 301,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,0x0,            SA_INSTANTDEATH,Suicide
437 302,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  SA_FULLRECOVERY,Rejuvenation
438 303,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,0x0,            SA_COMA,Coma
439
440 //****
441 // Bard & Dancer
442 304,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x8,              BD_ADAPTATION,Amp
443 305,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,              BD_ENCORE,Encore
444 306,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0,   BD_LULLABY,Lullaby
445 307,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0,   BD_RICHMANKIM,Mental Sensing
446 308,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0,   BD_ETERNALCHAOS,Down Tempo
447 309,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0,   BD_DRUMBATTLEFIELD,Battle Theme
448 310,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0,   BD_RINGNIBELUNGEN,Harmonic Lick
449 311,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0,   BD_ROKISWEIL,Classical Pluck
450 312,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0,   BD_INTOABYSS,Power Chord
451 313,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0,   BD_SIEGFRIED,Acoustic Rhythm
452 //314,0,0,0,0,0,0,1,1,no,0,0x40,0,misc,0,0x0,   BD_RAGNAROK,Ragnarok
453
454 //****
455 // Bard
456 315,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             BA_MUSICALLESSON,Music Lessons
457 316,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x8,             BA_MUSICALSTRIKE,Melody Strike
458 317,0,8,4,0,0x41,0,5,1,no,0,0x20,0,misc,0,0x1,  BA_DISSONANCE,Unchained Serenade
459 318,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,0x0,             BA_FROSTJOKER,Unbarring Octave
460 319,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  BA_WHISTLE,Perfect Tablature
461 320,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  BA_ASSASSINCROSS,Impressive Riff
462 321,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  BA_POEMBRAGI,Magic Strings
463 322,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  BA_APPLEIDUN,Song of Lutie
464
465 //****
466 // Dancer
467 323,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,             DC_DANCINGLESSON,Dance Lessons
468 324,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x8,             DC_THROWARROW,Slinging Arrow
469 325,0,8,4,0,0x1,0,5,1,no,0,0x20,0,misc,0,0x1,   DC_UGLYDANCE,Hip Shaker
470 326,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,0x0,             DC_SCREAM,Dazzler
471 327,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  DC_HUMMING,Focus Ballet
472 328,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  DC_DONTFORGETME,Slow Grace
473 329,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  DC_FORTUNEKISS,Lady Luck
474 330,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1,  DC_SERVICEFORYOU,Gypsy's Kiss
475
476 //****
477 // NPC Skills
478 331,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0,   NPC_RANDOMMOVE,Random Move
479 332,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0,   NPC_SPEEDUP,Speed UP
480 333,0,6,4,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0,            NPC_REVENGE,Revenge
481
482 //****
483 // Marriage Skills
484 334,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0,   WE_MALE,I Will Protect You
485 335,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0,   WE_FEMALE,I Look up to You
486 336,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0,   WE_CALLPARTNER,I miss You
487
488 //****
489 // NPC Skills
490 337,9,6,1,-1,0,0,1,1,no,0,0x2,0,weapon,0,0x0,   ITM_TOMAHAWK,Throw Tomahawk
491 338,-1,8,1,7,0,0,10,-2,no,0,0x2,0,weapon,0,0x0, NPC_DARKCROSS,Cross of Darkness
492 339,5,6,4,7,0x48,0,10,1,no,0,0x102,0,magic,0,0x0,       NPC_GRANDDARKNESS,Grand cross of Darkness
493 340,9,8,1,7,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2,0,magic,0,0x0, NPC_DARKSTRIKE,Soul Strike of Darkness
494 341,9,8,1,7,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2,0,magic,2:3:3:4:4:5:5:6:6:7,0x0,    NPC_DARKTHUNDER,Darkness Jupitel
495 342,9,6,1,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0,            NPC_STOP,Stop
496 343,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_WEAPONBRAKER,Break weapon
497 344,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_ARMORBRAKE,Break armor
498 345,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_HELMBRAKE,Break helm
499 346,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_SHIELDBRAKE,Break shield
500 347,-9,6,1,9,0,0,10,1,no,0,0x2,0,weapon,0,0x0,  NPC_UNDEADATTACK,Undead Element Attack
501 348,9,0,1,9,0x1,0,5,1,no,0,0x2,0,magic,0,0x0,   NPC_CHANGEUNDEAD,Undead Attribute Change
502 349,0,6,4,0,0x1,0,10,0,no,0,0x2,0,weapon,0,0x0, NPC_POWERUP,Power Up
503 350,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0,   NPC_AGIUP,Agility UP
504 351,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0,            NPC_SIEGEMODE,Siege Mode
505 352,2,0,4,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0,            NPC_CALLSLAVE,Recall Slaves
506 353,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0,            NPC_INVISIBLE,Invisible
507 354,2,6,4,0,0x1,0,20,0,no,0,0x2,0,misc,0,0x0,   NPC_RUN,Run
508
509 //****
510 // Lord Knight
511 355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            LK_AURABLADE,Aura Blade
512 356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   LK_PARRYING,Parrying
513 357,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            LK_CONCENTRATION,Concentration
514 358,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            LK_TENSIONRELAX,Relax
515 359,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            LK_BERSERK,Frenzy
516 360,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,    LK_FURY,Fury
517
518 //****
519 // High Priest
520 361,9,6,16,0,0x1,1,5,1,yes,0,0,0,magic,0,0x0,   HP_ASSUMPTIO,Assumptio
521 362,4,6,4,0,0x1,0,5,1,yes,0,0,1,magic,2,0x0,            HP_BASILICA,Basilica
522 363,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,0x0,              HP_MEDITATIO,Meditatio
523
524 //****
525 // High Wizard
526 364,0,0,0,0,0,0,10,1,no,0,0,0,magic,0,0x0,              HW_SOULDRAIN,Soul Drain
527 365,9,8,1,-1,0,0,1,1,yes,0,0,0,weapon,0,0x0,            HW_MAGICCRASHER,Stave Crasher
528 366,0,6,4,0,0x1,0,10,1,no,0,0,0,magic,0,0x0,            HW_MAGICPOWER,Mystical Amplification
529
530 //****
531 // Paladin
532 367,9,8,1,0,0xD0,0,5,1,no,0,0x18000,0,misc,0,0x0,               PA_PRESSURE,Gloria Domini
533 368,0,6,4,0,0x61,0,5,1,yes,0,0,0,weapon,0,0x0,  PA_SACRIFICE, Martyr's Reckoning
534 369,0,6,4,0,0x41,0,10,1,yes,0,0,0,misc,0,0x0,   PA_GOSPEL,Battle Chant
535
536 //****
537 // Champion
538 370,-2,6,1,-1,0,0,5,1,yes,0,0,0,weapon,3,0x0,   CH_PALMSTRIKE,Raging Palm Strike
539 371,-2,8,4,-1,0,0,5,1,no,0,0x200,0,weapon,0,0x0,        CH_TIGERFIST,Glacier Fist
540 372,-2,8,4,-1,0,0,10,-1:-1:-2:-2:-3:-3:-4:-4:-5:-5,no,0,0x200,0,weapon,0,0x0,   CH_CHAINCRUSH,Chain Crush Combo
541
542 //****
543 // Professor
544 373,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0,     PF_HPCONVERSION,Indulge
545 374,9,6,1,0,0x1,0,1,1,yes,0,0xE00,0,none,0,0x0, PF_SOULCHANGE,Soul Exhale
546 375,9,6,1,0,0x98,0,5,1,yes,0,0,0,magic,0,0x0,   PF_SOULBURN,Soul Siphon
547
548 //****
549 // Assassin Cross
550 376,0,0,0,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            ASC_KATAR,Advanced Katar Mastery
551 //377,0,0,4,0,0x1,0,10,1,no,0,0,0,misc,0,0x0,   ASC_HALLUCINATION,Hallucination Walk
552 378,0,6,4,5,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            ASC_EDP,Enchant Deadly Poison
553 379,9,6,1,-1,0x8,0,10,1,yes,0,0,0,weapon,0,0x0, ASC_BREAKER,Soul Destroyer
554
555 //****
556 // Sniper
557 380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,   SN_SIGHT,Falcon Eyes
558 381,9,8,1,0,0x40,0,5,1,yes,0,0,0,misc,0,0x0,            SN_FALCONASSAULT,Falcon Assault
559 382,9,8,1,-1,0,1,5,1,yes,0,0x40000,14,weapon,0,0x0,     SN_SHARPSHOOTING,Focused Arrow Strike
560 383,0,6,4,0,0x3,-1,10,1,yes,0,0,0,weapon,0,0x0, SN_WINDWALK,Wind Walker
561
562 //****
563 // Whitesmith
564 384,0,0,4,0,0x1,0,10,1,yes,0,0,0,weapon,0,0x4000,       WS_MELTDOWN,Shattering Strike
565 385,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,     WS_CREATECOIN,Create Coins
566 386,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,     WS_CREATENUGGET,Create Nuggets
567 387,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x4000,         WS_CARTBOOST,Cart Boost
568 388,9,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0,              WS_SYSTEMCREATE,Auto Attack System
569
570 //****
571 // Stalker
572 389,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x40,             ST_CHASEWALK,Stealth
573 390,0,0,4,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,           ST_REJECTSWORD,Counter Instinct
574 //391,0,0,4,0,1,0,1,1,yes,0,0,0,magic,0,0x0,            ST_STEALBACKPACK,Steal Backpack
575
576 //****
577 // Creator
578 392,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,             CR_ALCHEMY,Alchemy
579 393,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,             CR_SYNTHESISPOTION,Potion Synthesis
580
581 //****
582 // Clown & Gypsy
583 394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0,0x0,  CG_ARROWVULCAN,Vulcan Arrow
584 395,0,0,4,0,0x1,3,1,1,yes,0,0x40,0,misc,2,0x0,  CG_MOONLIT,Sheltering Bliss
585 396,7,6,16,0,0x1,0,1,1,yes,0,0x600,0,none,0,0x40,       CG_MARIONETTE,Marionette Control
586
587 //****
588 // Lord Knight
589 397,5,8,1,-1,0x20,0,5,5,no,0,0x40000,0,weapon,0,0x20000,        LK_SPIRALPIERCE,Spiral Pierce
590 398,4,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,             LK_HEADCRUSH,Traumatic Blow
591 399,4,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,            LK_JOINTBEAT,Vital Strike
592
593 //****
594 // High Wizard
595 400,9,8,1,8,0x6,1,5,1:2:3:4:5,yes,0,0x40000,0,magic,0,0x0,      HW_NAPALMVULCAN,Napalm Vulcan
596
597 //****
598 // Champion
599 401,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,             CH_SOULCOLLECT,Zen
600
601 //****
602 // Professor
603 402,9,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0,              PF_MINDBREAKER,Mind Breaker
604 403,0,0,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,            PF_MEMORIZE,Foresight
605 404,9,6,2,2,0x1,0,5,1,yes,0,0x100,2,magic,0,0x10000,    PF_FOGWALL,Blinding Mist
606 405,7,6,1,0,0x1,0,1,1,no,0,0,3,magic,0,0x0,             PF_SPIDERWEB,Fiber Lock
607
608 //****
609 // Assassin Cross
610 406,0,6,4,-1,0xA,2,10,1,no,0,0x40000,0,weapon,0,0x0,    ASC_METEORASSAULT,Meteor Assault
611 407,0,6,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0,              ASC_CDP,Create Deadly Poison
612
613 //****
614 // Marriage Skills for Baby
615 408,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0,   WE_BABY,Baby
616 409,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0,   WE_CALLPARENT,Call Parent
617 410,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0,   WE_CALLBABY,Call Baby
618
619 //****
620 // Taekwon
621 411,0,6,4,0,0x1,0,10,1,yes,0,0,0,misc,4,0x0,            TK_RUN,Running
622 412,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TK_READYSTORM,Tornado Stance
623 413,-2,8,4,-1,0x2,2,7,-3,no,0,0x40200,0,weapon,0,0x0,   TK_STORMKICK,Tornado Kick
624 414,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TK_READYDOWN,Heel Drop Stance
625 415,-2,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0,0x0,       TK_DOWNKICK,Heel Drop
626 416,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TK_READYTURN,Roundhouse Stance
627 417,-2,8,4,-1,0x2,1,7,-3,no,0,0x200,0,weapon,2,0x0,     TK_TURNKICK,Roundhouse Kick
628 418,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TK_READYCOUNTER,Counter Kick Stance
629 419,-2,8,4,-1,0x40,0,7,-3,no,0,0x200,0,weapon,0,0x0,    TK_COUNTER,Counter Kick
630 420,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            TK_DODGE,Tumbling
631 421,9,8,16,-1,0x1,0,7,-3,no,0,0,0,weapon,0,0x0, TK_JUMPKICK,Flying Kick
632 422,0,0,0,0,0,1,10,0,no,0,0,0,none,0,0x0,               TK_HPTIME,Peaceful Break
633 423,0,0,0,0,0,1,10,0,no,0,0,0,none,0,0x0,               TK_SPTIME,Happy Break
634 424,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,              TK_POWER,Kihop
635 425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0,0x0,        TK_SEVENWIND,Mild Wind
636 426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,            TK_HIGHJUMP,Taekwon Jump
637
638 //****
639 // Star Gladiator
640 427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0,            SG_FEEL,Feeling the Sun Moon and Stars
641 428,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1,  SG_SUN_WARM,Warmth of the Sun
642 429,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1,  SG_MOON_WARM,Warmth of the Moon
643 430,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1,  SG_STAR_WARM,Warmth of the Stars
644 431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0,            SG_SUN_COMFORT,Comfort of the Sun
645 432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0,            SG_MOON_COMFORT,Comfort of the Moon
646 433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0,            SG_STAR_COMFORT,Comfort of the Stars
647 434,9,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0,    SG_HATE,Hatred of the Sun Moon and Stars
648 435,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0,                SG_SUN_ANGER,Anger of the Sun
649 436,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0,                SG_MOON_ANGER,Anger of the Moon
650 437,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0,                SG_STAR_ANGER,Anger of the Stars
651 438,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SG_SUN_BLESS,Blessing of the Sun
652 439,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SG_MOON_BLESS,Blessing of the Moon
653 440,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SG_STAR_BLESS,Blessing of the Stars
654 441,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               SG_DEVIL,Demon of the Sun Moon and Stars
655 442,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0,                SG_FRIEND,Friend of the Sun Moon and Stars
656 443,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               SG_KNOWLEDGE,Knowledge of the Sun Moon and Stars
657 444,0,6,4,0,0x1,0,1,1,no,0,0,0,misc,0,0x0,              SG_FUSION,Union of the Sun Moon and Stars
658 445,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_ALCHEMIST,Spirit of the Alchemist
659
660 //****
661 // Alchemist
662 446,9,6,16,0,0x1,0,1,1,yes,0,0xC08,0,none,0,0x0,        AM_BERSERKPITCHER,Aid Berserk Potion
663
664 //****
665 // Soul Linker
666 447,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_MONK,Spirit of the Monk
667 448,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_STAR,Spirit of the Star Gladiator
668 449,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_SAGE,Spirit of the Sage
669 450,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_CRUSADER,Spirit of the Crusader
670 451,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_SUPERNOVICE,Spirit of the Supernovice
671 452,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_KNIGHT,Spirit of the Knight
672 453,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_WIZARD,Spirit of the Wizard
673 454,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_PRIEST,Spirit of the Priest
674 455,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_BARDDANCER,Spirit of the Artist
675 456,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_ROGUE,Spirit of the Rogue
676 457,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_ASSASIN,Spirit of the Assasin
677 458,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_BLACKSMITH,Spirit of the Blacksmith
678
679 //****
680 // Blacksmith
681 459,0,6,4,0,0x3,-1,1,1,no,0,0x8,0,weapon,0 ,0x4000,     BS_ADRENALINE2,Advanced Adrenaline Rush
682
683 //****
684 // Soul Linker
685 460,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_HUNTER,Spirit of the Hunter
686 461,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0,       SL_SOULLINKER,Spirit of the Soul Linker
687 462,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x0,   SL_KAIZEL,Kaizel
688 463,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x0,   SL_KAAHI,Kaahi
689 464,9,6,16,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0,   SL_KAUPE,Kaupe
690 465,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x0,   SL_KAITE,Kaite
691 466,0,0,0,0,0,0,7,0,yes,0,0,0,magic,0,0x0,              SL_KAINA,Kaina
692 467,9,6,1,-2,0,0,7,1,no,0,0,0,magic,2,0x0,              SL_STIN,Estin
693 468,9,6,1,-2,0,0,7,1,no,0,0,0,magic,0,0x0,              SL_STUN,Estun
694 469,9,8,1,-2,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0, SL_SMA,Esma
695 470,9,6,1,0,0x1,0,7,1,no,0,0,0,magic,0,0x0,             SL_SWOO,Eswoo
696 471,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,0x0,             SL_SKE,Eske
697 472,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,0x0,             SL_SKA,Eska
698
699 //****
700 // Other 2nd Skills
701 473,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,              SM_SELFPROVOKE,Provoke Self
702 474,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0,   NPC_EMOTION_ON,Emotion ON
703 475,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,             ST_PRESERVE,Preserve
704 476,1,6,1,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,   ST_FULLSTRIP,Divest All
705 477,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x4000,        WS_WEAPONREFINE,Upgrade Weapon
706 478,3,6,2,0,0x3,3,10,1,no,0,0,0,none,0,0x0,             CR_SLIMPITCHER,Aid Condensed Potion
707 479,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0,  CR_FULLPROTECTION,Full Protection
708 480,5,8,1,0,0,0,5,5,no,0,0,0,weapon,0,0x20000,          PA_SHIELDCHAIN,Shield Chain
709 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                HP_MANARECHARGE,Mana Recharge
710 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0,             PF_DOUBLECASTING,Double Casting
711 483,18,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0,0x0,     HW_GANBANTEIN,Ganbantein
712 484,18,6,2,2,0xD1,0,5,1,yes,0,0x18000,0,misc,0,0x11010,         HW_GRAVITATION,Gravitation Field
713 485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0,0x4000,      WS_CARTTERMINATION,Cart Termination
714 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x4000,         WS_OVERTHRUSTMAX,Maximum Power Thrust
715 487,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x8,              CG_LONGINGFREEDOM,Longing for Freedom
716 488,0,6,4,0,0x1,1,5,1,no,0,0x20,0,misc,0,0x1,   CG_HERMODE,Wand of Hermode
717 489,9,6,1,0,0x41,0,5,1,no,0,0,0,misc,0,0x0,             CG_TAROTCARD,Tarot Card of Fate
718 490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0,0x0,        CR_ACIDDEMONSTRATION,Acid Demonstration
719 491,1,6,2,0,0x1,0,2,1,no,0,0,0,none,0,0x0,              CR_CULTIVATION,Plant Cultivation
720 492,0,6,4,0:1:2:3:4:5:6:7:8:9,0x1,0,10,1,no,0,0x2,0,none,0,0x0, ITEM_ENCHANTARMS,Weapon Enchantment
721 493,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,              TK_MISSION,Taekwon Mission
722 494,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   SL_HIGH,Spirit of Rebirth
723 495,0,6,4,0,0x1,0,1,1,no,0,0x8,0,weapon,0,0x0,  KN_ONEHAND,Onehand Quicken
724 496,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0,            AM_TWILIGHT1,Twilight Alchemy 1
725 497,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0,            AM_TWILIGHT2,Twilight Alchemy 2
726 498,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0,            AM_TWILIGHT3,Twilight Alchemy 3
727 499,-9,8,1,-1,0,0,1,2,no,0,0x8,0,weapon,0,0x80, HT_POWER,Beast Strafing
728
729 //****
730 // Gunslinger
731 500,0,6,4,0,0x41,0,5,1,no,0,0,0,misc,0,0x0,             GS_GLITTERING,Flip the Coin
732 501,9,6,1,-1,0x50,0,1,1,no,0,0,0,misc,0,0x0,            GS_FLING,Fling
733 502,-9,8,1,-1,0,0,1,3,no,0,0,0,weapon,0,0x0,            GS_TRIPLEACTION,Triple Action
734 503,-9,6,1,-1,0x8,0,1,1,no,0,0,0,weapon,0,0x0,  GS_BULLSEYE,Bulls Eye
735 504,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            GS_MADNESSCANCEL,Madness Canceller
736 505,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            GS_ADJUSTMENT,AdJustment
737 506,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,            GS_INCREASING,Increasing Accuracy
738 507,-9,6,1,8,0,0,1,1,no,0,0,0,weapon,0,0x0,             GS_MAGICALBULLET,Magical Bullet
739 508,-9,6,1,-1,0x1,0,1,1,no,0,0,0,weapon,0,0x0,  GS_CRACKER,Cracker
740 509,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               GS_SINGLEACTION,Single Action
741 510,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               GS_SNAKEEYE,Snake Eye
742 511,-9,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,0x0,   GS_CHAINACTION,Chain Action
743 512,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x0,  GS_TRACKING,Tracking
744 513,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,            GS_DISARM,Disarm
745 514,-9,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,0,0x100,       GS_PIERCINGSHOT,Piercing Shot
746 515,-9,8,1,-1,0,0,10,-5,no,0,0,0,weapon,0,0x100,        GS_RAPIDSHOWER,Rapid Shower
747 516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0,0x0,  GS_DESPERADO,Desperado
748 517,0,6,4,-1,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  GS_GATLINGFEVER,Gatling Fever
749 518,2,6,1,-1,0,0,10,1,no,0,0,0,weapon,5,0x0,            GS_DUST,Dust
750 519,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x100,        GS_FULLBUSTER,Full Buster
751 520,-9,6,1,-1,0x2,1:1:1:2:2:2:3:3:3:4,10,1,no,0,0x40000,0,weapon,0,0x100,       GS_SPREADATTACK,Spread Attack
752 521,-9,6,2,-1,0x42,1,10,1,no,0,0,0,weapon,3,0x100,      GS_GROUNDDRIFT,Ground Drift
753
754 //****
755 // Ninja
756 522,0,0,0,0,0,0,10,1,no,0,0,0,weapon,0,0x0,             NJ_TOBIDOUGU,Shuriken Training
757 523,9,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,0x0, NJ_SYURIKEN,Throw Shuriken
758 524,9,8,1,-1,0x48,0,5,3,no,0,0,0,weapon,0,0x0,  NJ_KUNAI,Throw Kunai
759 525,9,8,1,-1,0x6,1,5,-3:-3:-4:-4:-5,yes,0,0x40000,0,weapon,0,0x0,       NJ_HUUMA,Throw Huuma Shuriken
760 526,9,6,1,0,0x50,0,10,1,no,0,0x18000,0,misc,0,0x0,              NJ_ZENYNAGE,Throw Zeny
761 527,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,3,0x0,             NJ_TATAMIGAESHI,Improvised Defense
762 528,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,   NJ_KASUMIKIRI,Vanishing Slash
763 529,7:9:11:13:15,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x4,   NJ_SHADOWJUMP,Shadow Leap
764 530,7:9:11:13:15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x204,        NJ_KIRIKAGE,Shadow Slash
765 531,0,6,4,0,0x1,0,5,1,no,0,0,0,none,7,0x0,              NJ_UTSUSEMI,Cicada Skin Sheeding
766 532,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,   NJ_BUNSINJYUTSU,Mirror Image
767 533,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,               NJ_NINPOU,Spirit of the Blade
768 534,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0,  NJ_KOUENKA,Crimson Fire Petal
769 535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,0,0x0,             NJ_KAENSIN,Crimson Fire Formation
770 536,9,8,1,3,0,0,5,-3,yes,0,0,0,magic,0,0x0,             NJ_BAKUENRYU,Raging Fire Dragon
771 537,9,8,1,1,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,0,0x0,        NJ_HYOUSENSOU,Spear of Ice
772 538,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0,0x1000,        NJ_SUITON,Hidden Water
773 539,0,6,4,1,0,0,5,1,yes,0,0,0,magic,0,0x0,              NJ_HYOUSYOURAKU,Ice Meteor
774 540,9,8,1,4,0,0,10,1:2:2:3:3:4:4:5:5:6,yes,0,0,0,magic,0,0x0,   NJ_HUUJIN,Wind Blade
775 541,9,6,4,4,0,0,5,1,yes,0,0,0,magic,0,0x0,      NJ_RAIGEKISAI,Lightning Strike of Destruction
776 542,5:6:7:8:9,8,1,4,0,1,5,1,yes,0,0x40000,5:6:7:8:9,magic,0,0x0,        NJ_KAMAITACHI,Kamaitachi
777 543,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,             NJ_NEN,Soul
778 544,-5,6,1,0,0x40,0,10,1,no,0,0,0,weapon,0,0x0, NJ_ISSEN,Final Strike
779
780 572,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SL_DEATHKNIGHT,SL_DEATHKNIGHT
781 573,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SL_COLLECTOR,SL_COLLECTOR
782 574,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SL_NINJA,SL_NINJA
783 575,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,                SL_GUNNER,SL_GUNNER
784
785 //****
786 // Additional NPC Skills (Episode 11.3)
787 653,0,8,4,0,0x6,5:7:9:11:13:5:7:9:11:13,10,1,no,0,0x40002,0,magic,0,0x0,        NPC_EARTHQUAKE,Earthquake
788 654,6,6,1,3,0,3,10,1,no,0,0x2,14,weapon,0,0x0,  NPC_FIREBREATH,Fire Breath
789 655,6,6,1,1,0,3,10,1,no,0,0x2,14,weapon,0,0x0,  NPC_ICEBREATH,Ice Breath
790 656,6,6,1,4,0,3,10,1,no,0,0x2,14,weapon,0,0x0,  NPC_THUNDERBREATH,Thunder Breath
791 657,6,6,1,5,0,3,10,1,no,0,0x2,14,weapon,0,0x0,  NPC_ACIDBREATH,Acid Breath
792 658,6,6,1,7,0,3,10,1,no,0,0x2,14,weapon,0,0x0,  NPC_DARKNESSBREATH,Darkness Breath
793 659,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_DRAGONFEAR,Dragon Fear
794 660,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_BLEEDING,Bleeding
795 661,0,6,4,0,0x2,7,5,1,no,0,0x40002,0,weapon,7,0x0,      NPC_PULSESTRIKE,Pulse Strike
796 662,0,6,4,0,0x2,14,10,1,no,0,0x40002,0,weapon,0,0x0,    NPC_HELLJUDGEMENT,Hell's Judgement
797 663,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDESILENCE,Wide Silence
798 664,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDEFREEZE,Wide Freeze
799 665,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDEBLEEDING,Wide Bleeding
800 666,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDESTONE,Wide Petrify
801 667,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDECONFUSE,Wide Confusion
802 668,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDESLEEP,Wide Sleep
803 669,0,6,4,3,0x3,5,1,1,no,0,0x2,0,magic,0,0x0,   NPC_WIDESIGHT,Wide Sight
804 670,7,6,2,7,0xD1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_EVILLAND,Evil Land
805 671,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0,   NPC_MAGICMIRROR,Magic Mirror
806 672,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_SLOWCAST,Slow Cast
807 673,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0,  NPC_CRITICALWOUND,Critical Wounds
808 674,-9,6,1,-1,0x1,0,1,1,no,0,0x2,0,none,0,0x0,  NPC_EXPULSION,Expulsion
809 675,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0,   NPC_STONESKIN,Stone Skin
810 676,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0,   NPC_ANTIMAGIC,Anti Magic
811 677,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDECURSE,Wide Curse
812 678,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0,  NPC_WIDESTUN,Wide Stun
813 679,0,6,4,0,0x2,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,weapon,0,0x0,        NPC_VAMPIRE_GIFT,Vampire Gift
814 680,0,6,4,0,0x3,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,none,0,0x0,  NPC_WIDESOULDRAIN,Wide Soul Drain
815
816 //****
817 // Cash Shop Skill
818 681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0,0x0,             ALL_INCCARRY,Increase Weight Limit R
819
820 //****
821 // Additional NPC skill (Episode 12)
822 682,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0,    NPC_TALK,Talk
823 683,-9,0,1,0,0x1,0,5,1,no,0,0x2,0,none,0,0x0,   NPC_HELLPOWER,Hell Power
824 684,0,6,4,0,0x3,-1,1,1,no,0,0x2,0,none,0,0x0,   NPC_WIDEHELLDIGNITY,Hell Dignity
825 685,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0,    NPC_INVINCIBLE,Invincible
826 686,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0,    NPC_INVINCIBLEOFF,Invincible off
827 687,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,none,0,0x0,   NPC_ALLHEAL,Full Heal
828
829 //****
830 // Additional Skill (??)
831 688,9,6,16,0,0x1,0,10,0,no,0,0x200,0,none,0,0x0,        GM_SANDMAN,GM Sandman
832 689,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0,0x1000,     CASH_BLESSING,Party Blessing
833 690,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0,0x1000,     CASH_INCAGI,Party Increase AGI
834 691,0,6,4,0,0x3,-1,5,1,yes,0,0x2,0,magic,0,0x0, CASH_ASSUMPTIO,Party Assumptio
835 692,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0,              ALL_CATCRY,Cat Cry
836 693,0,6,4,0,0x3,-1,1,1,yes,0,0x2,0,magic,0,0x0, ALL_PARTYFLEE,Party Flee
837 //694,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0,            ALL_ANGEL_PROTECT,Angel's Protection
838 695,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0,              ALL_DREAM_SUMMERNIGHT,Summer Night Dream
839 //696,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0,            NPC_CHANGEUNDEAD2,Change Undead
840 697,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0,  ALL_REVERSEORCISH,Reverse Orcish
841 698,0,6,4,0,0x01,0,1,1,no,0,0x2,0,none,0,0x0,           ALL_WEWISH,Christmas Carol
842 //699,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0,            ALL_SONKRAN,ALL_SONKRAN
843
844 //****
845 // New NPC Wide Status AoE Skills And Others
846 //700,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDEHEALTHFEAR,Wide Health Fear
847 //701,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDEBODYBURNNING,Wide Body Burnning
848 //702,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDEFROSTMISTY,Wide Freezing
849 //703,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDECOLD,Wide Crystalize
850 //704,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDE_DEEP_SLEEP,Wide Deep Sleep
851 //705,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDESIREN,Wide Siren's Voice
852 706,0,6,4,5,0,0,10,1,no,0,0x2,0,magic,0,0x1,    NPC_VENOMFOG,Venom Fog
853 //707,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_MILLENNIUMSHIELD,Millenium Shield 2
854 //708,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_COMET,Comet 2
855 //709,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_ICEMINE,Ice Mine
856 //710,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_ICEEXPLO,Ice Explosion
857 //711,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_FLAMECROSS,Flame Cross
858 //712,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_PULSESTRIKE2,Pulse Strike 2
859 //713,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_DANCINGBLADE,Dancing Blade
860 //714,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_DANCINGBLADE_ATK,Dancing Blade Attack
861 //715,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_DARKPIERCING,Dark Piercing
862 716,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0,           NPC_MAXPAIN,Max Pain
863 717,0,6,1,0,0xD2,18,10,1,no,0,0x2,0,misc,0,0x0,         NPC_MAXPAIN_ATK,Max Pain Attack
864 //718,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_DEATHSUMMON,Death Summon
865 //719,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_HELLBURNING,Hell Burning
866 //720,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_JACKFROST,Jack Frost 2
867 //721,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDEWEB,Wide Web
868 //722,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDESUCK,Wide Suck
869 //723,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_STORMGUST2,Storm Gust 2
870 //724,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_FIRESTORM,Fire Storm
871 //725,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_REVERBERATION,Reverberation 2
872 //726,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_REVERBERATION_ATK,Reverberation Attack
873 //727,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_LEX_AETERNA,Lex Aeterna 2
874 //728,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_ARROWSTORM,NPC Arrow Storm
875 //729,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_CHEAL,NPC Coluceo Heal
876 //730,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_SR_CURSEDCIRCLE,NPC 
877 //731,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_DRAGONBREATH,NPC Dragon Breath
878 //732,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_FATALMENACE,NPC Fatal Menace
879 //733,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_MAGMA_ERUPTION,NPC Magma Eruption
880 //734,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_MAGMA_ERUPTION_DOTDAMAGE,NPC Magma Eruption Dot Damage
881 //735,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_MANDRAGORA,NPC Howling of Mandragora
882 //736,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_PSYCHIC_WAVE,NPC Psychic Wave
883 //737,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_RAYOFGENESIS,NPC Ray of Genesis
884 //738,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_VENOMIMPRESS,NPC Venom Impress
885 //739,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_CLOUD_KILL,NPC Cloud Kill
886 //740,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_IGNITIONBREAK,NPC Ignition Break
887 //741,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_PHANTOMTHRUST,NPC Phantom Thrust
888 //742,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_POISON_BUSTER,NPC Poison Blaster
889 //743,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_HALLUCINATIONWALK,NPC Hallucination Walk
890 //744,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_ELECTRICWALK,NPC Electric Walk
891 //745,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_FIREWALK,NPC Fire Walk
892 //746,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDEDISPEL,Wide Dispell
893 //747,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_LEASH,Leash
894 //748,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDELEASH,Wide Leash
895 //749,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,             NPC_WIDECRITICALWOUND,Wide Critical Wound
896
897 //****
898 // 2nd Quest Skills
899 1001,14,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,0,0x0, KN_CHARGEATK,Charge Attack
900 1002,0,6,4,0,0x1,0,1,0,no,0,0x1,0,weapon,2,0x0, CR_SHRINK,Shrink
901 1003,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x0,   AS_SONICACCEL,Sonic Acceleration
902 1004,9,8,1,0,0x8,0,1,1,no,0,0x1,0,weapon,0,0x0, AS_VENOMKNIFE,Throw Venom Knife
903 1005,1,6,1,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0, RG_CLOSECONFINE,Close Confine
904 1006,0,6,4,3,0,1,1,1,yes,0,0x40001,0,magic,3,0x0,       WZ_SIGHTBLASTER,Sight Blaster
905 1007,0,6,4,0,0x1,0,1,0,no,0,0x1,0,none,0,0x0,   SA_CREATECON,Create Elemental Converter
906 1008,9,6,1,1,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTWATER,Elemental Change Water
907 1009,-9,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,3,0x0, HT_PHANTASMIC,Phantasmic Arrow
908 1010,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,0x0,   BA_PANGVOICE,Pang Voice
909 1011,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,0x0,   DC_WINKCHARM,Wink of Charm
910 1012,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x4000,        BS_UNFAIRLYTRICK,Unfair Trick
911 1013,0,6,4,0,0x3,2,1,0,no,0,0x1,0,weapon,0,0x2000,      BS_GREED,Greed
912 1014,0,6,4,6,0x3,14,1,0,yes,0,0x1,0,magic,0,0x0,        PR_REDEMPTIO,Redemptio
913 1015,9,6,16,0,0x1,0,1,1,no,0,0x401,0,weapon,0,0x0,      MO_KITRANSLATION,Ki Translation
914 1016,-1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,5,0x0,       MO_BALKYOUNG,Ki Explosion
915 1017,9,6,1,2,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTGROUND,Elemental Change Earth
916 1018,9,6,1,3,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTFIRE,Elemental Change Fire
917 1019,9,6,1,4,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTWIND,Elemental Change Wind
918
919 //****
920 // RK Rune Knight
921 2001,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    RK_ENCHANTBLADE,Enchant Blade
922 2002,7:8:9:10:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,  RK_SONICWAVE,Sonic Wave
923 2003,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  RK_DEATHBOUND,Death Bound
924 2004,5,8,1,-1,0,0,10,-5,no,0,0,0,weapon,0,0x20000,      RK_HUNDREDSPEAR,Hundred Spear
925 2005,1,6,2,4,0x2,2,5,1,no,0,0,0,weapon,3,0x0,   RK_WINDCUTTER,Wind Cutter
926 2006,0,6,4,-1,0x2,5,5,1,no,0,0,0,weapon,0,0x0,  RK_IGNITIONBREAK,Ignition Break
927 2007,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               RK_DRAGONTRAINING,Dragon Training
928 2008,9,6,2,3,0x42,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0x40000,0,weapon,0,0x0, RK_DRAGONBREATH,Dragon Breath
929 2009,0,6,4,0,0x3,3:4:5:6:7,5,1,no,0,0,0,none,0,0x0,     RK_DRAGONHOWLING,Dragon Howling
930 2010,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              RK_RUNEMASTERY,Rune Mastery
931 2011,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,     RK_MILLENNIUMSHIELD,Millenium Shield
932 2012,1,6,4,-1,0,0,1,1,yes,0,0,0,none,0,0x0,     RK_CRUSHSTRIKE,Crush Strike
933 2013,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    RK_REFRESH,Refresh
934 2014,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    RK_GIANTGROWTH,Giant Growth
935 2015,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    RK_STONEHARDSKIN,Stone Hard Skin
936 2016,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    RK_VITALITYACTIVATION,Vitality Activation
937 2017,0,6,4,-1,0x2,3,1,1,no,0,0x40000,0,weapon,7,0x0,    RK_STORMBLAST,Storm Blast
938 2018,0,6,4,0,0x3,-1,1,1,yes,0,0,0,none,0,0x0,   RK_FIGHTINGSPIRIT,Fighting Spirit //CHECK Is this splash needed?
939 2019,9,6,4,6,0x1,0,1,1,yes,0,0,0,none,0,0x0,    RK_ABUNDANCE,Abundance
940 2020,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0x400,0,weapon,0,0x0,        RK_PHANTOMTHRUST,Phantom Thrust
941
942 //****
943 // WL Warlock
944 2201,11,6,16,0,0,0,5,1,yes,0,0,0,magic,0,0x400, WL_WHITEIMPRISON,White Imprison
945 2202,11,8,1,8,0x2,1:1:1:2:2,5,-2,yes,0,0,0,magic,0,0x400,       WL_SOULEXPANSION,Soul Expansion
946 2203,0,8,4,1,0x2,9,5,-3:-4:-5:-6:-7,yes,0,0,0,magic,0,0x400,    WL_FROSTMISTY,Frosty Misty
947 2204,0,8,4,1,0x2,5:6:7:8:9,5,-5,yes,0,0,0,magic,0,0x0,  WL_JACKFROST,Jack Frost
948 2205,11,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0,0x400,        WL_MARSHOFABYSS,Marsh of Abyss
949 2206,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WL_RECOGNIZEDSPELL,Recognized Spell
950 2207,7,6,1,2,0x3,1:2:2:3:3,5,1,yes,0,0,0,magic,0,0x400, WL_SIENNAEXECRATE,Sienna Execrate
951 2208,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0,               WL_RADIUS,Radius
952 2209,0,6,4,0,0x3,9:10:11:12:13,5,1,yes,0,0,0,magic,0,0x0,       WL_STASIS,Stasis
953 2210,11,6,1,0,0,0,5,1,yes,0,0,0,magic,0,0x400,  WL_DRAINLIFE,Drain Life
954 2211,11,8,1,3,0x2,3,5,-7,yes,0,0,0,magic,3,0x400,       WL_CRIMSONROCK,Crimson Rock
955 2212,11,6,1,3,0,0,5,1,yes,0,0,0,magic,0,0x400,  WL_HELLINFERNO,Hell Inferno
956 2213,11,8,2,0,0x2,9,5,-20,yes,0,0,0,magic,2,0x400,      WL_COMET,Comet
957 2214,11,6,1,0,0x2,3,5,1,yes,0,0,0,magic,0,0x400,                WL_CHAINLIGHTNING,Chain Lightning //CHECK Is the splash being used for the target search?
958 2215,11,6,1,4,0,0,5,1,no,0,0,0,magic,0,0x0,             WL_CHAINLIGHTNING_ATK,Chain Lightning Attack
959 2216,6,8,2,2,0,0,5,-6:-7:-8:-9:-10,yes,0,0,0,magic,0,0x10000,   WL_EARTHSTRAIN,Earth Strain
960 2217,11,6,1,0,0,0,5,1,yes,0,0,0,magic,0,0x400,  WL_TETRAVORTEX,Tetra Vortex
961 2218,11,6,1,3,0,0,5,1,no,0,0,0,magic,0,0x0,             WL_TETRAVORTEX_FIRE,Tetra Vortex Fire
962 2219,11,6,1,1,0,0,5,1,no,0,0,0,magic,0,0x0,             WL_TETRAVORTEX_WATER,Tetra Vortex Water
963 2220,11,6,1,4,0,0,5,1,no,0,0,0,magic,0,0x0,             WL_TETRAVORTEX_WIND,Tetra Vortex Wind
964 2221,11,6,1,2,0,0,5,1,no,0,0,0,magic,0,0x0,             WL_TETRAVORTEX_GROUND,Tetra Vortex Earth
965 2222,0,6,4,3,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WL_SUMMONFB,Summon Fire Ball
966 2223,0,6,4,4,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WL_SUMMONBL,Summon Lightning Ball
967 2224,0,6,4,1,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WL_SUMMONWB,Summon Water Ball
968 2225,11,6,1,3,0,0,5,1,no,0,0,1,magic,0,0x0,             WL_SUMMON_ATK_FIRE,Summon Attack Fire //CHECK Summon attack ID's dont appear to have a range.
969 2226,11,6,1,4,0,0,5,1,no,0,0,1,magic,0,0x0,             WL_SUMMON_ATK_WIND,Summon Attack Wind
970 2227,11,6,1,1,0,0,5,1,no,0,0,1,magic,0,0x0,             WL_SUMMON_ATK_WATER,Summon Attack Water
971 2228,11,6,1,2,0,0,5,1,no,0,0,1,magic,0,0x0,             WL_SUMMON_ATK_GROUND,Summon Attack Earth
972 2229,0,6,4,2,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WL_SUMMONSTONE,Summon Stone
973 2230,11,8,1,0,0,0,2,1,yes,0,0,0,magic,0,0x400,  WL_RELEASE,Release //CHECK Should it be left to do multi hit or single hit?
974 2231,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,   WL_READING_SB,Reading Spellbook
975 2232,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               WL_FREEZE_SP,Freeze Spell
976
977
978 //****
979 // GC Guillotine Cross
980 2021,10,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0,                    GC_VENOMIMPRESS,Venom Impress
981 2022,3,8,1,-1,0,0,5,-7,no,0,0,0,weapon,0,0x0,                   GC_CROSSIMPACT,Cross Impact
982 2023,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    GC_DARKILLUSION,Dark Illusion
983 2024,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              GC_RESEARCHNEWPOISON,Research New Poison
984 2025,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             GC_CREATENEWPOISON,Create New Poison
985 2026,5,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0,    GC_ANTIDOTE,Antidote
986 2027,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             GC_POISONINGWEAPON,Poisoning Weapon
987 2028,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             GC_WEAPONBLOCKING,Weapon Blocking
988 2029,0,6,4,-1,0x22,1,5,1,no,0,0,0,weapon,3,0x0, GC_COUNTERSLASH,Counter Slash
989 2030,-2,6,4,-1,0,0,5,1,no,0,0x200,0,weapon,0,0x0,       GC_WEAPONCRUSH,Weapon Crush
990 2031,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    GC_VENOMPRESSURE,Venom Pressure
991 2032,5,6,2,0,0x1,0,5,1,yes,0,0,1,none,0,0x0,    GC_POISONSMOKE,Poison Smoke
992 2033,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x80040,       GC_CLOAKINGEXCEED,Cloaking Exceed
993 2034,0,6,4,-1,0x2,3,1,1,no,0,0,0,weapon,0,0x0,  GC_PHANTOMMENACE,Phantom Menace
994 2035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             GC_HALLUCINATIONWALK,Hallucination Walk
995 2036,0,6,4,-1,0x2,1:1:1:1:2,5,1,no,0,0,0,weapon,0,0x0,  GC_ROLLINGCUTTER,Rolling Cutter
996 2037,9:10:11:12:13,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,        GC_CROSSRIPPERSLASHER,Cross Ripper Slasher
997
998 //****
999 // AB Arch Bishop
1000 2038,11,8,1,6,0x2,1,5,-3,yes,0,0,0,magic,0,0x0, AB_JUDEX,Judex
1001 2039,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,   AB_ANCILLA,Ancilla
1002 2040,11,8,1,6,0,0,10,-10,yes,0,0,0,magic,0,0x0, AB_ADORAMUS,Adoramus
1003 2041,0,6,4,0,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0,      AB_CLEMENTIA,Crementia
1004 2042,0,6,4,0,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0,      AB_CANTO,Canto Candidus
1005 2043,0,6,4,6,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0,      AB_CHEAL,Coluceo Heal
1006 2044,11,6,2,6,0x1,2,5,1,yes,0,0,1,magic,0,0x0,  AB_EPICLESIS,Epiclesis
1007 2045,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0,0x0, AB_PRAEFATIO,Praefatio
1008 2046,0,6,4,6,0x3,15,10,1,yes,0,0,0,magic,0,0x0, AB_ORATIO,Oratio
1009 2047,0,6,4,6,0x3,15,4,1,yes,0,0,0,magic,0,0x0,  AB_LAUDAAGNUS,Lauda Agnus
1010 2048,0,6,4,6,0x3,15,4,1,yes,0,0,0,magic,0,0x0,  AB_LAUDARAMUS,Lauda Ramus
1011 2049,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              AB_EUCHARISTICA,Eucharistica
1012 2050,11,6,16,6,0x1,0,1,1,yes,0,0,0,magic,0,0x0, AB_RENOVATIO,Renovatio
1013 2051,11,6,16,6,0x21,0,5,1,yes,0,0,0,magic,0,0x0,        AB_HIGHNESSHEAL,Highness Heal //CHECK Info shows this has magic attack.
1014 2052,11,6,1,0,0x1,0,5,1,yes,0,0x400,0,magic,0,0x10020,  AB_CLEARANCE,Clearance
1015 2053,11,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, AB_EXPIATIO,Expiatio //CHECK Does this also give the buff to party members?
1016 2054,0,6,4,6,0x1,0,10,1,yes,0,0,0,none,0,0x0,   AB_DUPLELIGHT,Duple Light //CHECK Had issues adding a skill level check to make the % go higher with the skills level. Will do later.
1017 2055,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,  AB_DUPLELIGHT_MELEE,Duple Light Melee
1018 2056,-1,6,1,0,0,0,10,1,no,0,0,0,magic,0,0x0,    AB_DUPLELIGHT_MAGIC,Duple Light Magic
1019 2057,0,6,4,6,0x3,4:5:6:7:8,5,1,yes,0,0,0,magic,0,0x0,   AB_SILENTIUM,Silentium //CHECk Marked magic attack as well. Hmmmm....
1020
1021 2515,11,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, AB_SECRAMENT,Secrament
1022
1023 //****
1024 // RA Ranger
1025 2233,9,8,1,-1,0x2,3:3:3:3:3:4:4:4:4:5,10,-3,yes,0,0,0,weapon,0,0x80,            RA_ARROWSTORM,Arrow Storm
1026 2234,0,6,4,0,0,0,5,1,yes,0,0,0,none,0,0x0,              RA_FEARBREEZE,Fear Breeze
1027 2235,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              RA_RANGERMAIN,Ranger Main
1028 2236,9,8,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x80, RA_AIMEDBOLT,Aimed Bolt
1029 2237,9,6,2,0,0x3,3,1,1,no,0,0x40000,0,none,0,0x2000,            RA_DETONATOR,Detonator
1030 2238,3,6,2,0,0x3,2,5,1,no,0,0x80,3,misc,0,0x2000,       RA_ELECTRICSHOCKER,Electric Shocker
1031 2239,3,6,2,0,0x42,3,5,1,no,0,0x80,3,misc,0,0x2800,      RA_CLUSTERBOMB,Cluster Bomb
1032 2240,0,6,4,0,0,0,1,1,no,0,0,0,none,0,0x0,               RA_WUGMASTERY,Warg Mastery
1033 2241,0,6,4,0,0,0,3,1,no,0,0,0,none,0,0x2000,            RA_WUGRIDER,Warg Rider
1034 2242,0,6,4,-1,0x42,1,1,1,no,0,0,0,weapon,0,0x42000,     RA_WUGDASH,Warg Dash
1035 2243,9,6,1,0,0x98,0,5,1,no,0,0,0,weapon,0,0x42000,      RA_WUGSTRIKE,Warg Strike
1036 2244,9,6,1,0,0x98,0,5,1,no,0,0,0,weapon,0,0x40080,      RA_WUGBITE,Warg Bite
1037 2245,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              RA_TOOTHOFWUG,Tooth of Warg
1038 2246,0,6,4,0,0x2,3:4:5:6:7,5,1,no,0,0x40000,0,weapon,0,0x0,     RA_SENSITIVEKEEN,Sensitive Keen
1039 2247,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x80040,         RA_CAMOUFLAGE,Camouflage
1040 2248,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               RA_RESEARCHTRAP,Research Trap
1041 2249,3,6,2,3,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000,      RA_MAGENTATRAP,Magenta Trap
1042 2250,3,6,2,1,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000,      RA_COBALTTRAP,Cobalt Trap
1043 2251,3,6,2,2,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000,      RA_MAIZETRAP,Maize Trap
1044 2252,3,6,2,4,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000,      RA_VERDURETRAP,Verdure Trap
1045 2253,3,6,2,3,0x42,2,5,1,no,0,0x40080,2,misc,0,0x2800,   RA_FIRINGTRAP,Firing Trap
1046 2254,3,6,2,1,0x42,2,5,1,no,0,0x40080,2,misc,0,0x2800,   RA_ICEBOUNDTRAP,Icebound Trap
1047
1048 //****
1049 // NC Mechanic
1050 2255,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               NC_MADOLICENCE,Mado License
1051 2256,11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,   NC_BOOSTKNUCKLE,Boost Knuckle
1052 2257,3,6,1,-1,0,0,3,1,no,0,0,0,weapon,0,0x0,    NC_PILEBUNKER,Pile Bunker
1053 2258,13,6,1,-1,0x2,1,3,1,no,0,0x40000,0,weapon,0,0x0,   NC_VULCANARM,Vulcan Arm
1054 2259,5,6,1,3,0,1,3,1,no,0,0,5,weapon,0,0x0,             NC_FLAMELAUNCHER,Flame Launcher
1055 2260,7,6,2,1,0x2,2:3:4,3,1,no,0,0x40000,0,weapon,0,0x0, NC_COLDSLOWER,Cold Slower
1056 2261,9:11:13,6,1,-1,0x42,3:2:1,3,1,no,0,0,0,weapon,0,0x0,       NC_ARMSCANNON,Arm Cannon
1057 2262,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0,             NC_ACCELERATION,Acceleration
1058 2263,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             NC_HOVERING,Hovering
1059 2264,0,6,4,0,0x1,0,1,1,no,0,0,0,none,7,0x0,             NC_F_SIDESLIDE,Front-Side Slide
1060 2265,0,6,4,0,0x1,0,1,1,no,0,0,0,none,7,0x0,             NC_B_SIDESLIDE,Back-Side Slide
1061 2266,0,0,0,0,0,0,4,0,no,0,0,0,none,0,0x0,               NC_MAINFRAME,Mainframe Restructure
1062 2267,0,6,4,0,0xCA,2:3:4,3,1,no,0,0x40000,0,weapon,5,0x0,        NC_SELFDESTRUCTION,Self Destruction
1063 2268,0,6,4,0,0x1,0,4,1,yes,0,0,0,none,0,0x0,    NC_SHAPESHIFT,Shape Shift
1064 2269,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             NC_EMERGENCYCOOL,Emergency Cool
1065 2270,0,6,4,0,0x3,7,1,1,yes,0,0,0,none,0,0x0,    NC_INFRAREDSCAN,Infrared Scan
1066 2271,9,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    NC_ANALYZE,Analyze
1067 2272,0,6,4,0,0x3,2,3,1,no,0,0,0,none,0,0x0,     NC_MAGNETICFIELD,Magnetic Field
1068 2273,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0,     NC_NEUTRALBARRIER,Neutral Barrier
1069 2274,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0,     NC_STEALTHFIELD,Stealth Field
1070 2275,5:6:7:8:9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,  NC_REPAIR,Repair
1071 2276,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              NC_TRAININGAXE,Axe Training
1072 2277,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               NC_RESEARCHFE,Research Fire/Earth
1073 2278,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0,0,weapon,2:3:4:5:6,0x0,    NC_AXEBOOMERANG,Axe Boomerang
1074 2279,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    NC_POWERSWING,Power Swing
1075 2280,0,8,4,-1,0x2,2:2:3:3:3,5,-6,no,0,0x40000,0,weapon,0,0x0,   NC_AXETORNADO,Axe Tornado
1076 2281,2,6,2,0,0x1,0,5,1,yes,0,0,2,none,0,0x0,    NC_SILVERSNIPER,FAW - Silver Sniper
1077 2282,2,6,2,0,0x1,0,5,1,yes,0,0,2,none,0,0x0,    NC_MAGICDECOY,FAW - Magic Decoy
1078 2283,5,6,1,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             NC_DISJOINT,FAW Removal
1079
1080 //****
1081 // SC Shadow Chaser
1082 2284,1,6,1,-1,0x2,1,5,1,no,0,0,0,weapon,0,0x0,  SC_FATALMENACE,Fatal Menace
1083 2285,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0,    SC_REPRODUCE,Reproduce
1084 2286,0,6,4,0,0x1,0,10,1,yes,0,0,0,none,0,0x0,   SC_AUTOSHADOWSPELL,Auto Shadow Spell
1085 2287,5,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x8040,          SC_SHADOWFORM,Shadow Form
1086 2288,7:7:7:9:9:9:9:11:11:11,8,1,-1,0,0,10,-3,yes,0,0,0,weapon,3,0x0,    SC_TRIANGLESHOT,Triangle Shot
1087 2289,0,6,4,0,0x3,2,5,1,no,0,0,0,none,0,0x0,             SC_BODYPAINT,Body Painting
1088 2290,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    SC_INVISIBILITY,Invisibility
1089 2291,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             SC_DEADLYINFECT,Deadly Infect
1090 2292,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_ENERVATION,Masquerade - Enervation
1091 2293,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_GROOMY,Masquerade - Gloomy
1092 2294,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_IGNORANCE,Masquerade - Ignorance
1093 2295,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_LAZINESS,Masquerade - Laziness
1094 2296,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_UNLUCKY,Masquerade - Unlucky
1095 2297,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_WEAKNESS,Masquerade - Weakness
1096 2298,3,6,1,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    SC_STRIPACCESSARY,Strip Accessory
1097 2299,7,6,2,0,0x1,0,3,1,yes,0,0,3,magic,0,0x0,   SC_MANHOLE,Man Hole
1098 2300,7,6,2,0,0x1,0,3,1,yes,0,0,1,magic,0,0x0,   SC_DIMENSIONDOOR,Dimension Door
1099 2301,7,6,2,0,0x1,0,3,1,yes,0,0x20000,0,magic,0,0x0,     SC_CHAOSPANIC,Chaos Panic
1100 2302,7,6,2,0,0x1,0,3,1,yes,0,0x20000,1,magic,0,0x0,     SC_MAELSTROM,Maelstrom
1101 2303,7,6,2,0,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SC_BLOODYLUST,Bloody Lust
1102 2304,0,6,4,-1,0,0,3,1,no,0,0x40000,0,weapon,3:6:9,0x0,  SC_FEINTBOMB,Feint Bomb
1103
1104 //****
1105 // LG Royal Guard
1106 2307,11,8,1,-1,0,1,5,1,no,0,0,11,weapon,0,0x0,  LG_CANNONSPEAR,Cannon Spear
1107 2308,7,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,   LG_BANISHINGPOINT,Banishing Point
1108 2309,0,6,4,0,0x3,2,3,1,no,0,0,0,none,0,0x0,             LG_TRAMPLE,Trample
1109 2310,1,6,1,0,0,0,5,1,no,0,0,0,weapon,0,0x0,             LG_SHIELDPRESS,Shield Press
1110 2311,0,6,4,0,0x3,3,5,1,no,0,0,0,none,0,0x0,     LG_REFLECTDAMAGE,Reflect Damage
1111 2312,5,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    LG_PINPOINTATTACK,Pinpoint Attack
1112 2313,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    LG_FORCEOFVANGUARD,Force of Vanguard
1113 2314,1,6,1,-1,0,0,1,1,no,0,0,0,weapon,0,0x0,    LG_RAGEBURST,Rage Burst
1114 2315,0,6,4,0:6:0,0x2,0,3,1,yes,0,0,0,none,2:0:0,0x0,    LG_SHIELDSPELL,Shield Spell
1115 2316,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    LG_EXEEDBREAK,Exceed Break
1116 2317,2,6,2,-1,0x2,0,5,1,yes,0,0,0,weapon,0,0x0, LG_OVERBRAND,Over Brand
1117 2318,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    LG_PRESTIGE,Prestige
1118 2319,0,6,4,0,0x3,3,5,1,no,0,0,0,weapon,0,0x0,   LG_BANDING,Banding //CHECK Splash isnt needed right? Banding has its own UNIT ID.
1119 2320,0,6,4,-1,0x2,3,5,1,yes,0,0,0,weapon,0,0x1000,      LG_MOONSLASHER,Moon Slasher
1120 2321,1,8,2,6,0x2,5,5,-7,yes,0,0,0,weapon,0,0x0, LG_RAYOFGENESIS,Ray of Genesis
1121 2322,0,6,16,0,0x3,1,5,1,yes,0,0,0,none,0,0x0,   LG_PIETY,Piety
1122 2323,0,8,4,2,0x2,1:1:2:2:3,5,-5,yes,0,0,0,weapon,0,0x10000,     LG_EARTHDRIVE,Earth Drive
1123 2324,3,8,1,-1,0,0,5,3,yes,0,0,0,weapon,0,0x0,   LG_HESPERUSLIT,Hesperus Lit
1124 2325,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    LG_INSPIRATION,Inspiration
1125 2519,1,6,1,-1,0x2,0,5,1,yes,0,0,0,weapon,3:4:5:6:7,0x0, LG_OVERBRAND_BRANDISH,Overbrand Brandish
1126 2520,1,6,1,-1,0x40,0,5,1,no,0,0,0,weapon,0,0,   LG_OVERBRAND_PLUSATK,Overbrand Plus Attack
1127
1128 //****
1129 // SR Sura
1130 2326,1,8,1,-1,0,0,10,-2,no,0,0,0,weapon,0,0x0,  SR_DRAGONCOMBO,Dragon Combo
1131 2327,0,8,4,-1,0x2,2,5,-3,no,0,0x40000,0,weapon,3,0x0,   SR_SKYNETBLOW,Sky Net Blow
1132 2328,0,6,4,-1,0x2,1:2:3:4:5,5,1,no,0,0x40000,0,weapon,0,0x0,    SR_EARTHSHAKER,Earth Shaker
1133 2329,1,8,4,-1,0,0,5,-2,no,0,0x200,0,weapon,0,0x0,       SR_FALLENEMPIRE,Fallen Empire
1134 2330,1,6,1,-1,0x42,1:1:1:1:1:2:2:2:2:2,10,1,yes,0,0x40000,0,weapon,0,0x0,       SR_TIGERCANNON,Tiger Cannon
1135 2331,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              SR_HELLGATE,Hell Gate
1136 2332,0,6,4,-1,0x2,3,5,1,no,0,0x40000,0,weapon,0,0x0,    SR_RAMPAGEBLASTER,Rampage Blaster
1137 2333,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             SR_CRESCENTELBOW,Crescent Elbow
1138 2334,0,6,4,0,0x3,1:1:2:2:3,5,1,no,0,0,0,none,0,0x0,     SR_CURSEDCIRCLE,Cursed Circle
1139 2335,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             SR_LIGHTNINGWALK,Lightning Walk
1140 2336,7:8:9:10:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,2:3:4:5:6,0x0,  SR_KNUCKLEARROW,Knuckle Arrow
1141 2337,0,6,4,-1,0x2,2,1,1,yes,0,0,0,weapon,0,0x1000,      SR_WINDMILL,Windmill
1142 2338,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0,    SR_RAISINGDRAGON,Raising Dragon
1143 2339,0,0,0,0,0,0,5,1,no,0,0,0,none,0,0x0,               SR_GENTLETOUCH,Gentle Touch
1144 2340,0,6,4,0,0x3,2,1,1,no,0,0,0,none,0,0x0,     SR_ASSIMILATEPOWER,Assimilate Power
1145 2341,3,6,16,0,0x1,0,1,1,yes,0,0x200,0,none,0,0x0,       SR_POWERVELOCITY,Power Velocity
1146 2342,1,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,7,0x0, SR_CRESCENTELBOW_AUTOSPELL,Crescent Elbow Autospell
1147 2343,1:2:3:3:4:4:5:5:6:7,8,1,-1,0,0,10,-7,yes,0,0,0,weapon,0,0x0,       SR_GATEOFHELL,Gate of Hell
1148 2344,2,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    SR_GENTLETOUCH_QUIET,Gentle Touch - Quiet
1149 2345,2,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,    SR_GENTLETOUCH_CURE,Gentle Touch - Cure
1150 2346,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    SR_GENTLETOUCH_ENERGYGAIN,Gentle Touch - Energy Gain
1151 2347,2,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,   SR_GENTLETOUCH_CHANGE,Gentle Touch - Change
1152 2348,2,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,   SR_GENTLETOUCH_REVITALIZE,Gentle Touch - Revitalize
1153 //More from Sura but not following ID order
1154 2517,0,6,4,-1,0x2,3:4:5:6:7,5,1,no,0,0,0,weapon,0,0x0,  SR_HOWLINGOFLION,Howling of Lion
1155 2518,11,6,2,-1,0x2,1:1:2:2:3,5,1,no,0,0,0,weapon,0,0x0, SR_RIDEINLIGHTNING,Ride In Lightening
1156
1157 //****
1158 // WA Wanderer
1159 2350,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0,  WA_SWING_DANCE,Swing Dance
1160 2351,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0,  WA_SYMPHONY_OF_LOVER,Symphony of Lovers
1161 2352,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0,  WA_MOONLIT_SERENADE,Moonlit Serenade
1162
1163 //****
1164 // MI Minstrel
1165 2381,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0,  MI_RUSH_WINDMILL,Windmill Rush Attack
1166 2382,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0,  MI_ECHOSONG,Echo Song
1167 2383,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x40,  MI_HARMONIZE,Harmonize
1168
1169 //****
1170 // WM Wanderer/Minstrel
1171 2412,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,              WM_LESSON,Lesson
1172 2413,9,8,1,-1,0,0,5,-2:-2:-3:-3:-4,yes,0,0,0,magic,0,0x0,       WM_METALICSOUND,Metallic Sound
1173 2414,9,6,2,0,0x3,2,5,1,yes,0,0x80,0,none,0,0x0, WM_REVERBERATION,Reverberation
1174 2415,0,6,1,-1,0x6,2,5,1,no,0,0,0,weapon,0,0x0,  WM_REVERBERATION_MELEE,Reverberation Melee
1175 2416,0,6,1,0,0x6,2,5,1,no,0,0,0,magic,0,0x0,    WM_REVERBERATION_MAGIC,Reverberation Magic
1176 2417,11,6,2,0,0x3,5,1,1,no,0,0,0,none,0,0x0,    WM_DOMINION_IMPULSE,Dominion Impulse
1177 2418,9,6,2,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    WM_SEVERE_RAINSTORM,Severe Rainstorm
1178 2419,9,6,2,0,0x3,1,5,1,yes,0,0x80,5,none,0,0x0, WM_POEMOFNETHERWORLD,Poem of The Netherworld
1179 2420,0,6,4,0,0x2,2:3:4:5:6,5,1,yes,0,0,0,none,0,0x0,    WM_VOICEOFSIREN,Voice of Siren
1180 2421,7,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,   WM_DEADHILLHERE,Valley of Death
1181 2422,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0,0,none,0,0x0,    WM_LULLABY_DEEPSLEEP,Deep Sleep Lullaby
1182 2423,0,6,4,0,0x3,3:4:5:6:7,5,1,yes,0,0,0,none,0,0x0,    WM_SIRCLEOFNATURE,Circle of Nature's Sound
1183 2424,9,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   WM_RANDOMIZESPELL,Improvised Song
1184 2425,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,   WM_GLOOMYDAY,Gloomy Day
1185 2426,9,6,2,0,0x2,2:3:3:4:4,5,1,yes,0,0x4000,0,weapon,0,0x0,     WM_GREAT_ECHO,Great Echo
1186 2427,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0x4000,0,none,0,0x0,       WM_SONG_OF_MANA,Song of Mana
1187 2428,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0x4000,0,none,0,0x0,       WM_DANCE_WITH_WUG,Dance With A Warg
1188 2429,9,6,2,0,0x42,4:4:5:5:6,5,1,yes,0,0x4000,0,none,0,0x0,      WM_SOUND_OF_DESTRUCTION,Sound of Destruction
1189 2430,0,6,4,0,0x3,3:4:5:6:7,5,1,yes,0,0x4000,0,none,0,0x0,       WM_SATURDAY_NIGHT_FEVER,Saturday Night Fever
1190 2431,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0,       WM_LERADS_DEW,Lerad's Dew
1191 2432,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0,       WM_MELODYOFSINK,Melody of Sink
1192 2433,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0,       WM_BEYOND_OF_WARCRY,Warcry of Beyond
1193 2434,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0,       WM_UNLIMITED_HUMMING_VOICE,Unlimited Humming Voice
1194 2516,11,6,1,-1,0x2,5,5,1,no,0,0,0,weapon,0,0x0, WM_SEVERE_RAINSTORM_MELEE,Severe Rainstorm Melee
1195
1196 //****
1197 // SO Sorcerer (statis blocking need to be confirmed)
1198 2443,0,6,4,3,0,0,5,1,yes,0,0,8:10:12:14:16,magic,0,0x1000,      SO_FIREWALK,Fire Walk //CHECK Video and data shows each cell only hits once.
1199 2444,0,6,4,4,0,0,5,1,yes,0,0,8:10:12:14:16,magic,0,0x1000,      SO_ELECTRICWALK,Electric Walk
1200 2445,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             SO_SPELLFIST,Spell Fist
1201 2446,9,6,2,2,0,0,5,-3,yes,0,0,0,magic,0,0x10000,        SO_EARTHGRAVE,Earth Grave
1202 2447,9,6,2,1,0,0,5,-5,yes,0,0,0,magic,0,0x0,    SO_DIAMONDDUST,Diamond Dust
1203 2448,9,6,1,5,0x2,1:1:1:1:2,5,1,yes,0,0,0,magic,0,0x0,   SO_POISON_BUSTER,Poison Buster
1204 2449,9,6,2,0,0,0,5,1,yes,0,0,0,magic,0,0x0,             SO_PSYCHIC_WAVE,Psychic Wave
1205 2450,9,6,2,5,0,0,5,1,yes,0,0,0,magic,0,0x0,             SO_CLOUD_KILL,Cloud Kill
1206 2451,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,   SO_STRIKING,Striking
1207 2452,9,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0,0x0,   SO_WARMER,Warmer
1208 2453,9,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0,0x1000,        SO_VACUUM_EXTREME,Vacuum Extreme
1209 2454,9,6,1,4,0x2,1:1:2:2:3,5,1,yes,0,0,0,magic,0,0x0,   SO_VARETYR_SPEAR,Varetyr Spear
1210 2455,7:7:7:7:9,6,2,0,0x3,1:1:2:2:3,5,1,yes,0,0,0,magic,0,0x0,   SO_ARRULLO,Arrullo
1211 2456,0,6,4,0,0x1,0,4,1,yes,0,0,0,none,0,0x0,    SO_EL_CONTROL,Spirit Control
1212 2457,0,6,4,3,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SO_SUMMON_AGNI,Summon Fire Spirit Agni
1213 2458,0,6,4,1,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SO_SUMMON_AQUA,Summon Water Spirit Aqua
1214 2459,0,6,4,4,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SO_SUMMON_VENTUS,Summon Wind Spirit Ventus
1215 2460,0,6,4,2,0x1,0,3,1,yes,0,0,0,none,0,0x0,    SO_SUMMON_TERA,Summon Earth Spirit Tera
1216 2461,5,6,1,0,0x1,0,1,1,no,0,0,0,none,0,0x0,     SO_EL_ACTION,Elemental Action
1217 2462,0,6,4,0,0x1,0,2,1,yes,0,0,0,none,0,0x0,    SO_EL_ANALYSIS,Four Spirit Analysis
1218 2463,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               SO_EL_SYMPATHY,Spirit Sympathy
1219 2464,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    SO_EL_CURE,Spirit Recovery
1220 2465,9,6,2,3,0x1,0,3,1,yes,0,0,1,magic,0,0x0,   SO_FIRE_INSIGNIA,Fire Insignia
1221 2466,9,6,2,1,0x1,0,3,1,yes,0,0,1,magic,0,0x0,   SO_WATER_INSIGNIA,Water Insignia
1222 2467,9,6,2,4,0x1,0,3,1,yes,0,0,1,magic,0,0x0,   SO_WIND_INSIGNIA,Wind Insignia
1223 2468,9,6,2,2,0x1,0,3,1,yes,0,0,1,magic,0,0x0,   SO_EARTH_INSIGNIA,Earth Insignia
1224
1225 //****
1226 // GN Genetic
1227 2474,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               GN_TRAINING_SWORD,Sword Training
1228 2475,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0,               GN_REMODELING_CART,Cart Remodeling
1229 2476,0,6,4,-1,0x2,2,5,1,no,0,0,0,weapon,2,0x0,  GN_CART_TORNADO,Cart Tornado
1230 2477,7:8:9:10:11,6,1,-1,0x42,1:1:2:2:3,5,1,yes,0,0,0,weapon,0,0x0,      GN_CARTCANNON,Cart Cannon
1231 2478,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0,    GN_CARTBOOST,Cart Boost
1232 2479,9,6,2,0,0,0,5,1,yes,0,0x80,3,misc,0,0x0,   GN_THORNS_TRAP,Thorn Trap
1233 2480,11,6,1,0,0x1,0,5,1,yes,0,0,3,misc,0,0x0,           GN_BLOOD_SUCKER,Blood Sucker //CHECK Data says its a magic attack. Hmmmm....
1234 2481,11,6,1,-1,0x2,1:2:3:4:5,5,1,yes,0,0,0,weapon,0,0x0,        GN_SPORE_EXPLOSION,Spore Explosion //CHECK Data says its element is set to neutral. Need to confirm.
1235 2482,11,6,2,0,0x8,0,5,1,yes,0,0,1,weapon,2,0x0, GN_WALLOFTHORN,Wall of Thorns
1236 2483,11,6,2,0,0x3,4,10,1,yes,0,0x0,0,weapon,0,0x1,      GN_CRAZYWEED,Crazy Weed
1237 2484,0,6,2,2,0x2,2,10,1,no,0,0x40000,0,weapon,0,0x1,    GN_CRAZYWEED_ATK,Crazy Weed Attack
1238 2485,9,6,2,3,0,0,5,1,yes,0,0,0,magic,0,0x0,             GN_DEMONIC_FIRE,Demonic Fire
1239 2486,9,6,2,0,0,0,5,1,yes,0,0,0,none,0,0x0,              GN_FIRE_EXPANSION,Fire Expansion
1240 2487,9,6,2,0,0,0,1,1,no,0,0,0,none,0,0x0,               GN_FIRE_EXPANSION_SMOKE_POWDER,Fire Expansion Smoke Powder
1241 2488,9,6,2,0,0,0,1,1,no,0,0,0,none,0,0x0,               GN_FIRE_EXPANSION_TEAR_GAS,Fire Expansion Tear Gas
1242 2489,11,8,1,-1,0x28,0,10,1:2:3:4:5:6:7:8:9:10,no,0,0,0,magic,0,0x0,             GN_FIRE_EXPANSION_ACID,Fire Expansion Acid
1243 2490,9,6,2,0,0x3,1,5,1,yes,0,0x80,2:3:4:5:6,misc,0,0x0, GN_HELLS_PLANT,Hell's Plant
1244 2491,0,6,1,0,0x90,0,5,1,no,0,0,0,misc,0,0x0,    GN_HELLS_PLANT_ATK,Hell's Plant Attack
1245 2492,0,6,4,0,0x3,5:6:6:7:7,5,1,yes,0,0,0,none,0,0x0,    GN_MANDRAGORA,Howling of Mandragora
1246 2493,11,6,16,0,0x1,0,1,1,no,0,0x200,0,none,0,0x0,       GN_SLINGITEM,Sling Item
1247 2494,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             GN_CHANGEMATERIAL,Change Material
1248 2495,0,6,4,0,0x1,0,2,1,no,0,0,0,none,0,0x0,             GN_MIX_COOKING,Mix Cooking
1249 2496,0,6,4,0,0x1,0,2,1,no,0,0,0,none,0,0x0,             GN_MAKEBOMB,Create Bomb
1250 2497,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0,    GN_S_PHARMACY,Special Pharmacy
1251 2498,11,6,1,0,0,0,1,1,no,0,0,0,weapon,0,0x0,    GN_SLINGITEM_RANGEMELEEATK,Sling Item Attack
1252
1253 //****
1254 // Episode 13.3
1255 2533,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    ALL_ODINS_RECALL,Odin's Recall
1256 2534,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0,     RETURN_TO_ELDICASTES,Return To Eldicastes
1257 2535,0,0,4,0,0x1,0,1,0,no,0,0x1,0,none,0,0x0,   ALL_BUYING_STORE,Open Buying Store
1258 2536,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0,     ALL_GUARDIAN_RECALL,Guardian's Recall
1259 2537,9,6,16,0,0x1,0,2,1,yes,0,0,0,none,0,0x0,   ALL_ODINS_POWER,Odin's Power
1260 //2538,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            BEER_BOTTLE_CAP,Beer Bottle Cap
1261 //2539,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            NPC_ASSASSINCROSS,Assassin Cross of Sunset 2
1262 //2540,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            NPC_DISSONANCE,Dissonance 2
1263 //2541,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            NPC_UGLYDANCE,Ugly Dance 2
1264 //2542,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            ALL_TETANY,Tetany
1265 //2543,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0,            ALL_RAY_OF_PROTECTION,Ray of Protection
1266 2544,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0,           MC_CARTDECORATE,Decorate Cart
1267
1268 //****
1269 // Rebellion
1270 //2551,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0,      RL_GLITTERING_GREED,Flip The Coin Greed
1271 2552,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,     RL_RICHS_COIN,Rich's Coin
1272 2553,15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,   RL_MASS_SPIRAL,Mass Spiral
1273 2554,9,6,1,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x10020,      RL_BANISHING_BUSTER,Banishing Buster
1274 2555,3,6,2,0,0x1,1,5,1,no,0,0,3,misc,0,0x0,     RL_B_TRAP,Bind Trap
1275 2556,0,6,4,0,0x3,-1,1,1,no,0,0,0,none,0,0x0,    RL_FLICKER,Flicker
1276 2557,9,6,1,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0,  RL_S_STORM,Shatter Storm
1277 2558,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0,    RL_E_CHAIN,Eternal Chain
1278 2559,-9,6,4,-1,0x3,21,1,1,no,0,0x0,0,weapon,0,0x0,      RL_QD_SHOT,Quick Draw Shot
1279 2560,11,6,1,0,0x1,0,1,1,no,0,0,3,none,0,0x0,    RL_C_MARKER,Crimson Marker
1280 2561,0,6,4,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0,  RL_FIREDANCE,Fire Dance
1281 2562,7:8:9:10:11,6,1,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0,        RL_H_MINE,Howling Mine
1282 2563,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,     RL_P_ALTER,Platinum Alter
1283 2564,9,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0,     RL_FALLEN_ANGEL,Fallen Angel
1284 2565,0,6,4,-1,0x2,3:3:4:5:6,5,1,no,0,0,0,weapon,3,0x0,  RL_R_TRIP,Round Trip
1285 2566,0,6,4,-1,0x3,-1,5,1,no,0,0,0,weapon,0,0x0, RL_D_TAIL,Dragon Tail
1286 2567,9,6,2,-1,0x2,1,5,1,no,0,0,0,weapon,0,0,    RL_FIRE_RAIN,Fire Rain
1287 2568,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,     RL_HEAT_BARREL,Heat Barrel
1288 2569,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    RL_AM_BLAST,Anti-Material Blast
1289 2570,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,    RL_SLUGSHOT,Slug Shot
1290 2571,7:8:9:10:11,6,2,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0,        RL_HAMMER_OF_GOD,Hammer of God
1291 2572,0,6,1,-1,0x40,0,5,1,no,0,0,0,weapon,0,0,   RL_R_TRIP_PLUSATK,Round Trip Plus Attack
1292 //2573,0,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0,    RL_B_FLICKER_ATK,Bind Flicker Attack
1293 //2574,0,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0,   RL_GLITTERING_GREED_ATK,Flip The Coin Greed Attack
1294
1295 //****
1296 // Kagerou & Oboro
1297 3001,0,6,4,0,0,0,1,1,no,0,0,0,none,0,0x4,               KO_YAMIKUMO,Shadow Hiding
1298 3002,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,             KO_RIGHT,Right Hand Mastery
1299 3003,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0,             KO_LEFT,Left Hand Mastery
1300 3004,3:4:5:6:7,8,1,-1,0,0,5,-2,no,0,0,0,weapon,0,0x0,   KO_JYUMONJIKIRI,Cross Slash
1301 3005,2,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0,            KO_SETSUDAN,Soul Cutter
1302 3006,7:8:9:10:11,6,2,-1,0x42,2,5,1,no,0,0,0,weapon,0,0x0,       KO_BAKURETSU,Kunai Explosion
1303 3007,0,6,4,-1,0x42,4:4:4:4:5,5,1,no,0,0,0,weapon,0,0x0, KO_HAPPOKUNAI,Kunai Splash
1304 3008,11,8,2,0,0x56,1:1:1:1:1:1:1:1:1:2,10,-10,no,0,0,0,misc,0,0x0,      KO_MUCHANAGE,Rapid Throw
1305 3009,9:10:11:12:13,8,2,-1,0x2,3,5,-5,no,0,0,0,weapon,0,0x0,     KO_HUUMARANKA,Swirling Petal
1306 3010,3,6,4,0,0x52,0,5,1,no,0,0x80,0,weapon,0,0x10,      KO_MAKIBISHI,Makibishi
1307 3011,0,6,4,0,0x1,0,5,0,yes,0,0,0,none,0,0x0,    KO_MEIKYOUSISUI,Pure Soul
1308 3012,0,6,4,0,0x1,0,5,0,no,0,0,1,none,3:4:5:6:7,0x0,     KO_ZANZOU,Illusion - Shadow
1309 3013,5,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             KO_KYOUGAKU,Illusion - Shock
1310 3014,5,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             KO_JYUSATSU,Illusion - Death
1311 3015,0,6,4,3,0x1,0,1,1,no,0,0,0,none,0,0x0,             KO_KAHU_ENTEN,Fire Charm
1312 3016,0,6,4,1,0x1,0,1,1,no,0,0,0,none,0,0x0,             KO_HYOUHU_HUBUKI,Ice Charm
1313 3017,0,6,4,4,0x1,0,1,1,no,0,0,0,none,0,0x0,             KO_KAZEHU_SEIRAN,Wind Charm
1314 3018,0,6,4,2,0x1,0,1,1,no,0,0,0,none,0,0x0,             KO_DOHU_KOUKAI,Earth Charm
1315 3019,11,6,1,0,0,0,1,1,no,0,0,0,magic,0,0x0,             KO_KAIHOU,Release Ninja Spell
1316 3020,7,6,2,0,0,0,1,1,yes,0,0,0,magic,0,0x0,             KO_ZENKAI,Cast Ninja Spell
1317 3021,5:6:7:8:9,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,    KO_GENWAKU,Illusion - Bewitch
1318 3022,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             KO_IZAYOI,16th Night
1319 3023,0,6,4,0,0x3,2:3:4:5:6,5,0,no,0,0,0,none,0,0x0,     KG_KAGEHUMI,Shadow Trampling
1320 3024,7,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             KG_KYOMU,Empty Shadow
1321 3025,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,    KG_KAGEMUSYA,Shadow Warrior
1322 3026,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,    OB_ZANGETSU,Distorted Crescent
1323 3027,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,    OB_OBOROGENSOU,Moonlight Fantasy
1324 3028,1,6,4,0,0x2,3,1,1,no,0,0,0,weapon,0,0x0,   OB_OBOROGENSOU_TRANSITION_ATK,Moonlight Fantasy Transition Attack
1325 3029,7,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             OB_AKAITSUKI,Ominous Moonlight
1326
1327 //****
1328 // Eclage Skills
1329 3031,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0,    ECL_SNOWFLIP,Snow Flip
1330 3032,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0,    ECL_PEONYMAMY,Peony Mamy
1331 3033,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0,    ECL_SADAGUI,Sadagui
1332 3034,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0,    ECL_SEQUOIADUST,Sequoia Dust
1333 3035,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             ECLAGE_RECALL,Return To Eclage
1334
1335 // Copied Bard / Dancer Skills
1336 //3036,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,    BA_POEMBRAGI2,Poem of Bragi 2
1337 //3037,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,    DC_FORTUNEKISS2,Fortune Kiss 2
1338
1339 //****
1340 // EP 14.3 Part 2 3rd Job Skills
1341 5001,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0,0x0, GC_DARKCROW,Dark Claw
1342 5002,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RA_UNLIMIT,Unlimited
1343 5003,7,6,1,-1,0x2,4:5:6:7:-1,5,1,no,0,0,0,weapon,0,0x0, GN_ILLUSIONDOPING,Illusion Doping
1344 5004,9,6,2,1,0x42,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0x40000,0,weapon,0,0x0, RK_DRAGONBREATH_WATER,Dragon Breath - Water
1345 5005,0,6,4,0,0x3,3,1,1,no,0,0,0,none,0,0x0, RK_LUXANIMA,Lux Anima
1346 5006,1,6,2,3,0,0,5,1,no,0,0,3,misc,0,0x0, NC_MAGMA_ERUPTION,Magma Eruption
1347 5007,0,6,4,0,0x3,5:6:7:8:9,5,1,no,0,0,0,none,0,0x0, WM_FRIGG_SONG,Frigg's Song
1348 5008,0,6,4,0,0x3,11,5,1,no,0,0,0,none,0,0x0, SO_ELEMENTAL_SHIELD,Elemental Shield
1349 5009,1,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO,Flash Combo
1350 5010,0,6,4,0,0x1,0,5,1,no,0,0,0,none,4:5:6:7:8:9,0x0, SC_ESCAPE,Emergency Escape
1351 5011,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, AB_OFFERTORIUM,Offertorium
1352 5012,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, WL_TELEKINESIS_INTENSE,Intense Telekinesis
1353 5013,0,6,4,0,0x3,0,5,1,no,0,0,0,none,0,0x0, LG_KINGS_GRACE,King's Grace
1354 5014,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, ALL_FULL_THROTTLE,Full Throttle
1355
1356 // Summoner - Placeholder
1357 5018,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_BASIC_SKILL,New Basic Skill
1358 5019,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_BITE,Bite
1359 5020,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_HIDE,Hide
1360 5021,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SCRATCH,Scratch
1361 5022,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_STOOP,Stoop
1362 5023,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_LOPE,Lope
1363 5024,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SPRITEMABLE,Spirit Marble
1364 5025,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_POWEROFLAND,Power of Land
1365 5026,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SV_STEMSPEAR,Silvervine Stem Spear
1366 5027,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_CN_POWDERING,Catnip Powdering
1367 5028,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_CN_METEOR,Catnip Meteor
1368 5029,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SV_ROOTTWIST,Silvervine Root Twist
1369 5030,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SV_ROOTTWIST_ATK,Silver Vine Root Twist Attack
1370 5031,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_POWEROFLIFE,Power of Life
1371 5032,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SCAROFTAROU,Scar of Tarou
1372 5033,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_PICKYPECK,Picky Peck
1373 5034,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_PICKYPECK_DOUBLE_ATK,Picky Peck Double Attack
1374 5035,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_ARCLOUSEDASH,Arclouse Dash
1375 5036,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_LUNATICCARROTBEAT,Lunatic Carrot Beat
1376 5037,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_POWEROFSEA,Power of Sea
1377 5038,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_TUNABELLY,Tuna Belly
1378 5039,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_TUNAPARTY,Tuna Party
1379 5040,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_BUNCHOFSHRIMP,Bunch of Shrimp
1380 5041,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_FRESHSHRIMP,Fresh Shrimp
1381
1382 // Unknown Unconfirmed Summoner Skills - Animations Show On These
1383 //5042,0,0,0,0,0,0,5,0,yes,0,0,0,none,0,0x0,            SU_CN_METEOR_SEC,
1384 //5043,0,0,0,0,0,0,5,0,yes,0,0,0,none,0,0x0,            SU_LUNATICCARROTBEAT_SEC,
1385
1386 5044,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SOULATTACK,Soul Attack
1387 5045,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_POWEROFFLOCK,Power of Flock
1388 5046,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SVG_SPIRIT,Spirit of Savage
1389 5047,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_HISS,Hiss
1390 5048,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_NYANGGRASS,Nyang Grass
1391 5049,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_GROOMING,Grooming
1392 5050,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_PURRING,Purring
1393 5051,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SHRIMPARTY,Tasty Shrimp Party
1394 5052,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SPIRITOFLIFE,Spirit of Life
1395 5053,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_MEOWMEOW,Meow Meow
1396 5054,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SPIRITOFLAND,Spirit of Land
1397 5055,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_CHATTERING,Chattering
1398 5056,0,0,0,0,0,0,1,0,no,0,0,0,none,0,0x0,       SU_SPIRITOFSEA,Spirit of Sea
1399
1400 //****
1401 // Homunculus S
1402 8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0,    HLIF_HEAL,Healing Touch
1403 8002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0,0x0,    HLIF_AVOID,Avoid
1404 8003,0,0,0,0,0,1,5,0,no,0,0,0,none,0,0x0,               HLIF_BRAIN,Brain Surgery
1405 8004,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,0x0,             HLIF_CHANGE,Change
1406 8005,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HAMI_CASTLE,Castling
1407 8006,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HAMI_DEFENCE,Defense
1408 8007,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HAMI_SKIN,Adamantium Skin
1409 8008,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,0x0,             HAMI_BLOODLUST,Bloodlust
1410 8009,1,8,1,0,0,0,5,-1:-2:-2:-2:-3,no,0,0,0,weapon,0,0x0,        HFLI_MOON,Moonlight
1411 8010,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HFLI_FLEET,Fleeting Move
1412 8011,0,6,4,0,0x1,0,5,0,yes,0,0,0,misc,0,0x0,    HFLI_SPEED,Speed
1413 8012,1,6,1,0,0,0,3,1,no,0,0,0,weapon,0,0x0,             HFLI_SBR44,S.B.R.44
1414 8013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0,0x0,      HVAN_CAPRICE,Caprice
1415 8014,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HVAN_CHAOTIC,Benediction of Chaos
1416 8015,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,0x0,             HVAN_INSTRUCT,Instruct
1417 8016,4,6,4,-1,0xD2,4,3,1,no,0,0,0,misc,0,0x0,   HVAN_EXPLOSION,Bio Explosion
1418 8018,9,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_SUMMON_LEGION,Summon Legion
1419 8019,5,6,1,5,0,0,5,1,no,0,0,0,weapon,0,0x0,             MH_NEEDLE_OF_PARALYZE,Needle of Paralyze
1420 8020,5,6,2,5,0,0,5,1,no,0,0,1,weapon,0,0x0,             MH_POISON_MIST,Poison Mist
1421 8021,1,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,            MH_PAIN_KILLER,Pain Killer
1422 8022,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_LIGHT_OF_REGENE,Light of Regene
1423 8023,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_OVERED_BOOST,Overed Boost
1424 8024,7,8,1,4:0:4:0:4,0,0,5,-6,yes,0,0,0,magic,0,0x0,    MH_ERASER_CUTTER,Eraser Cutter
1425 8025,7,8,2,4:0:4:0:4,0x2,2:2:3:3:4,5,-6,no,0,0,0,magic,0,0x0,   MH_XENO_SLASHER,Xeno Slasher
1426 8026,5:5:7:7:9,6,16,0,0x1,0,5,1,no,0,0,0,magic,0,0x0,   MH_SILENT_BREEZE,Silent Breeze
1427 8027,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             MH_STYLE_CHANGE,Style Change
1428 8028,1,8,1,0,0,0,5,1,no,0,0x0200,0,weapon,0,0x0,                MH_SONIC_CRAW,Sonic Claw
1429 8029,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_SILVERVEIN_RUSH,Silver Bain Rush
1430 8030,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_MIDNIGHT_FRENZY,Midnight Frenzy
1431 8031,5:6:7:8:9,6,1,0,0,0,5,1,no,0,0,0,weapon,3,0x0,     MH_STAHL_HORN,Steel Horn
1432 8032,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_GOLDENE_FERSE,Golden Heel
1433 8033,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_STEINWAND,Stone Wall
1434 8034,9,6,1,6,0x2,1:1:1:1:2,5,1,no,0,0,0,magic,0,0x0,    MH_HEILIGE_STANGE,Holy Pole
1435 8035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_ANGRIFFS_MODUS,Attack Mode
1436 8036,3:4:5:6:7,6,1,0,0,0,5,1,no,0,0x0200,0,weapon,0,0x0,        MH_TINDER_BREAKER,Tinder Breaker
1437 8037,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_CBC,Continual Break Combo
1438 8038,1,6,4,0,0,0,5,1,no,0,0x200,0,misc,0,0x0,   MH_EQC,Eternal Quick Combo
1439 8039,0,6,4,3,0x2,1:1:1:2:2,5,1,no,0,0,0,weapon,0,0x0,   MH_MAGMA_FLOW,Magma Flow
1440 8040,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_GRANITIC_ARMOR,Granitic Armor
1441 8041,7,6,2,3,0x2,0,5,1,no,0,0,1,weapon,0,0x0,           MH_LAVA_SLIDE,Lava Slide
1442 8042,0,6,4,3,0x1,0,5,1,no,0,0,0,none,0,0x0,             MH_PYROCLASTIC,Pyroclastic
1443 8043,7,6,2,0,0x1,0,5,1,no,0,0,3,none,0,0x0,             MH_VOLCANIC_ASH,Volcanic Ash
1444
1445 //****
1446 // Mercenary Skill Place holders
1447 8201,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0,  MS_BASH,Bash
1448 8202,0,6,4,3,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x0,    MS_MAGNUM,Magnum_Break
1449 8203,-2,6,1,-1,0x2,1,10,1,no,0,0x40000,0,weapon,1,0x0,  MS_BOWLINGBASH,Bowling_Bash
1450 8204,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  MS_PARRYING,Parry
1451 8205,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  MS_REFLECTSHIELD,Shield_Reflect
1452 8206,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,   MS_BERSERK,Frenzy
1453 8207,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0,0x80, MA_DOUBLE,Double_Strafe
1454 8208,-9,6,2,-1,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x81, MA_SHOWER,Arrow_Shower
1455 8209,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10,0x3000,      MA_SKIDTRAP,Skid_Trap
1456 8210,3,6,2,2,0xC0,0,5,1,no,0,0x80,0,misc,0,0x3800,      MA_LANDMINE,Land_Mine
1457 8211,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0,0x3000,       MA_SANDMAN,Sandman
1458 8212,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0,0x3800,    MA_FREEZINGTRAP,Freezing_Trap
1459 8213,2,6,32,0,0x1,0,1,1,no,0,0x40000,0,misc,0,0x0,      MA_REMOVETRAP,Remove_Trap
1460 8214,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6,0x80,      MA_CHARGEARROW,Arrow_Repel
1461 8215,9,8,1,-1,0,1,5,1,yes,0,0x40000,14,weapon,0,0x0,    MA_SHARPSHOOTING,Focused_Arrow_Strike
1462 8216,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0,0x0,  ML_PIERCE,Pierce
1463 8217,-2,6,1,-1,0x1,2,10,1,no,0,0,5,weapon,2,0x20000,    ML_BRANDISH,Brandish_Spear
1464 8218,5,8,1,-1,0x20,0,5,5,no,0,0x40000,0,weapon,0,0x20000,       ML_SPIRALPIERCE,Spiral_Pierce
1465 8219,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0,   ML_DEFENDER,Defending_Aura
1466 8220,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  ML_AUTOGUARD,Guard
1467 8221,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0,0x0,     ML_DEVOTION,Sacrifice
1468 8222,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x0,  MER_MAGNIFICAT,Magnificat
1469 8223,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0,  MER_QUICKEN,Two-Hand_Quicken
1470 8224,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0,0x0,   MER_SIGHT,Sight
1471 8225,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0,0x0,    MER_CRASH,Crash
1472 8226,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_REGAIN,Regain
1473 8227,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_TENDER,Tender
1474 8228,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_BENEDICTION,Benediction
1475 8229,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_RECUPERATE,Recuperate
1476 8230,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_MENTALCURE,Mental_Cure
1477 8231,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0,     MER_COMPRESS,Compress
1478 8232,9,6,1,0,0x1,0,10,1,no,0,0,0,none,0,0x0,    MER_PROVOKE,Provoke
1479 8233,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0,   MER_AUTOBERSERK,Berserk
1480 8234,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0,  MER_DECAGI,Decrease_AGI
1481 8235,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0,    MER_SCAPEGOAT,Scapegoat
1482 8236,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0,0x0,  MER_LEXDIVINA,Lex_Divina
1483 8237,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0,   MER_ESTIMATION,Sense
1484 8238,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, MER_KYRIE,Kyrie Eleison
1485 8239,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x1000,      MER_BLESSING,Blessing
1486 8240,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x1000,      MER_INCAGI,Increase Agility
1487
1488 //****
1489 // Elemental Spirits Skills
1490 8401,0,6,4,3,0,0,1,1,no,0,0,0,weapon,2,0x0,             EL_CIRCLE_OF_FIRE,Circle of Fire
1491 8402,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_FIRE_CLOAK,Fire Cloak
1492 8403,0,6,4,3,0,0,1,1,no,0,0,3,magic,2,0x0,              EL_FIRE_MANTLE,Fire Mantle
1493 8404,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_WATER_SCREEN,Water Screen
1494 8405,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_WATER_DROP,Water Drop
1495 8406,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_WATER_BARRIER,Water Barrier
1496 8407,0,6,4,0,0x1,0,1,1,no,0,0,0,none,5,0x0,             EL_WIND_STEP,Wind Step
1497 8408,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_WIND_CURTAIN,Wind Curtain
1498 8409,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_ZEPHYR,Zephyr
1499 8410,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_SOLID_SKIN,Solid Skin
1500 8411,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_STONE_SHIELD,Stone Shield
1501 8412,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_POWER_OF_GAIA,Power of Gaia
1502 8413,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_PYROTECHNIC,Pyrotechnic
1503 8414,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_HEATER,Heater
1504 8415,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_TROPIC,Tropic
1505 8416,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_AQUAPLAY,Aqua Play
1506 8417,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_COOLER,Cooler
1507 8418,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_CHILLY_AIR,Cool Air
1508 8419,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_GUST,Gust
1509 8420,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_BLAST,Blast
1510 8421,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_WILD_STORM,Wild Storm
1511 8422,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_PETROLOGY,Petrology
1512 8423,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_CURSED_SOIL,Cursed Soil
1513 8424,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0,             EL_UPHEAVAL,Upheaval
1514 8425,6,6,1,3,0,0,1,1,no,0,0,0,magic,0,0x0,              EL_FIRE_ARROW,Fire Arrow
1515 8426,6,6,1,3,0,1,1,1,no,0,0,0,magic,0,0x0,              EL_FIRE_BOMB,Fire Bomb
1516 8427,6,6,1,3,0,1,1,1,no,0,0,0,weapon,0,0x0,             EL_FIRE_BOMB_ATK,Fire Bomb Attack
1517 8428,6,6,1,3,0,1,1,1,no,0,0,0,magic,0,0x0,              EL_FIRE_WAVE,Fire Wave
1518 8429,6,6,1,3,0,1,1,1,no,0,0,0,weapon,0,0x0,             EL_FIRE_WAVE_ATK,Fire Wave Attack
1519 8430,9,6,1,1,0,0,1,1,no,0,0,0,magic,0,0x0,              EL_ICE_NEEDLE,Ice Needle
1520 8431,9,6,1,1,0,1,1,1,no,0,0,0,magic,0,0x0,              EL_WATER_SCREW,Water Screw
1521 8432,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0,0x0,             EL_WATER_SCREW_ATK,Water Screw Attack
1522 8433,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0,0x0,             EL_TIDAL_WEAPON,Tidal Weapon
1523 8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0,0x0,    EL_WIND_SLASH,Wind Slasher
1524 8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0,0x0,    EL_HURRICANE,Hurricane Rage
1525 8436,7,6,1,4,0,0,1,1,no,0,0,0,magic,0,0x0,              EL_HURRICANE_ATK,Hurricane Rage Attack
1526 8437,11,8,1,4,0,1,1,-3,no,0,0,0,weapon,0,0x0,   EL_TYPOON_MIS,Typhoon Missile
1527 8438,11,8,1,4,0,1,1,-3,no,0,0,0,magic,0,0x0,    EL_TYPOON_MIS_ATK,Typhoon Missile Attack
1528 8439,5,6,1,2,0,0,1,1,no,0,0,0,weapon,0,0x0,             EL_STONE_HAMMER,Stone Hammer
1529 8440,3,6,1,2,0,1,1,1,no,0,0,0,weapon,0,0x0,             EL_ROCK_CRUSHER,Rock Launcher
1530 8441,5,6,1,2,0,1,1,1,no,0,0,0,magic,0,0x0,              EL_ROCK_CRUSHER_ATK,Rock Launcher Attack
1531 8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0,0x0,    EL_STONE_RAIN,Stone Rain
1532
1533 //****
1534 //Guild Skills
1535 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_APPROVAL,Official Guild Approval
1536 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_KAFRACONTRACT,Kafra Contract
1537 10002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_GUARDRESEARCH,Guardian Research
1538 10003,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_GUARDUP,Strengthen Guardians
1539 10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0,0x0,  GD_EXTENSION,Guild Extension
1540 10005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_GLORYGUILD,Guild's Glory
1541 10006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0,   GD_LEADERSHIP,Great Leadership
1542 10007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0,   GD_GLORYWOUNDS,Glorious Wounds
1543 10008,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0,   GD_SOULCOLD,Cold Heart
1544 10009,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0,   GD_HAWKEYES,Sharp Gaze
1545 10010,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,0x0,       GD_BATTLEORDER,Battle Orders
1546 10011,0,0,4,0,0x3,15,3,0,yes,0,0x10,0,none,0,0x0,       GD_REGENERATION,Regeneration
1547 10012,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,0x0,       GD_RESTORE,Restoration
1548 10013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0,0x40,       GD_EMERGENCYCALL,Urgent Call
1549 10014,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0,   GD_DEVELOPMENT,Permanent Development
1550 10015,0,0,4,0,0x3,0,3,0,yes,0,0x10,0,none,0,0x40,       GD_ITEMEMERGENCYCALL,Item Emergency Call