-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Four TOD+ Era Spells * Minor change
- Loading branch information
1 parent
752f136
commit 81e5dac
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
Database/Patches/TODUpdates/2 SpellTableExtendedData/05137 Augmented Understanding 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` = 5137; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5137, 'Augmented Understanding III', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.06); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/TODUpdates/2 SpellTableExtendedData/05153 Augmented Understanding 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` = 5153; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5153, 'Augmented Understanding I', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.02); |
4 changes: 4 additions & 0 deletions
4
Database/Patches/TODUpdates/2 SpellTableExtendedData/05154 Augmented Understanding 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` = 5154; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`) | ||
VALUES (5154, 'Augmented Understanding II', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.04); |
5 changes: 5 additions & 0 deletions
5
Database/Patches/TODUpdates/2 SpellTableExtendedData/05175 Facility Hub Recall.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,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 5175; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`) | ||
VALUES (5175, 'Facility Hub Recall', 2315387410, 58.6391, -89.9231, 6.005, 0.995004, 0, 0, -0.099833); | ||
/* @teleloc 0x8A020212 [58.639100 -89.923100 6.005000] 0.995004 0.000000 0.000000 -0.099833 */ |