From 49b461ddf81096fe1e9778f4d46ca02e52e1ace4 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sun, 7 Aug 2022 11:09:01 +0200 Subject: [PATCH] Limit Ars Nouveau fortune glyph to 3 per spell --- config/ars_nouveau/fortune.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/ars_nouveau/fortune.toml diff --git a/config/ars_nouveau/fortune.toml b/config/ars_nouveau/fortune.toml new file mode 100644 index 0000000..47f219b --- /dev/null +++ b/config/ars_nouveau/fortune.toml @@ -0,0 +1,14 @@ + +#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 = 3 +