-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Base and Adjust patches to conform (#26)
* Create db-pr-override.txt For testing new base * Update DirtyFighting.sql * Updating Spells to match new schema * Update DirtyFighting * Update TrainingAcademy * Update Void * Update Level 8 Spells * reset level8 * Void Spells * Final Level8Spells update * Update db-pr-override.txt * Update db-pr-override.txt * Update ACE-World-16PY * Switch Base to 0.7.1
- Loading branch information
1 parent
af0fcb5
commit a0a83e5
Showing
845 changed files
with
3,297 additions
and
2,608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.0 | ||
0.7.1 |
Submodule ACE-World-16PY
updated
8645 files
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05938 Blinding Assault.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5938; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5938, 'Blinding Assault', 98320 /* Skill, Additive, AttackSkills */, 0 /* None */, -20); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05939 Bleeding Assault.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5939; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5939, 'Bleeding Assault', 36868 /* Int, SingleStat, Additive */, 318 /* DamageOverTime */, 120); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05940 Unbalancing Assault.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5940; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5940, 'Unbalancing Assault', 163856 /* Skill, Additive, DefenseSkills */, 0 /* None */, -20); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05941 Traumatic Assault.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5941; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5941, 'Traumatic Assault', 36868 /* Int, SingleStat, Additive */, 317 /* HealingResistRating */, 20); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05942 Blinding Blow.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5942; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5942, 'Blinding Blow', 98320 /* Skill, Additive, AttackSkills */, 0 /* None */, -10); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05943 Bleeding Blow.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5943; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5943, 'Bleeding Blow', 36868 /* Int, SingleStat, Additive */, 318 /* DamageOverTime */, 60); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05944 Unbalancing Blow.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5944; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5944, 'Unbalancing Blow', 163856 /* Skill, Additive, DefenseSkills */, 0 /* None */, -10); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/DirtyFighting/2 SpellTableExtendedData/SQL/05945 Traumatic Blow.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5945; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5945, 'Traumatic Blow', 36868 /* Int, SingleStat, Additive */, 317 /* HealingResistRating */, 10); |
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
.../Patches/Level8Spells/2 SpellTableExtendedData/SQL/00292 Light Weapon Mastery Other I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 292; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (292, 'Light Weapon Mastery Other I', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 10); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00293 Light Weapon Mastery Other II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 293; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (293, 'Light Weapon Mastery Other II', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 15); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00294 Light Weapon Mastery Other III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 294; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (294, 'Light Weapon Mastery Other III', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 20); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00295 Light Weapon Mastery Other IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 295; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (295, 'Light Weapon Mastery Other IV', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 25); |
4 changes: 4 additions & 0 deletions
4
.../Patches/Level8Spells/2 SpellTableExtendedData/SQL/00296 Light Weapon Mastery Other V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 296; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (296, 'Light Weapon Mastery Other V', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 30); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00297 Light Weapon Mastery Other VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 297; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (297, 'Light Weapon Mastery Other VI', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 35); |
4 changes: 4 additions & 0 deletions
4
...e/Patches/Level8Spells/2 SpellTableExtendedData/SQL/00298 Light Weapon Mastery Self I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 298; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (298, 'Light Weapon Mastery Self I', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 10); |
4 changes: 4 additions & 0 deletions
4
.../Patches/Level8Spells/2 SpellTableExtendedData/SQL/00299 Light Weapon Mastery Self II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 299; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (299, 'Light Weapon Mastery Self II', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 15); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00300 Light Weapon Mastery Self III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 300; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (300, 'Light Weapon Mastery Self III', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 20); |
4 changes: 4 additions & 0 deletions
4
.../Patches/Level8Spells/2 SpellTableExtendedData/SQL/00301 Light Weapon Mastery Self IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 301; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (301, 'Light Weapon Mastery Self IV', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 25); |
4 changes: 4 additions & 0 deletions
4
...e/Patches/Level8Spells/2 SpellTableExtendedData/SQL/00302 Light Weapon Mastery Self V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 302; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (302, 'Light Weapon Mastery Self V', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 30); |
4 changes: 4 additions & 0 deletions
4
.../Patches/Level8Spells/2 SpellTableExtendedData/SQL/00303 Light Weapon Mastery Self VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 303; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (303, 'Light Weapon Mastery Self VI', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, 35); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00304 Light Weapon Ineptitude Other I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 304; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (304, 'Light Weapon Ineptitude Other I', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -10); |
4 changes: 4 additions & 0 deletions
4
...ches/Level8Spells/2 SpellTableExtendedData/SQL/00305 Light Weapon Ineptitude Other II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 305; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (305, 'Light Weapon Ineptitude Other II', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -15); |
4 changes: 4 additions & 0 deletions
4
...hes/Level8Spells/2 SpellTableExtendedData/SQL/00306 Light Weapon Ineptitude Other III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 306; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (306, 'Light Weapon Ineptitude Other III', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -20); |
4 changes: 4 additions & 0 deletions
4
...ches/Level8Spells/2 SpellTableExtendedData/SQL/00307 Light Weapon Ineptitude Other IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 307; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (307, 'Light Weapon Ineptitude Other IV', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -25); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00308 Light Weapon Ineptitude Other V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 308; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (308, 'Light Weapon Ineptitude Other V', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -30); |
4 changes: 4 additions & 0 deletions
4
...ches/Level8Spells/2 SpellTableExtendedData/SQL/00309 Light Weapon Ineptitude Other VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 309; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (309, 'Light Weapon Ineptitude Other VI', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -35); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00310 Light Weapon Ineptitude Self I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 310; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (310, 'Light Weapon Ineptitude Self I', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -10); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00311 Light Weapon Ineptitude Self II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 311; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (311, 'Light Weapon Ineptitude Self II', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -15); |
4 changes: 4 additions & 0 deletions
4
...ches/Level8Spells/2 SpellTableExtendedData/SQL/00312 Light Weapon Ineptitude Self III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 312; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (312, 'Light Weapon Ineptitude Self III', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -20); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00313 Light Weapon Ineptitude Self IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 313; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (313, 'Light Weapon Ineptitude Self IV', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -25); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00314 Light Weapon Ineptitude Self V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 314; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (314, 'Light Weapon Ineptitude Self V', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -30); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00315 Light Weapon Ineptitude Self VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 315; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (315, 'Light Weapon Ineptitude Self VI', 36884 /* Int, Skill, SingleStat, Additive */, 45 /* LightWeapons */, -35); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00316 Finesse Weapon Mastery Other I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 316; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (316, 'Finesse Weapon Mastery Other I', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 10); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00317 Finesse Weapon Mastery Other II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 317; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (317, 'Finesse Weapon Mastery Other II', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 15); |
4 changes: 4 additions & 0 deletions
4
...ches/Level8Spells/2 SpellTableExtendedData/SQL/00318 Finesse Weapon Mastery Other III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 318; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (318, 'Finesse Weapon Mastery Other III', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 20); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00319 Finesse Weapon Mastery Other IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 319; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (319, 'Finesse Weapon Mastery Other IV', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 25); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00320 Finesse Weapon Mastery Other V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 320; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (320, 'Finesse Weapon Mastery Other V', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 30); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00321 Finesse Weapon Mastery Other VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 321; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (321, 'Finesse Weapon Mastery Other VI', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 35); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00322 Finesse Weapon Mastery Self I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 322; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (322, 'Finesse Weapon Mastery Self I', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 10); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00323 Finesse Weapon Mastery Self II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 323; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (323, 'Finesse Weapon Mastery Self II', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 15); |
4 changes: 4 additions & 0 deletions
4
...tches/Level8Spells/2 SpellTableExtendedData/SQL/00324 Finesse Weapon Mastery Self III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 324; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (324, 'Finesse Weapon Mastery Self III', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 20); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00325 Finesse Weapon Mastery Self IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 325; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (325, 'Finesse Weapon Mastery Self IV', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 25); |
4 changes: 4 additions & 0 deletions
4
...Patches/Level8Spells/2 SpellTableExtendedData/SQL/00326 Finesse Weapon Mastery Self V.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 326; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (326, 'Finesse Weapon Mastery Self V', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 30); |
4 changes: 4 additions & 0 deletions
4
...atches/Level8Spells/2 SpellTableExtendedData/SQL/00327 Finesse Weapon Mastery Self VI.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 327; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (327, 'Finesse Weapon Mastery Self VI', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, 35); |
4 changes: 4 additions & 0 deletions
4
...hes/Level8Spells/2 SpellTableExtendedData/SQL/00328 Finesse Weapon Ineptitude Other I.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 328; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (328, 'Finesse Weapon Ineptitude Other I', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, -10); |
4 changes: 4 additions & 0 deletions
4
...es/Level8Spells/2 SpellTableExtendedData/SQL/00329 Finesse Weapon Ineptitude Other II.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 329; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (329, 'Finesse Weapon Ineptitude Other II', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, -15); |
4 changes: 4 additions & 0 deletions
4
...s/Level8Spells/2 SpellTableExtendedData/SQL/00330 Finesse Weapon Ineptitude Other III.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 330; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (330, 'Finesse Weapon Ineptitude Other III', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, -20); |
4 changes: 4 additions & 0 deletions
4
...es/Level8Spells/2 SpellTableExtendedData/SQL/00331 Finesse Weapon Ineptitude Other IV.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 331; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (331, 'Finesse Weapon Ineptitude Other IV', 36884 /* Int, Skill, SingleStat, Additive */, 46 /* FinesseWeapons */, -25); |
Oops, something went wrong.