From fae5fe3fddbd0b56a239ebcd0c1b571334340199 Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 22:56:06 +0100 Subject: [PATCH] config: not enough glyph --- config/not_enough_glyphs/glyph_plow.toml | 26 +++++++++++++++++++ .../glyph_propagate_plane.toml | 26 +++++++++++++++++++ config/not_enough_glyphs/glyph_trail.toml | 26 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 config/not_enough_glyphs/glyph_plow.toml create mode 100644 config/not_enough_glyphs/glyph_propagate_plane.toml create mode 100644 config/not_enough_glyphs/glyph_trail.toml diff --git a/config/not_enough_glyphs/glyph_plow.toml b/config/not_enough_glyphs/glyph_plow.toml new file mode 100644 index 0000000..f34b722 --- /dev/null +++ b/config/not_enough_glyphs/glyph_plow.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] + diff --git a/config/not_enough_glyphs/glyph_propagate_plane.toml b/config/not_enough_glyphs/glyph_propagate_plane.toml new file mode 100644 index 0000000..260d0ed --- /dev/null +++ b/config/not_enough_glyphs/glyph_propagate_plane.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 2 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = ["ars_nouveau:glyph_sensitive=100"] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = ["ars_nouveau:glyph_wall", "toomanyglyphs:glyph_chaining", "ars_nouveau:burst", "ars_nouveau:glyph_linger"] + diff --git a/config/not_enough_glyphs/glyph_trail.toml b/config/not_enough_glyphs/glyph_trail.toml new file mode 100644 index 0000000..b11b116 --- /dev/null +++ b/config/not_enough_glyphs/glyph_trail.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #The tier of the glyph + #Range: 1 ~ 99 + glyph_tier = 3 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "glyph_amplify=5" + augment_limits = [] + #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. + #Example entry: "glyph_amplify=50" + augment_cost_overrides = [] + #Max lifespan of the projectile, in seconds. + #Range: > 0 + max_lifespan = 60 +