-
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.
Add DoT Duration to Spells that had a DoT Duration but Duration didn'…
…t match in base (#28) * Update dbversion.txt * Update Spells with Dot Duration Corrosion = 15 DoT Corruption = 30 DoT * Update ACE-World-16PY * Create TurnOffEventClutchKingsPrimary.sql * Stuff
- Loading branch information
1 parent
7819b82
commit adff1b0
Showing
23 changed files
with
50 additions
and
41 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.1 | ||
0.7.2 |
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,8 +1,8 @@ | ||
/* Festival Stones */ | ||
UPDATE weenie_properties_int | ||
SET `value` = 1541152860 /* 11/02/2018 10:01:00 */ | ||
SET `value` = 1572688860 /* 11/02/2019 10:01:00 */ | ||
WHERE `object_Id` >= 5376 AND `object_Id` <= 5395 AND `type` = 143 /* GeneratorStartTime */; | ||
|
||
UPDATE weenie_properties_int | ||
SET `value` = 1541498340 /* 11/06/2018 09:59:00 */ | ||
WHERE `object_Id` >= 5376 and `object_Id` <= 5395 and `type` = 144 /* GeneratorEndTime */; | ||
SET `value` = 1573034340 /* 11/06/2019 09:59:00 */ | ||
WHERE `object_Id` >= 5376 AND `object_Id` <= 5395 AND `type` = 144 /* GeneratorEndTime */; |
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
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
1 change: 1 addition & 0 deletions
1
Database/Patches/EventClutchKingsPrimary/TurnOffEventClutchKingsPrimary.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 @@ | ||
UPDATE `event` SET `state` = '3' WHERE (`name` = 'EventClutchKingsPrimary'); |
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,8 @@ | ||
/* eventmadcowgen */ | ||
UPDATE weenie_properties_int | ||
SET `value` = 1554112860 /* 04/01/2019 10:01:00 */ | ||
WHERE `object_Id` = 23631 AND `type` = 143 /* GeneratorStartTime */; | ||
|
||
UPDATE weenie_properties_int | ||
SET `value` = 1554199140 /* 04/02/2019 09:59:00 */ | ||
WHERE `object_Id` = 23631 AND `type` = 144 /* GeneratorEndTime */; |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05387 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5387; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5387, 'Corrosion I', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 76, 1024 /* Nether */, 76, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5387, 'Corrosion I', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 76, 1024 /* Nether */, 76, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05388 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5388; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5388, 'Corrosion II', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 116, 1024 /* Nether */, 116, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5388, 'Corrosion II', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 116, 1024 /* Nether */, 116, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05389 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5389; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5389, 'Corrosion III', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 152, 1024 /* Nether */, 152, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5389, 'Corrosion III', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 152, 1024 /* Nether */, 152, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05390 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5390; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5390, 'Corrosion IV', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 192, 1024 /* Nether */, 192, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5390, 'Corrosion IV', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 192, 1024 /* Nether */, 192, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05391 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5391; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5391, 'Corrosion V', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 204, 1024 /* Nether */, 204, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5391, 'Corrosion V', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 204, 1024 /* Nether */, 204, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05392 Corrosion 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5392; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5392, 'Corrosion VI', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 288, 1024 /* Nether */, 288, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5392, 'Corrosion VI', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 288, 1024 /* Nether */, 288, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05393 Corrosion VII.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5393; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5393, 'Corrosion VII', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 360, 1024 /* Nether */, 360, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5393, 'Corrosion VII', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 360, 1024 /* Nether */, 360, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05394 Incantation of Corrosion.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5394; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`) | ||
VALUES (5394, 'Incantation of Corrosion', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 448, 1024 /* Nether */, 448, 0, 43344 /* Nether Bolt */, 1); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `dot_Duration`) | ||
VALUES (5394, 'Incantation of Corrosion', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 448, 1024 /* Nether */, 448, 0, 43344 /* Nether Bolt */, 1, 15); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05395 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5395; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5395, 'Corruption I', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 56, 1024 /* Nether */, 56, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5395, 'Corruption I', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 56, 1024 /* Nether */, 56, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05396 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5396; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5396, 'Corruption II', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 91, 1024 /* Nether */, 91, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5396, 'Corruption II', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 91, 1024 /* Nether */, 91, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05397 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5397; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5397, 'Corruption III', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 126, 1024 /* Nether */, 126, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5397, 'Corruption III', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 126, 1024 /* Nether */, 126, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05398 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5398; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5398, 'Corruption IV', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 154, 1024 /* Nether */, 154, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5398, 'Corruption IV', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 154, 1024 /* Nether */, 154, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05399 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5399; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5399, 'Corruption V', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 189, 1024 /* Nether */, 189, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5399, 'Corruption V', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 189, 1024 /* Nether */, 189, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05400 Corruption 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5400; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5400, 'Corruption VI', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 231, 1024 /* Nether */, 231, 0, 43344 /* Nether Bolt */, 3, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5400, 'Corruption VI', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 231, 1024 /* Nether */, 231, 0, 43344 /* Nether Bolt */, 3, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05401 Corruption VII.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5401; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5401, 'Corruption VII', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 294, 1024 /* Nether */, 294, 0, 43344 /* Nether Bolt */, 5, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5401, 'Corruption VII', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 294, 1024 /* Nether */, 294, 0, 43344 /* Nether Bolt */, 5, 90, 30); |
4 changes: 2 additions & 2 deletions
4
Database/Patches/Void/2 SpellTableExtendedData/SQL/05402 Incantation of Corruption.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 5402; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`) | ||
VALUES (5402, 'Incantation of Corruption', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 357, 1024 /* Nether */, 357, 0, 43344 /* Nether Bolt */, 5, 90); | ||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `e_Type`, `base_Intensity`, `variance`, `wcid`, `num_Projectiles`, `spread_Angle`, `dot_Duration`) | ||
VALUES (5402, 'Incantation of Corruption', 36868 /* Int, SingleStat, Additive */, 330 /* NetherOverTime */, 357, 1024 /* Nether */, 357, 0, 43344 /* Nether Bolt */, 5, 90, 30); |