From 6c92736b7fdc1976f1bb60b2fa74b3b9e185b498 Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 23:15:54 +0100 Subject: [PATCH] config: tome of blood --- config/tomeofblood/base-common.toml | 5 +++ config/tomeofblood/glyph_sentient_harm.toml | 36 ++++++++++++++++++++ config/tomeofblood/glyph_sentient_wrath.toml | 36 ++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 config/tomeofblood/base-common.toml create mode 100644 config/tomeofblood/glyph_sentient_harm.toml create mode 100644 config/tomeofblood/glyph_sentient_wrath.toml diff --git a/config/tomeofblood/base-common.toml b/config/tomeofblood/base-common.toml new file mode 100644 index 0000000..66c981f --- /dev/null +++ b/config/tomeofblood/base-common.toml @@ -0,0 +1,5 @@ +#Conversion rate of LP into player mana +conversionRate = 10 +#Scale at which Living Mage Armor gains experience compared to normal Living Armor +livingExpScale = 0.8 + diff --git a/config/tomeofblood/glyph_sentient_harm.toml b/config/tomeofblood/glyph_sentient_harm.toml new file mode 100644 index 0000000..b0331f2 --- /dev/null +++ b/config/tomeofblood/glyph_sentient_harm.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #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 + #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 = ["ars_nouveau:glyph_amplify=2"] + #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 = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 4.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/tomeofblood/glyph_sentient_wrath.toml b/config/tomeofblood/glyph_sentient_wrath.toml new file mode 100644 index 0000000..a291835 --- /dev/null +++ b/config/tomeofblood/glyph_sentient_wrath.toml @@ -0,0 +1,36 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #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 = ["ars_nouveau:glyph_amplify=2"] + #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 = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 20 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 +