From 98c5cd51e663d5b1c5ad6fdf55d4124df2424f19 Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 16:21:12 +0100 Subject: [PATCH] config: ars artifice --- config/ars_artifice/glyph_anguish.toml | 23 +++++++++++++++++++++++ config/ars_artifice/glyph_falling.toml | 23 +++++++++++++++++++++++ config/ars_artifice/glyph_interval.toml | 23 +++++++++++++++++++++++ config/ars_artifice/glyph_landing.toml | 23 +++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 config/ars_artifice/glyph_anguish.toml create mode 100644 config/ars_artifice/glyph_falling.toml create mode 100644 config/ars_artifice/glyph_interval.toml create mode 100644 config/ars_artifice/glyph_landing.toml diff --git a/config/ars_artifice/glyph_anguish.toml b/config/ars_artifice/glyph_anguish.toml new file mode 100644 index 0000000..abb84fe --- /dev/null +++ b/config/ars_artifice/glyph_anguish.toml @@ -0,0 +1,23 @@ + +#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 + #Damage threshold, in half-hearts + #Range: > 1 + threshold = 6 + #Damage threshold step, in half-hearts + #Range: > 1 + step = 2 + diff --git a/config/ars_artifice/glyph_falling.toml b/config/ars_artifice/glyph_falling.toml new file mode 100644 index 0000000..a36a94a --- /dev/null +++ b/config/ars_artifice/glyph_falling.toml @@ -0,0 +1,23 @@ + +#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 + #Default fall distance to trigger from, in blocks + #Range: > 1 + distance = 5 + #Distance change step, in blocks + #Range: > 1 + step = 1 + diff --git a/config/ars_artifice/glyph_interval.toml b/config/ars_artifice/glyph_interval.toml new file mode 100644 index 0000000..edea20e --- /dev/null +++ b/config/ars_artifice/glyph_interval.toml @@ -0,0 +1,23 @@ + +#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 + #Interval, in seconds + #Range: > 1 + interval = 10 + #Interval change step, in seconds + #Range: > 1 + step = 1 + diff --git a/config/ars_artifice/glyph_landing.toml b/config/ars_artifice/glyph_landing.toml new file mode 100644 index 0000000..0d4a688 --- /dev/null +++ b/config/ars_artifice/glyph_landing.toml @@ -0,0 +1,23 @@ + +#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 + #Default distance fall to trigger from, in blocks + #Range: > 0 + distance = 0 + #Distance increase, in blocks + #Range: > 1 + step = 1 +