Skip to content

Commit

Permalink
new glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 26, 2023
1 parent 1d33eb5 commit 193b6e6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/ars_elemental/glyph_envenom.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 20
#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 = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
#Range: > 0
potion_time = 5
#Extend time duration, in seconds
#Range: > 0
extend_time = 5

27 changes: 27 additions & 0 deletions config/ars_elemental/glyph_spike.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 30
#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"]
#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 = 8.0
#Range: 0.0 ~ 2.147483647E9
amplify = 2.5

0 comments on commit 193b6e6

Please sign in to comment.