From 181a7efb1e253aaae439295560eebfe6a806c756 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 01:48:53 +0100 Subject: [PATCH] config: deep aether --- config/deep_aether-client.toml | 9 +++++++++ config/deep_aether-common.toml | 35 ++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 config/deep_aether-client.toml create mode 100644 config/deep_aether-common.toml diff --git a/config/deep_aether-client.toml b/config/deep_aether-client.toml new file mode 100644 index 0000000..9bef38b --- /dev/null +++ b/config/deep_aether-client.toml @@ -0,0 +1,9 @@ + +[Rendering] + #Changes to some Deep Aether's old mob model such as the Eye of The Storm + "Switches To Legacy Mob Models" = false + #Always Enables the halloween Slider + "Always Enable Halloween Slider" = false + #Never Enables the halloween Slider, not even during halloween + "Never Enable Halloween Slider" = false + diff --git a/config/deep_aether-common.toml b/config/deep_aether-common.toml new file mode 100644 index 0000000..c108207 --- /dev/null +++ b/config/deep_aether-common.toml @@ -0,0 +1,35 @@ + +[Gameplay] + #Skyjade tools will be enchantable + "Skyjade Enchant" = false + #Always Enable halloween content, excluding the halloween slider + "Always Enable Halloween Content" = false + #The item dropped when the Slider is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the slider + "Slider Flawless Boss Drop" = "deep_aether:slider_eye" + #The item dropped when the Valkyrie Queen is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Valkyrie Queen + "Valkyrie Queen Flawless Boss Drop" = "deep_aether:medal_of_honor" + #The item dropped when the Sun Spirit is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Sun Spirit + "Sun Spirit Flawless Boss Drop" = "deep_aether:sun_core" + #The item dropped when the Eye of the Storm is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Eye of the Storm + "Eye of the Storm Flawless Boss Drop" = "deep_aether:floaty_scarf" + #The item dropped when the Aerwhale King is defeated flawlessly, set value to null (with quotation marks!) to disable flawless boss drops from the Aerwhale King. This Config Does nothing if Aether Lost Content isn't installed. + "Aerwhale King Flawless Boss Drop" = "deep_aether:aerwhale_saddle" + #The cooldown of the stratus dash. Set to a value below zero to disable the cooldown. + "Stratus dash cooldown" = -1 + +[Biomes] + #The weighting of Deep Aether regions in the aether + "Deep Aether Biome Weight" = 15 + #Disables Roseroot Forest biomes from generating. Might make some content unobtainable + "Disable Roseroot Forest Biomes" = false + #Disables Yagroot Swamp biomes from generating. Might make some content unobtainable + "Disable Yagroot Swamp Biomes" = false + #Disables Golden Heights biomes from generating. Might make some content unobtainable + "Disable Golden Heights Biomes" = false + #Disables Aerlavender Fields biomes from generating. Might make some content unobtainable + "Disable Aerlavender Fields Biomes" = false + #Disables Storm Cloud and Skyroot Rainforest biomes from generating. Might make some content unobtainable + "Disable Storm Cloud And Skyroot Rainforest Biomes" = false + #The weighting of Storm Cloud regions in the aether + "Storm Cloud Biome Weight" = 1 +