Skip to content

Commit

Permalink
mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 9, 2025
1 parent 159bdf9 commit 84fb4a9
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 31 deletions.
24 changes: 24 additions & 0 deletions config/arsomega/glyph_overhead.toml
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 = []
27 changes: 27 additions & 0 deletions config/arsomega/glyph_propagate_overhead.toml
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 = []
27 changes: 27 additions & 0 deletions config/not_enough_glyphs/glyph_filter_dark.toml
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 = []
27 changes: 27 additions & 0 deletions config/not_enough_glyphs/glyph_filter_light.toml
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 = []
60 changes: 30 additions & 30 deletions config/not_enough_glyphs/glyph_momentum.toml
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
2 changes: 1 addition & 1 deletion minecraftinstance.json

Large diffs are not rendered by default.

0 comments on commit 84fb4a9

Please sign in to comment.