diff --git a/game/modules/tome/data/music/Alchemist.ogg b/game/modules/tome/data/music/Alchemist.ogg new file mode 100644 index 0000000000000000000000000000000000000000..dced01d187377652d38deaa8f091477bdca3336b Binary files /dev/null and b/game/modules/tome/data/music/Alchemist.ogg differ diff --git a/game/modules/tome/data/music/Anne_van_Schothorst_-_Passed_Tense.ogg b/game/modules/tome/data/music/Anne_van_Schothorst_-_Passed_Tense.ogg deleted file mode 100644 index afe9fb7c17a7d4bf61b91f8ce3525d56e1a26413..0000000000000000000000000000000000000000 Binary files a/game/modules/tome/data/music/Anne_van_Schothorst_-_Passed_Tense.ogg and /dev/null differ diff --git a/game/modules/tome/data/talents/chronomancy/energy.lua b/game/modules/tome/data/talents/chronomancy/energy.lua index cd47048f94487ba1cea62efc48abd316b6e07e9c..60251dc0fea84c5ce388c7a2fd7fa6bb49b8f2c5 100644 --- a/game/modules/tome/data/talents/chronomancy/energy.lua +++ b/game/modules/tome/data/talents/chronomancy/energy.lua @@ -151,7 +151,7 @@ newTalent{ local talentcount = t.getTalentCount(self, t) local cooldown = t.getCooldown(self, t) return ([[You sap the target's energy and add it to your own, placing up to %d random talents on cooldown for %d turns and reducing the cooldown of one of your chronomancy talents currently on cooldown by %d turns per enemy talent effected. - The cooldown adjustment scales with your Paradox.]]): + The number of talents affected scales with your Paradox.]]): format(talentcount, cooldown, cooldown) end, } diff --git a/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua b/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua index 562d820481caba0d0cf861ffd94b178c2ceba983..890d2c33593347502dbe31ecb4d1d19bbc00deaf 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/zone.lua @@ -28,7 +28,7 @@ return { -- all_remembered = true, -- all_lited = true, persistent = "zone", - ambient_music = {"Anne_van_Schothorst_-_Passed_Tense.ogg", "weather/dungeon_base.ogg"}, + ambient_music = {"Alchemist.ogg", "weather/dungeon_base.ogg"}, min_material_level = 3, max_material_level = 4, generator = { diff --git a/game/modules/tome/data/zones/eidolon-plane/zone.lua b/game/modules/tome/data/zones/eidolon-plane/zone.lua index fbcf6b75afa5f556569eb1c6104cfb5688ad7f06..709c88b02747f7c5509744bd3b2e46ebeac89eab 100644 --- a/game/modules/tome/data/zones/eidolon-plane/zone.lua +++ b/game/modules/tome/data/zones/eidolon-plane/zone.lua @@ -30,7 +30,7 @@ return { no_anomalies = true, zero_gravity = true, no_autoexplore = true, - ambient_music = "Anne_van_Schothorst_-_Passed_Tense.ogg", + ambient_music = "Alchemist.ogg", generator = { map = { class = "engine.generator.map.Forest", diff --git a/game/modules/tome/data/zones/shadow-crypt/zone.lua b/game/modules/tome/data/zones/shadow-crypt/zone.lua index b4710db6d71e14660c481b91e64c0645c02fc6ce..00f80c89052299d06feb1814be773c81816e2027 100644 --- a/game/modules/tome/data/zones/shadow-crypt/zone.lua +++ b/game/modules/tome/data/zones/shadow-crypt/zone.lua @@ -30,7 +30,7 @@ return { persistent = "zone", color_shown = {0.6, 0.6, 0.6, 1}, color_obscure = {0.6*0.6, 0.6*0.6, 0.6*0.6, 0.6}, - ambient_music = {"Anne_van_Schothorst_-_Passed_Tense.ogg","weather/dungeon_base.ogg"}, + ambient_music = {"Alchemist.ogg","weather/dungeon_base.ogg"}, min_material_level = 4, max_material_level = 5, generator = {