Skip to content

Commit

Permalink
Expanded the curse pool.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Oct 21, 2023
1 parent 65095e6 commit 24529db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/sql/db-world/base/tos_world_base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,18 @@ CREATE TABLE IF NOT EXISTS `tos_curse_template` (

DELETE FROM `tos_curse_template` WHERE `id`=1 AND `type`=0 AND `difficulty`=2 AND `aura`=68335 AND `name`='Enrage' AND `description`='Combatants are enraged, increasing their damage by 50%.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (1, 0, 2, 68335, 'Enrage', 'Combatants are enraged, increasing their damage by 50%.');
DELETE FROM `tos_curse_template` WHERE `id`=15 AND `type`=0 AND `difficulty`=10 AND `aura`=71110 AND `name`='Aura of Darkness' AND `description`='Combatants are consumed by darkness, radiating shadow damage every 2 seconds.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (15, 0, 10, 71110, 'Aura of Darkness', 'Combatants are consumed by darkness, radiating shadow damage every 2 seconds.');
DELETE FROM `tos_curse_template` WHERE `id`=16 AND `type`=0 AND `difficulty`=5 AND `aura`=25820 AND `name`='Fearful' AND `description`='Combatants have a 10% chance when taking damage to fear players.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (16, 0, 5, 25820, 'Fearful', 'Combatants have a 10% chance when taking damage to fear players.');
DELETE FROM `tos_curse_template` WHERE `id`=5 AND `type`=0 AND `difficulty`=1 AND `aura`=45673 AND `name`='Bigger!' AND `description`='Combatants are 15-25 percent larger!';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (5, 0, 1, 45673, 'Bigger!', 'Combatants are 15-25 percent larger!');
DELETE FROM `tos_curse_template` WHERE `id`=6 AND `type`=0 AND `difficulty`=3 AND `aura`=45444 AND `name`='Hot Hands' AND `description`='Combatants have bonfire\'s blessing, infusing their attacks with flame.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (6, 0, 3, 45444, 'Hot Hands', 'Combatants have bonfire\'s blessing, infusing their attacks with flame.');
DELETE FROM `tos_curse_template` WHERE `id`=18 AND `type`=1 AND `difficulty`=10 AND `aura`=35500 AND `name`='Dampened' AND `description`='Players have 50% reduced maximum health and 50% increased mana cost of spells.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (18, 1, 10, 35500, 'Dampened', 'Players have 50% reduced maximum health and 50% increased mana cost of spells.');
DELETE FROM `tos_curse_template` WHERE `id`=19 AND `type`=0 AND `difficulty`=5 AND `aura`=31317 AND `name`='Vampiric' AND `description`='Combatants melee attacks heal for 300% of the damage.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (19, 0, 5, 31317, 'Vampiric', 'Combatants melee attacks heal for 300% of the damage.');
DELETE FROM `tos_curse_template` WHERE `id`=7 AND `type`=1 AND `difficulty`=3 AND `aura`=69127 AND `name`='Chill of the Throne' AND `description`='Players have a 20% reduced chance to dodge.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (7, 1, 3, 69127, 'Chill of the Throne', 'Players have a 20% reduced chance to dodge.');
DELETE FROM `tos_curse_template` WHERE `id`=8 AND `type`=1 AND `difficulty`=3 AND `aura`=41631 AND `name`='Cold Feet' AND `description`='Players have a 20% reduced movement speed.';
Expand All @@ -99,6 +107,8 @@ DELETE FROM `tos_curse_template` WHERE `id`=11 AND `type`=1 AND `difficulty`=3 A
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (11, 1, 3, 45672, 'Shorter!', 'Players are 45-75 percent smaller!');
DELETE FROM `tos_curse_template` WHERE `id`=12 AND `type`=0 AND `difficulty`=4 AND `aura`=33795 AND `name`='Strength of Halaa' AND `description`='Combatants have 5% increased damage.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (12, 0, 4, 33795, 'Strength of Halaa', 'Combatants have 5% increased damage.');
DELETE FROM `tos_curse_template` WHERE `id`=17 AND `type`=0 AND `difficulty`=3 AND `aura`=39444 AND `name`='Vengeance' AND `description`='Combatants have a 10% chance when taking damage to deal holy damage to the player.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (17, 0, 3, 39444, 'Vengeance', 'Combatants have a 10% chance when taking damage to deal holy damage to the player.');
DELETE FROM `tos_curse_template` WHERE `id`=13 AND `type`=0 AND `difficulty`=50 AND `aura`=58361 AND `name`='Might of Mograine' AND `description`='Combatants have 500% increased damage, 15000% increased health and 25% of health is regenerated every 2 seconds.';
INSERT INTO `tos_curse_template` (`id`, `type`, `difficulty`, `aura`, `name`, `description`) VALUES (13, 0, 50, 58361, 'Might of Mograine', 'Combatants have 500% increased damage, 15000% increased health and 25% of health is regenerated every 2 seconds.');
DELETE FROM `tos_curse_template` WHERE `id`=14 AND `type`=0 AND `difficulty`=4 AND `aura`=33779 AND `name`='Twin Spire Blessing' AND `description`='Combatants have 5% increased damage.';
Expand Down

0 comments on commit 24529db

Please sign in to comment.