Skip to content

Commit

Permalink
Add Four TOD+ Era Spells (#33)
Browse files Browse the repository at this point in the history
* Add Four TOD+ Era Spells

* Minor change
  • Loading branch information
ziang4891 authored and LtRipley36706 committed Jan 28, 2019
1 parent 752f136 commit 81e5dac
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
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);
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);
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);
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 */

0 comments on commit 81e5dac

Please sign in to comment.