testing pre-commit strats
This commit is contained in:
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = ["ars_nouveau:glyph_wall", "ars_nouveau:glyph_linger"]
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = ["ars_nouveau:glyph_wall", "ars_nouveau:glyph_linger"]
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#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 = 1
|
||||
|
||||
|
||||
#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 = 1
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 60
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 60
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 35
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 35
|
||||
#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
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base teleport distance
|
||||
#Range: > 0
|
||||
distance = 8
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base teleport distance
|
||||
#Range: > 0
|
||||
distance = 8
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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_fortune=4"]
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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_fortune=4"]
|
||||
#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 = []
|
||||
|
||||
|
@ -1,36 +1,36 @@
|
||||
|
||||
#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", "ars_nouveau:glyph_aoe=1"]
|
||||
#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 = 6.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 2.5
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 5
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
||||
#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", "ars_nouveau:glyph_aoe=1"]
|
||||
#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 = 6.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 2.5
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 5
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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 = 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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
|
||||
#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"]
|
||||
#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 = 1.0
|
||||
|
||||
|
||||
#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"]
|
||||
#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 = 1.0
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = 1.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = 1.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Randomize chance, in percentage (0-1 = 0% - 100%)
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
extend_time = 0.25
|
||||
#The base duration of the delay effect in ticks.
|
||||
#Range: > 0
|
||||
base_duration = 20
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Randomize chance, in percentage (0-1 = 0% - 100%)
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
extend_time = 0.25
|
||||
#The base duration of the delay effect in ticks.
|
||||
#Range: > 0
|
||||
base_duration = 20
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,39 +1,39 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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
|
||||
amplify = 0.5
|
||||
#Explosion base intensity
|
||||
#Range: 0.0 ~ 100.0
|
||||
base = 0.75
|
||||
#AOE intensity bonus
|
||||
#Range: 0.0 ~ 100.0
|
||||
aoe_bonus = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
damage = 6.0
|
||||
#Additional damage per amplify
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amp_damage = 2.5
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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
|
||||
amplify = 0.5
|
||||
#Explosion base intensity
|
||||
#Range: 0.0 ~ 100.0
|
||||
base = 0.75
|
||||
#AOE intensity bonus
|
||||
#Range: 0.0 ~ 100.0
|
||||
aoe_bonus = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
damage = 6.0
|
||||
#Additional damage per amplify
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amp_damage = 2.5
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#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
|
||||
|
||||
|
||||
#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
|
||||
|
||||
|
@ -1,30 +1,30 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 35
|
||||
#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 = 3
|
||||
#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 = 6.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 35
|
||||
#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 = 3
|
||||
#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 = 6.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base amount of harvested blocks
|
||||
#Range: > 0
|
||||
base_harvest = 50
|
||||
#Additional max blocks per AOE
|
||||
#Range: > 0
|
||||
aoe_bonus = 50
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base amount of harvested blocks
|
||||
#Range: > 0
|
||||
base_harvest = 50
|
||||
#Additional max blocks per AOE
|
||||
#Range: > 0
|
||||
aoe_bonus = 50
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
|
||||
|
@ -1,33 +1,33 @@
|
||||
|
||||
#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 = 7.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
||||
#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 = 7.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#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 = 2147483647
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 2
|
||||
|
||||
|
||||
#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 = 2147483647
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 2
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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_sensitive=1"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 10
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 5
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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_sensitive=1"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 10
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 5
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 180
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 120
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 180
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 120
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 70
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 70
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base knockback value
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_value = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base knockback value
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_value = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
@ -1,36 +1,36 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = 5.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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = 5.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
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base heal amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_heal = 3.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base heal amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_heal = 3.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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=4"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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=4"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 2
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 3
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 2
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 3
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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_aoe=1", "ars_nouveau:glyph_extend_time=1"]
|
||||
#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 = []
|
||||
|
||||
|
||||
#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_aoe=1", "ars_nouveau:glyph_extend_time=1"]
|
||||
#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 = []
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration, in seconds
|
||||
#Range: > 0
|
||||
base = 3
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration, in seconds
|
||||
#Range: > 0
|
||||
base = 3
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
|
||||
#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 = 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 = []
|
||||
#Base knockup amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
knockup = 0.8
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 0.25
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
#Base knockup amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
knockup = 0.8
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 0.25
|
||||
|
||||
|
@ -1,33 +1,33 @@
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#If true, will not launch the caster if they are not on the ground.
|
||||
force_ground = false
|
||||
#Base knockup amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
knock_up = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#If true, will not launch the caster if they are not on the ground.
|
||||
force_ground = false
|
||||
#Base knockup amount
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
knock_up = 1.5
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 1.0
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#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=1"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#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=1"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,33 +1,33 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = 5.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
#Bonus damage for wet entities
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
wet_bonus = 2.0
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = 5.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 3.0
|
||||
#Bonus damage for wet entities
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
wet_bonus = 2.0
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 3
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 3
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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=1"]
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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=1"]
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#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
|
||||
|
||||
|
||||
#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
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Max lifespan of the projectile, in seconds.
|
||||
#Range: > 0
|
||||
max_lifespan = 60
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Max lifespan of the projectile, in seconds.
|
||||
#Range: > 0
|
||||
max_lifespan = 60
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base movement velocity
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_value = 1.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 0.5
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 15
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base movement velocity
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
base_value = 1.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 0.5
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base time in ticks
|
||||
#Range: > 0
|
||||
base_duration = 5
|
||||
#Extend time bonus, in ticks
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base time in ticks
|
||||
#Range: > 0
|
||||
base_duration = 5
|
||||
#Extend time bonus, in ticks
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
@ -1,23 +1,23 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 15
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 15
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 8
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 8
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 1
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
|
||||
#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 = 3
|
||||
|
||||
|
||||
#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 = 3
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 15
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 30
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 200
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 15
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 30
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 120
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 300
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 120
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 300
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 15
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 15
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 15
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 15
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 60
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = []
|
||||
#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 = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 60
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 10
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,23 +1,23 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#Is Starter Glyph?
|
||||
starter = true
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,23 +1,23 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = ["ars_nouveau:glyph_linger"]
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 500
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: 1 ~ 1
|
||||
per_spell_limit = 1
|
||||
#The tier of the glyph
|
||||
#Range: 1 ~ 99
|
||||
glyph_tier = 3
|
||||
#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 = ["ars_nouveau:glyph_linger"]
|
||||
|
||||
|
@ -1,33 +1,33 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 5.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 2.5
|
||||
#Damage per block in the air
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
airDamage = 0.75
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#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 = 5.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 2.5
|
||||
#Damage per block in the air
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
airDamage = 0.75
|
||||
|
||||
|
@ -1,32 +1,32 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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=4"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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=4"]
|
||||
#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 = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 30
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 8
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 0
|
||||
#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 = []
|
||||
#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 = []
|
||||
|
||||
|
@ -1,38 +1,38 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Max ticks entities should track for motion and health, etc. Note: Entities ANYWHERE are tracking this, setting this to a high value is not recommended for low-spec machines.
|
||||
#Range: > 0
|
||||
entityRewindTracking = 60
|
||||
#How many ticks should be rewound before augments
|
||||
#Range: 1 ~ 60
|
||||
baseRewindTime = 40
|
||||
#Extend time duration, in ticks
|
||||
#Range: > 0
|
||||
extend_time = 20
|
||||
#Duration down time, in ticks
|
||||
#Range: > 0
|
||||
duration_down_time = 10
|
||||
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 100
|
||||
#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 = 3
|
||||
#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 = []
|
||||
#Max ticks entities should track for motion and health, etc. Note: Entities ANYWHERE are tracking this, setting this to a high value is not recommended for low-spec machines.
|
||||
#Range: > 0
|
||||
entityRewindTracking = 60
|
||||
#How many ticks should be rewound before augments
|
||||
#Range: 1 ~ 60
|
||||
baseRewindTime = 40
|
||||
#Extend time duration, in ticks
|
||||
#Range: > 0
|
||||
extend_time = 20
|
||||
#Duration down time, in ticks
|
||||
#Range: > 0
|
||||
duration_down_time = 10
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
||||
#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 = 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 = []
|
||||
|
||||
|
Reference in New Issue
Block a user