From 4704f822b6baeeb532a516a21f7d5b6de7f79e9c Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 23:14:40 +0100 Subject: [PATCH] comfig: starbuncle mania --- .../starbunclemania/glyph_pickup_fluid.toml | 26 +++++++++++++++++++ config/starbunclemania/glyph_place_fluid.toml | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 config/starbunclemania/glyph_pickup_fluid.toml create mode 100644 config/starbunclemania/glyph_place_fluid.toml diff --git a/config/starbunclemania/glyph_pickup_fluid.toml b/config/starbunclemania/glyph_pickup_fluid.toml new file mode 100644 index 0000000..f079b89 --- /dev/null +++ b/config/starbunclemania/glyph_pickup_fluid.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 80 + #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 = 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 = [] + #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/starbunclemania/glyph_place_fluid.toml b/config/starbunclemania/glyph_place_fluid.toml new file mode 100644 index 0000000..f74907a --- /dev/null +++ b/config/starbunclemania/glyph_place_fluid.toml @@ -0,0 +1,26 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #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 = 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 = [] + #Prevents the given glyph from being used in the same spell as the given glyph + #Example entry: "glyph_burst" + invalid_combos = [] +