Skip to content

Commit

Permalink
Add DoT Duration to Spells that had a DoT Duration but Duration didn'…
Browse files Browse the repository at this point in the history
…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
LtRipley36706 authored Jan 21, 2019
1 parent 7819b82 commit adff1b0
Show file tree
Hide file tree
Showing 23 changed files with 50 additions and 41 deletions.
2 changes: 1 addition & 1 deletion AppVeyor/dbversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
6 changes: 3 additions & 3 deletions Database/Patches/AnniversaryEvent/FestivalStoneUpdates.sql
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 */;
4 changes: 2 additions & 2 deletions Database/Patches/AnniversaryEvent/FireworksStopgap.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ VALUES (70002, 81, 1) /* MaxGeneratedObjects */
, (70002, 82, 1) /* InitGeneratedObjects */
, (70002, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */
, (70002, 142, 1) /* GeneratorTimeType - RealTime */
, (70002, 143, 1541152860) /* GeneratorStartTime - 11/02/2018 10:01:00 */
, (70002, 144, 1541498340) /* GeneratorEndTime - 11/06/2018 09:59:00 */
, (70002, 143, 1572688860) /* GeneratorStartTime - 11/02/2019 10:01:00 */
, (70002, 144, 1573034340) /* GeneratorEndTime - 11/06/2019 09:59:00 */
, (70002, 145, 3) /* GeneratorEndDestructionType - Kill */;

INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
Expand Down
4 changes: 2 additions & 2 deletions Database/Patches/AnniversaryEvent/NightClubPortalGen.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ VALUES (70000, 81, 1) /* MaxGeneratedObjects */
, (70000, 82, 1) /* InitGeneratedObjects */
, (70000, 93, 1044) /* PhysicsState - Ethereal, IgnoreCollisions, Gravity */
, (70000, 142, 1) /* GeneratorTimeType - RealTime */
, (70000, 143, 1541152860) /* GeneratorStartTime - 11/02/2018 10:01:00 */
, (70000, 144, 1543744740) /* GeneratorEndTime - 12/02/2018 09:59:00 */
, (70000, 143, 1572688860) /* GeneratorStartTime - 11/02/2019 10:01:00 */
, (70000, 144, 1575280740) /* GeneratorEndTime - 12/02/2019 09:59:00 */
, (70000, 145, 2) /* GeneratorEndDestructionType - Destroy */;

INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE `event` SET `state` = '3' WHERE (`name` = 'EventClutchKingsPrimary');
8 changes: 8 additions & 0 deletions Database/Patches/MadCowEvent/CowGenUpdates.sql
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 */;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);

0 comments on commit adff1b0

Please sign in to comment.