-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
159bdf9
commit 84fb4a9
Showing
6 changed files
with
136 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 5 | ||
# Range: > -2147483648 | ||
cost = 5 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 2147483647 | ||
# Range: > 1 | ||
per_spell_limit = 2147483647 | ||
#The tier of the glyph | ||
# Default: 1 | ||
# 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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 100 | ||
# Range: > -2147483648 | ||
cost = 100 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 2147483647 | ||
# Range: > 1 | ||
per_spell_limit = 2147483647 | ||
#The tier of the glyph | ||
# Default: 2 | ||
# 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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 0 | ||
# Range: > -2147483648 | ||
cost = 0 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 2147483647 | ||
# Range: > 1 | ||
per_spell_limit = 2147483647 | ||
#The tier of the glyph | ||
# Default: 1 | ||
# 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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 0 | ||
# Range: > -2147483648 | ||
cost = 0 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 2147483647 | ||
# Range: > 1 | ||
per_spell_limit = 2147483647 | ||
#The tier of the glyph | ||
# Default: 1 | ||
# 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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 100 | ||
# Range: > -2147483648 | ||
cost = 100 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 1 | ||
# Range: 1 ~ 10 | ||
per_spell_limit = 1 | ||
#The tier of the glyph | ||
# Default: 1 | ||
# 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=3"] | ||
#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_amplify=50"] | ||
#Prevents the given glyph from being used in the same spell as the given glyph | ||
#Example entry: "glyph_burst" | ||
invalid_combos = [] | ||
# Default: 1.5 | ||
# Range: 0.0 ~ 2.147483647E9 | ||
amplify = 1.5 | ||
#General settings | ||
[general] | ||
#Is Enabled? | ||
enabled = true | ||
#Cost | ||
# Default: 100 | ||
# Range: > -2147483648 | ||
cost = 100 | ||
#Is Starter Glyph? | ||
starter = false | ||
#The maximum number of times this glyph may appear in a single spell | ||
# Default: 1 | ||
# Range: 1 ~ 10 | ||
per_spell_limit = 1 | ||
#The tier of the glyph | ||
# Default: 3 | ||
# 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=3"] | ||
#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_amplify=50"] | ||
#Prevents the given glyph from being used in the same spell as the given glyph | ||
#Example entry: "glyph_burst" | ||
invalid_combos = [] | ||
# Default: 1.5 | ||
# Range: 0.0 ~ 2.147483647E9 | ||
amplify = 1.5 |
Large diffs are not rendered by default.
Oops, something went wrong.