This commit is contained in:
Elias Stepanik 2025-07-20 23:57:27 +02:00
parent 9a6eed79ec
commit b734ab88c5
113 changed files with 2968 additions and 109 deletions

View File

@ -0,0 +1,70 @@
#Blocks
[blocks]
#Maximum storage lectern linking range
# Default: 30
# Range: > 1
lecternLinkRange = 30
#Mana
[mana]
#Base mana regen in seconds
# Default: 5
# Range: > 0
baseRegen = 5
#Base max mana
# Default: 100
# Range: > 0
baseMax = 100
#How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended.
# Default: 5
# Range: 1 ~ 20
updateInterval = 5
#Max mana bonus per glyph
# Default: 15
# Range: > 0
glyphmax = 15
#Max mana bonus for tier of book
# Default: 50
# Range: > 0
tierMax = 50
#Mana regen bonus for tier of book
# Default: 1
# Range: > 0
tierRegen = 1
#Mana Boost value per level
# Default: 25
# Range: > 0
manaBoost = 25
#(enchantment) Mana regen per second per level
# Default: 2
# Range: > 0
manaRegenEnchantment = 2
#Regen bonus per glyph
# Default: 0.33
# Range: 0.0 ~ 2.147483647E9
glyphRegen = 0.33
[spell_casting]
#Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceCapOnCast = true
#Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceGlyphLimitOnCast = true
[item]
#Cost per glyph in a codex
# Default: 10
# Range: > 0
codexCost = 10
[warp_portals]
#Enable warp portals?
enableWarpPortals = true
#Infinite Spells Mode
[spell_length]
#If Enabled, the value below will be added to the base glyph limit for spellbooks.
infiniteSpells = false
#Only used if infinite spells is true, increases or decreases the spell length limit in spellbooks..
# Default: 30
# Range: -9 ~ 1000
infiniteSpellLimit = 30

View File

@ -0,0 +1,74 @@
#Blocks
[blocks]
#Maximum storage lectern linking range
# Default: 30
# Range: > 1
lecternLinkRange = 30
#Maximum range of the decor blossom
# Default: 30
# Range: > 1
decorBlossomRange = 30
#Mana
[mana]
#Base mana regen in seconds
# Default: 5
# Range: > 0
baseRegen = 5
#Base max mana
# Default: 100
# Range: > 0
baseMax = 100
#How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended.
# Default: 5
# Range: 1 ~ 20
updateInterval = 5
#Max mana bonus per glyph
# Default: 15
# Range: > 0
glyphmax = 15
#Max mana bonus for tier of book
# Default: 50
# Range: > 0
tierMax = 50
#Mana regen bonus for tier of book
# Default: 1
# Range: > 0
tierRegen = 1
#Mana Boost value per level
# Default: 25
# Range: > 0
manaBoost = 25
#(enchantment) Mana regen per second per level
# Default: 2
# Range: > 0
manaRegenEnchantment = 2
#Regen bonus per glyph
# Default: 0.33
# Range: 0.0 ~ 2.147483647E9
glyphRegen = 0.33
[spell_casting]
#Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceCapOnCast = true
#Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceGlyphLimitOnCast = true
[item]
#Cost per glyph in a codex
# Default: 10
# Range: > 0
codexCost = 10
[warp_portals]
#Enable warp portals?
enableWarpPortals = true
#Infinite Spells Mode
[spell_length]
#If Enabled, the value below will be added to the base glyph limit for spellbooks.
infiniteSpells = false
#Only used if infinite spells is true, increases or decreases the spell length limit in spellbooks..
# Default: 30
# Range: -9 ~ 1000
infiniteSpellLimit = 30

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 20
# Range: > -2147483648
cost = 20
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 200
# Range: > -2147483648
cost = 200
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Base duration in seconds
# Default: 60
# Range: > 0
duration = 60
#Extend time duration, in seconds
# Default: 60
# Range: > 0
extend_time = 60

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 35
# Range: > -2147483648
cost = 35
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 8
# Range: > 0
distance = 8
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
amplify = 3.0

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = true
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_fortune=4", "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 = []

View File

@ -0,0 +1,37 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 20
# Range: > -2147483648
cost = 20
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
# Default: 5.0
# Range: 0.0 ~ 2.147483647E9
damage = 5.0
# Default: 2.0
# Range: 0.0 ~ 2.147483647E9
amplify = 2.0
#Extend time duration, in seconds
# Default: 3
# Range: > 0
extend_time = 3

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 500
# Range: > -2147483648
cost = 500
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 1
# Range: 1 ~ 1
per_spell_limit = 1
#The tier of the glyph
# Default: 3
# 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_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 = ["ars_nouveau:glyph_wall", "ars_nouveau:glyph_linger"]

View File

@ -0,0 +1,41 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 6.0
# Range: 0.0 ~ 2.147483647E9
damage = 6.0
# Default: 2.5
# Range: 0.0 ~ 2.147483647E9
amplify = 2.5
#Potion duration, in seconds
# Default: 5
# Range: > 0
potion_time = 5
#Extend time duration, in seconds
# Default: 1
# Range: > 0
extend_time = 1

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 80
# Range: > -2147483648
cost = 80
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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
# Default: 20
# Range: > 0
potion_time = 20
#Extend time duration, in seconds
# Default: 10
# Range: > 0
extend_time = 10

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,33 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_sensitive=1", "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 = []
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
damage = 3.0
# Default: 1.0
# Range: 0.0 ~ 2.147483647E9
amplify = 1.0

View File

@ -0,0 +1,33 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 1.0
# Range: 0.0 ~ 2.147483647E9
damage = 1.0
# Default: 1.0
# Range: 0.0 ~ 2.147483647E9
amplify = 1.0

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 5
# Range: > -2147483648
cost = 5
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,43 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Extend time duration, in seconds
# Default: 1
# Range: > 0
extend_time = 1
#Duration down time, in ticks
# Default: 10
# Range: > 0
duration_down_time = 10
#The base duration of the delay effect in ticks.
# Default: 20
# Range: > 0
base_duration = 20
#Randomize chance, in percentage (0-1 = 0% - 100%)
# Default: 0.25
# Range: 0.0 ~ 2.147483647E9
randomize_chance = 0.25

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,45 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 200
# Range: > -2147483648
cost = 200
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 0.5
# Range: 0.0 ~ 2.147483647E9
amplify = 0.5
#Explosion base intensity
# Default: 0.75
# Range: 0.0 ~ 100.0
base = 0.75
#AOE intensity bonus
# Default: 1.5
# Range: 0.0 ~ 100.0
aoe_bonus = 1.5
# Default: 6.0
# Range: 0.0 ~ 2.147483647E9
damage = 6.0
#Additional damage per amplify
# Default: 2.5
# Range: 0.0 ~ 2.147483647E9
amp_damage = 2.5

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,33 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 35
# Range: > -2147483648
cost = 35
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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 = []
# Default: 6.0
# Range: 0.0 ~ 2.147483647E9
damage = 6.0
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
amplify = 3.0

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 150
# Range: > -2147483648
cost = 150
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Base amount of harvested blocks
# Default: 50
# Range: > 0
base_harvest = 50
#Additional max blocks per AOE
# Default: 50
# Range: > 0
aoe_bonus = 50

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,37 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 40
# Range: > -2147483648
cost = 40
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 7.0
# Range: 0.0 ~ 2.147483647E9
damage = 7.0
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
amplify = 3.0
#Extend time duration, in seconds
# Default: 1
# Range: > 0
extend_time = 1

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 80
# Range: > -2147483648
cost = 80
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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
# Default: 10
# Range: > 0
potion_time = 10
#Extend time duration, in seconds
# Default: 5
# Range: > 0
extend_time = 5

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 180
# Range: > 0
potion_time = 180
#Extend time duration, in seconds
# Default: 120
# Range: > 0
extend_time = 120

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 70
# Range: > -2147483648
cost = 70
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#Base knockback value
# Default: 1.5
# Range: 0.0 ~ 1.7976931348623157E308
base_value = 1.5
# Default: 1.0
# Range: 0.0 ~ 2.147483647E9
amplify = 1.0

View File

@ -0,0 +1,41 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = true
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 5.0
# Range: 0.0 ~ 2.147483647E9
damage = 5.0
# Default: 2.0
# Range: 0.0 ~ 2.147483647E9
amplify = 2.0
#Potion duration, in seconds
# Default: 5
# Range: > 0
potion_time = 5
#Extend time duration, in seconds
# Default: 5
# Range: > 0
extend_time = 5

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Base heal amount
# Default: 3.0
# Range: 0.0 ~ 1.7976931348623157E308
base_heal = 3.0
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
amplify = 3.0

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#Extend time duration, in seconds
# Default: 2
# Range: > 0
extend_time = 2
#Potion duration, in seconds
# Default: 3
# Range: > 0
potion_time = 3

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 3
# Range: > 0
base = 3
#Extend time duration, in seconds
# Default: 1
# Range: > 0
extend_time = 1

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_sensitive=1", "ars_nouveau:glyph_amplify=1", "ars_nouveau:glyph_dampen=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 = []

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#Base knockup amount
# Default: 0.8
# Range: 0.0 ~ 1.7976931348623157E308
knockup = 0.8
# Default: 0.25
# Range: 0.0 ~ 2.147483647E9
amplify = 0.25

View File

@ -0,0 +1,36 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 25
# Range: > -2147483648
cost = 25
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#If true, will not launch the caster if they are not on the ground.
force_ground = false
#Base knockup amount
# Default: 1.5
# Range: 0.0 ~ 1.7976931348623157E308
knock_up = 1.5
# Default: 1.0
# Range: 0.0 ~ 2.147483647E9
amplify = 1.0

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 25
# Range: > -2147483648
cost = 25
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_sensitive=1", "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
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,37 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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 = []
# Default: 5.0
# Range: 0.0 ~ 2.147483647E9
damage = 5.0
# Default: 3.0
# Range: 0.0 ~ 2.147483647E9
amplify = 3.0
#Bonus damage for wet entities
# Default: 2.0
# Range: 0.0 ~ 1.7976931348623157E308
wet_bonus = 2.0

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 500
# Range: > -2147483648
cost = 500
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 1
# Range: 1 ~ 1
per_spell_limit = 1
#The tier of the glyph
# Default: 3
# 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_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 = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 25
# Range: > -2147483648
cost = 25
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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 = []

View File

@ -0,0 +1,24 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 5
# Range: > -2147483648
cost = 5
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_dampen=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 = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 5
# Range: > -2147483648
cost = 5
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 40
# Range: > -2147483648
cost = 40
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["ars_nouveau:glyph_sensitive=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 = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,28 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = true
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Max lifespan of the projectile, in seconds.
# Default: 60
# Range: > 0
max_lifespan = 60

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 15
# Range: > -2147483648
cost = 15
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#Base movement velocity
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
base_value = 1.0
# Default: 0.5
# Range: 0.0 ~ 2.147483647E9
amplify = 0.5

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
#Base time in ticks
# Default: 5
# Range: > 0
base_duration = 5
#Extend time bonus, in ticks
# Default: 10
# Range: > 0
extend_time = 10

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,24 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = true
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 60
# Range: > 0
potion_time = 60
#Extend time duration, in seconds
# Default: 15
# Range: > 0
extend_time = 15

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Potion duration, in seconds
# Default: 8
# Range: > 0
potion_time = 8
#Extend time duration, in seconds
# Default: 1
# Range: > 0
extend_time = 1

View File

@ -0,0 +1,18 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 20
# Range: > -2147483648
cost = 20
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# Range: 1 ~ 99
glyph_tier = 3

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 200
# Range: > -2147483648
cost = 200
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 15
# Range: > 0
extend_time = 15
#Base duration in seconds
# Default: 30
# Range: > 0
duration = 30

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Extend time duration, in seconds
# Default: 120
# Range: > 0
extend_time = 120
#Base duration in seconds
# Default: 300
# Range: > 0
duration = 300

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 150
# Range: > -2147483648
cost = 150
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 15
# Range: > 0
duration = 15
#Extend time duration, in seconds
# Default: 10
# Range: > 0
extend_time = 10

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 150
# Range: > -2147483648
cost = 150
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 15
# Range: > 0
duration = 15
#Extend time duration, in seconds
# Default: 10
# Range: > 0
extend_time = 10

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []
#Base duration in seconds
# Default: 60
# Range: > 0
duration = 60
#Extend time duration, in seconds
# Default: 60
# Range: > 0
extend_time = 60

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 10
# Range: > -2147483648
cost = 10
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,24 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 5
# Range: > -2147483648
cost = 5
#Is Starter Glyph?
starter = true
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []

View File

@ -0,0 +1,24 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 5
# Range: > -2147483648
cost = 5
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 500
# Range: > -2147483648
cost = 500
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 1
# Range: 1 ~ 1
per_spell_limit = 1
#The tier of the glyph
# Default: 3
# 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_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 = ["ars_nouveau:glyph_linger"]

View File

@ -0,0 +1,34 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 0.25
# Range: 0.0 ~ 2.147483647E9
amplify = 0.25
#AOE Multiplier
# Default: 1.0
# Range: 0.0 ~ 1.7976931348623157E308
aoe_multiplier = 1.0

View File

@ -0,0 +1,37 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 50
# Range: > -2147483648
cost = 50
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 2
# Range: 1 ~ 99
glyph_tier = 2
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []
# Default: 5.0
# Range: 0.0 ~ 2.147483647E9
damage = 5.0
# Default: 2.5
# Range: 0.0 ~ 2.147483647E9
amplify = 2.5
#Damage per block in the air
# Default: 0.75
# Range: 0.0 ~ 1.7976931348623157E308
airDamage = 0.75

View File

@ -0,0 +1,35 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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
# Default: 30
# Range: > 0
potion_time = 30
#Extend time duration, in seconds
# Default: 8
# Range: > 0
extend_time = 8

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 0
# Range: > -2147483648
cost = 0
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = []
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
#Example entry: "glyph_amplify=50"
augment_cost_overrides = []
#Prevents the given glyph from being used in the same spell as the given glyph
#Example entry: "glyph_burst"
invalid_combos = []

View File

@ -0,0 +1,43 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 100
# Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 3
# 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.
# Default: 60
# Range: > 0
entityRewindTracking = 60
#How many ticks should be rewound before augments
# Default: 40
# Range: 1 ~ 60
baseRewindTime = 40
#Extend time duration, in seconds
# Default: 20
# Range: > 0
extend_time = 20
#Duration down time, in ticks
# Default: 10
# Range: > 0
duration_down_time = 10

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,27 @@
#General settings
[general]
#Is Enabled?
enabled = true
#Cost
# Default: 30
# Range: > -2147483648
cost = 30
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
# Default: 2147483647
# Range: > 1
per_spell_limit = 2147483647
#The tier of the glyph
# Default: 1
# Range: 1 ~ 99
glyph_tier = 1
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "glyph_amplify=5"
augment_limits = ["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 = []

3
config/chisel.json Normal file
View File

@ -0,0 +1,3 @@
{
"compact_chisel_gui": false
}

9
config/connector.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": 1,
"hiddenMods": [],
"globalModAliases": {
"cloth_config": "cloth-config2",
"playeranimator": "player-animator"
},
"enableMixinSafeguard": true
}

6
config/continuity.json Normal file
View File

@ -0,0 +1,6 @@
{
"connected_textures": true,
"emissive_textures": true,
"custom_block_layers": true,
"use_manual_culling": true
}

View File

@ -0,0 +1,3 @@
{
"chisel": "chisel.json"
}

View File

@ -0,0 +1,3 @@
{
"add_biomes_to_index": true
}

View File

@ -1,5 +1,5 @@
#Indigo properties file
#Sun Jul 06 13:23:57 CEST 2025
#Sun Jul 20 23:43:36 CEST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@ -57,7 +57,7 @@
# Show claimed chunks on the map
# Default: true
claimed_chunks_on_map: true
claimed_chunks_on_map: false
# Advanced option. Foliage darkness
# Default: 50
@ -85,7 +85,7 @@
# Show your own claimed chunks on the map
# Default: true
own_claimed_chunks_on_map: true
own_claimed_chunks_on_map: false
# Reduces color palette to 256 colors
# Default: false
@ -133,107 +133,125 @@
# Default: true
entity_heads: true
entity_icon: {
"luminousworld:frigid_skeleton": true
"minecraft:ghast": true
"minecraft:villager": true
"luminousworld:trout_fish": true
"luminousworld:auburn_skeleton": true
"luminousworld:bass_fish": true
"minecraft:silverfish": true
"minecraft:hoglin": true
"minecraft:rabbit": true
"luminousworld:bone_stalker": true
"minecraft:bogged": true
"luminousworld:hairstreak": true
"luminousworld:sunny_fish": true
"luminousworld:littlewood": true
"luminousworld:crab": true
"luminousworld:rusty_page": true
"minecraft:zombie": true
"minecraft:skeleton": true
"luminousworld:swallowtail": true
"minecraft:wither_skeleton": true
"luminousworld:treant": true
"luminousworld:white_hairstreak": true
"luminousworld:monarch": true
"minecraft:pufferfish": false
"luminousworld:dark_oak_skeleton": true
"luminousworld:mourning_cloak": true
"minecraft:magma_cube": true
"luminousworld:charaxes": true
"minecraft:goat": true
"minecraft:armadillo": true
"luminousworld:brown_squirrel": true
"minecraft:phantom": true
"luminousworld:spring_azure": true
"minecraft:dolphin": true
"minecraft:evoker": true
"luminousworld:emerald_swallowtail": true
"minecraft:horse": true
"luminousworld:grey_squirrel": true
"minecraft:axolotl": true
"minecraft:creeper": true
"minecraft:spider": true
"minecraft:fox": true
"minecraft:trader_llama": true
"minecraft:slime": true
"luminousworld:savannah_zombie": true
"minecraft:piglin": true
"minecraft:witch": true
"minecraft:elder_guardian": true
"minecraft:vindicator": true
"minecraft:guardian": true
"minecraft:bat": true
"minecraft:turtle": true
"luminousworld:glowstonebutterfly": true
"minecraft:wandering_trader": true
"minecraft:drowned": true
"luminousworld:orangetip": true
"luminousworld:black_squirrel": true
"luminousworld:firefly": true
"minecraft:strider": true
"luminousworld:blue_monarch": true
"luminousworld:savannah_skeleton": true
"luminousworld:swamp_skeleton": true
"minecraft:blaze": true
"minecraft:sheep": true
"luminousworld:swamp_zombie": true
"minecraft:squid": true
"minecraft:glow_squid": true
"luminousworld:deer": true
"luminousworld:crimson_butterfly": true
"luminousworld:ringlet": true
"minecraft:bee": true
"minecraft:cod": false
"minecraft:zombie_villager": true
"luminousworld:dark_oak_zombie": true
"vanillabackport:happy_ghast": true
"luminousworld:soulbutterfly": true
"minecraft:zombified_piglin": true
"minecraft:pig": true
"minecraft:enderman": true
"luminousworld:frigid_zombie": true
"minecraft:pillager": true
"minecraft:llama": true
"luminousworld:auburn_zombie": true
"minecraft:wolf": true
"luminousworld:zebra_longwing": true
"artifacts:mimic": true
"minecraft:chicken": true
"luminousworld:sunken_skeleton": true
"minecraft:cave_spider": true
"minecraft:cow": true
"minecraft:piglin_brute": true
"minecraft:donkey": true
"luminousworld:buckeye": true
"minecraft:frog": true
"minecraft:husk": true
"luminousworld:miner_skeleton": true
"minecraft:polar_bear": true
"minecraft:salmon": false
"luminousworld:yellow_swallowtail": true
"luminousworld:miner_zombie": true
"minecraft:zombie_villager": true
"minecraft:donkey": true
"minecraft:spider": true
"minecraft:turtle": true
"luminousworld:swallowtail": true
"luminousworld:bass_fish": true
"minecraft:slime": true
"minecraft:pufferfish": false
"minecraft:elder_guardian": true
"minecraft:silverfish": true
"minecraft:fox": true
"luminousworld:deer": true
"luminousworld:auburn_skeleton": true
"luminousworld:crimson_butterfly": true
"luminousworld:buckeye": true
"luminousworld:frigid_skeleton": true
"luminousworld:frigid_zombie": true
"minecraft:frog": true
"minecraft:shulker": true
"minecraft:guardian": true
"ars_nouveau:gift_starby": true
"minecraft:zombified_piglin": true
"luminousworld:brown_squirrel": true
"minecraft:vindicator": true
"minecraft:enderman": true
"luminousworld:savannah_zombie": true
"minecraft:axolotl": true
"luminousworld:firefly": true
"luminousworld:ringlet": true
"minecraft:witch": true
"vanillabackport:happy_ghast": true
"luminousworld:white_hairstreak": true
"minecraft:pig": true
"minecraft:hoglin": true
"minecraft:bee": true
"minecraft:cow": true
"minecraft:blaze": true
"luminousworld:glowstonebutterfly": true
"luminousworld:birdwing": true
"minecraft:piglin": true
"minecraft:wither_skeleton": true
"minecraft:rabbit": true
"minecraft:endermite": true
"luminousworld:dark_oak_skeleton": true
"luminousworld:zebra": true
"luminousworld:savannah_skeleton": true
"luminousworld:trout_fish": true
"luminousworld:swamp_zombie": true
"minecraft:creeper": true
"minecraft:piglin_brute": true
"minecraft:wandering_trader": true
"luminousworld:witch_doctor": true
"luminousworld:miner_zombie": true
"luminousworld:sunken_skeleton": true
"minecraft:breeze": true
"luminousworld:soulbutterfly": true
"luminousworld:king_crab": true
"luminousworld:littlewood": true
"luminousworld:rusty_page": true
"luminousworld:yellow_swallowtail": true
"luminousworld:treant": true
"luminousworld:sunny_fish": true
"luminousworld:mourning_cloak": true
"minecraft:cod": false
"luminousworld:monarch": true
"luminousworld:spring_azure": true
"minecraft:magma_cube": true
"luminousworld:sand_crab": true
"minecraft:pillager": true
"minecraft:chicken": true
"minecraft:horse": true
"minecraft:salmon": false
"minecraft:squid": true
"luminousworld:orangetip": true
"minecraft:phantom": true
"luminousworld:zebra_longwing": true
"minecraft:llama": true
"luminousworld:swamp_skeleton": true
"luminousworld:toxic_gator": true
"minecraft:trader_llama": true
"minecraft:armadillo": true
"luminousworld:crab": true
"luminousworld:emerald_swallowtail": true
"minecraft:evoker": true
"luminousworld:blue_monarch": true
"luminousworld:dark_oak_zombie": true
"minecraft:goat": true
"minecraft:sheep": true
"minecraft:glow_squid": true
"minecraft:bat": true
"luminousworld:grey_squirrel": true
"luminousworld:black_squirrel": true
"artifacts:mimic": true
"luminousworld:chorus_morpho_butterfly": true
"luminousworld:charaxes": true
"minecraft:ghast": true
"minecraft:parrot": true
"minecraft:drowned": true
"minecraft:villager": true
"minecraft:zombie": true
"luminousworld:bogged_bone_stalker": true
"minecraft:polar_bear": true
"minecraft:stray": true
"minecraft:mooshroom": true
"luminousworld:auburn_zombie": true
"ars_nouveau:starbuncle": true
"minecraft:strider": true
"minecraft:cave_spider": true
"minecraft:dolphin": true
"minecraft:tropical_fish": false
"minecraft:ender_dragon": true
"minecraft:skeleton": true
"luminousworld:hairstreak": true
"minecraft:wolf": true
"luminousworld:enderfly": true
"minecraft:bogged": true
}
# Minimap font scaling (values not a multiple of 0.5 may look bad)

View File

@ -0,0 +1,53 @@
{
"check_the_wiki_for_more_information": "https://qouteall.fun/immptl/wiki/Config-Options",
"maxPortalLayer": 5,
"lagAttackProof": true,
"enableCrossPortalSound": true,
"pureMirror": false,
"renderYourselfInPortal": true,
"correctCrossPortalEntityRendering": true,
"reducedPortalRendering": false,
"netherPortalOverlay": false,
"enableNetherPortalEffect": true,
"enableClientPerformanceAdjustment": true,
"clientTolerantVersionMismatchWithServer": false,
"compatibilityRenderMode": false,
"checkModInfoFromInternet": true,
"enableUpdateNotification": true,
"sharedBlockMeshBufferOptimization": true,
"enableClippingMechanism": true,
"visibilityPrediction": true,
"useDepthClampForPortalRendering": true,
"enableCrossPortalView": true,
"portalRenderLimit": 200,
"doCheckGlError": false,
"shaderpackWarning": true,
"portalWandCursorAlignment": 2,
"saveMemoryInBufferPack": false,
"initialScreenShown": true,
"netherPortalMode": "adaptive",
"endPortalMode": "normal",
"enableMirrorCreation": true,
"enableWarning": true,
"lightVanillaNetherPortalWhenCrouching": true,
"enableServerPerformanceAdjustment": true,
"enableDatapackPortalGen": true,
"indirectLoadingRadiusCap": 8,
"regularPortalLengthLimit": 64,
"scaleLimit": 30,
"easeCreativePermission": true,
"easeCommandStickPermission": false,
"portalsChangeGravityByDefault": false,
"portalWandUsableOnSurvivalMode": false,
"portalSearchingRange": 128,
"serverSideNormalChunkLoading": true,
"teleportationDebug": false,
"looseMovementCheck": false,
"chunkPacketDebug": false,
"enableImmPtlChunkLoading": true,
"serverTolerantVersionMismatchWithClient": false,
"serverRejectClientWithoutImmPtl": true,
"serverTeleportLogging": false,
"enableCrossPortalInteraction": true,
"disabledWarnings": []
}

View File

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Sun Jul 06 13:24:02 CEST 2025
#Sun Jul 20 23:43:41 CEST 2025
allowUnknownShaders=false
colorSpace=SRGB
disableUpdateMessage=false

Some files were not shown because too many files have changed in this diff Show More