From 7b35330a7c537f890bc984dde52fb959dc575188 Mon Sep 17 00:00:00 2001 From: Brian Gleason <51419601+BrianGleason@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:44:07 -0500 Subject: [PATCH 1/2] disable ars nouveau leap, increase costs reduce scaling of blink and launch --- .../src/config/ars_nouveau/blink.toml | 22 +++++++++++++++++++ .../src/config/ars_nouveau/launch.toml | 22 +++++++++++++++++++ .../src/config/ars_nouveau/leap.toml | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 modpack-files/src/config/ars_nouveau/blink.toml create mode 100644 modpack-files/src/config/ars_nouveau/launch.toml create mode 100644 modpack-files/src/config/ars_nouveau/leap.toml diff --git a/modpack-files/src/config/ars_nouveau/blink.toml b/modpack-files/src/config/ars_nouveau/blink.toml new file mode 100644 index 0000000..d6a6250 --- /dev/null +++ b/modpack-files/src/config/ars_nouveau/blink.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base teleport distance + #Range: > 0 + distance = 8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/modpack-files/src/config/ars_nouveau/launch.toml b/modpack-files/src/config/ars_nouveau/launch.toml new file mode 100644 index 0000000..e016780 --- /dev/null +++ b/modpack-files/src/config/ars_nouveau/launch.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knockup = 0.8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.15 + diff --git a/modpack-files/src/config/ars_nouveau/leap.toml b/modpack-files/src/config/ars_nouveau/leap.toml new file mode 100644 index 0000000..ea2d4d8 --- /dev/null +++ b/modpack-files/src/config/ars_nouveau/leap.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = false + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knock_up = 1.5 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + From 5a554540c5752912f7cfb6e430659d79399f2e93 Mon Sep 17 00:00:00 2001 From: Brian Gleason <51419601+BrianGleason@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:46:33 -0500 Subject: [PATCH 2/2] decrease max mana provided per glyph learned --- modpack-files/src/config/ars_nouveau-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modpack-files/src/config/ars_nouveau-common.toml b/modpack-files/src/config/ars_nouveau-common.toml index 6d9a49b..45366ae 100644 --- a/modpack-files/src/config/ars_nouveau-common.toml +++ b/modpack-files/src/config/ars_nouveau-common.toml @@ -60,7 +60,7 @@ potionRegen = 5 #Max mana bonus per glyph #Range: > 0 - glyphmax = 15 + glyphmax = 5 #(enchantment) Mana regen per second per level #Range: > 0 manaRegenEnchantment = 0.5