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 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 +