diff --git a/config/ars_nouveau-server-1.toml.bak b/config/ars_nouveau-server-1.toml.bak new file mode 100644 index 0000000..d75dabb --- /dev/null +++ b/config/ars_nouveau-server-1.toml.bak @@ -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 diff --git a/config/ars_nouveau-server.toml b/config/ars_nouveau-server.toml new file mode 100644 index 0000000..312b23a --- /dev/null +++ b/config/ars_nouveau-server.toml @@ -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 diff --git a/config/ars_nouveau/glyph_accelerate.toml b/config/ars_nouveau/glyph_accelerate.toml new file mode 100644 index 0000000..b560d10 --- /dev/null +++ b/config/ars_nouveau/glyph_accelerate.toml @@ -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 diff --git a/config/ars_nouveau/glyph_amplify.toml b/config/ars_nouveau/glyph_amplify.toml new file mode 100644 index 0000000..674c6a9 --- /dev/null +++ b/config/ars_nouveau/glyph_amplify.toml @@ -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 diff --git a/config/ars_nouveau/glyph_animate_block.toml b/config/ars_nouveau/glyph_animate_block.toml new file mode 100644 index 0000000..f75c2ab --- /dev/null +++ b/config/ars_nouveau/glyph_animate_block.toml @@ -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 diff --git a/config/ars_nouveau/glyph_aoe.toml b/config/ars_nouveau/glyph_aoe.toml new file mode 100644 index 0000000..406dd80 --- /dev/null +++ b/config/ars_nouveau/glyph_aoe.toml @@ -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 diff --git a/config/ars_nouveau/glyph_blink.toml b/config/ars_nouveau/glyph_blink.toml new file mode 100644 index 0000000..835f375 --- /dev/null +++ b/config/ars_nouveau/glyph_blink.toml @@ -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 diff --git a/config/ars_nouveau/glyph_bounce.toml b/config/ars_nouveau/glyph_bounce.toml new file mode 100644 index 0000000..a1095a3 --- /dev/null +++ b/config/ars_nouveau/glyph_bounce.toml @@ -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 diff --git a/config/ars_nouveau/glyph_break.toml b/config/ars_nouveau/glyph_break.toml new file mode 100644 index 0000000..bb720a5 --- /dev/null +++ b/config/ars_nouveau/glyph_break.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_bubble.toml b/config/ars_nouveau/glyph_bubble.toml new file mode 100644 index 0000000..98b0ee3 --- /dev/null +++ b/config/ars_nouveau/glyph_bubble.toml @@ -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 diff --git a/config/ars_nouveau/glyph_burst.toml b/config/ars_nouveau/glyph_burst.toml new file mode 100644 index 0000000..6df5f5c --- /dev/null +++ b/config/ars_nouveau/glyph_burst.toml @@ -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"] diff --git a/config/ars_nouveau/glyph_cold_snap.toml b/config/ars_nouveau/glyph_cold_snap.toml new file mode 100644 index 0000000..057ba44 --- /dev/null +++ b/config/ars_nouveau/glyph_cold_snap.toml @@ -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 diff --git a/config/ars_nouveau/glyph_conjure_water.toml b/config/ars_nouveau/glyph_conjure_water.toml new file mode 100644 index 0000000..7b6f8a4 --- /dev/null +++ b/config/ars_nouveau/glyph_conjure_water.toml @@ -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 diff --git a/config/ars_nouveau/glyph_craft.toml b/config/ars_nouveau/glyph_craft.toml new file mode 100644 index 0000000..f620911 --- /dev/null +++ b/config/ars_nouveau/glyph_craft.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_crush.toml b/config/ars_nouveau/glyph_crush.toml new file mode 100644 index 0000000..036126b --- /dev/null +++ b/config/ars_nouveau/glyph_crush.toml @@ -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 diff --git a/config/ars_nouveau/glyph_cut.toml b/config/ars_nouveau/glyph_cut.toml new file mode 100644 index 0000000..67df871 --- /dev/null +++ b/config/ars_nouveau/glyph_cut.toml @@ -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 diff --git a/config/ars_nouveau/glyph_dampen.toml b/config/ars_nouveau/glyph_dampen.toml new file mode 100644 index 0000000..1e996f0 --- /dev/null +++ b/config/ars_nouveau/glyph_dampen.toml @@ -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 diff --git a/config/ars_nouveau/glyph_decelerate.toml b/config/ars_nouveau/glyph_decelerate.toml new file mode 100644 index 0000000..39de100 --- /dev/null +++ b/config/ars_nouveau/glyph_decelerate.toml @@ -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 diff --git a/config/ars_nouveau/glyph_delay.toml b/config/ars_nouveau/glyph_delay.toml new file mode 100644 index 0000000..6daecd7 --- /dev/null +++ b/config/ars_nouveau/glyph_delay.toml @@ -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 diff --git a/config/ars_nouveau/glyph_dispel.toml b/config/ars_nouveau/glyph_dispel.toml new file mode 100644 index 0000000..fda0114 --- /dev/null +++ b/config/ars_nouveau/glyph_dispel.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_duration_down.toml b/config/ars_nouveau/glyph_duration_down.toml new file mode 100644 index 0000000..48bf04e --- /dev/null +++ b/config/ars_nouveau/glyph_duration_down.toml @@ -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 diff --git a/config/ars_nouveau/glyph_ender_inventory.toml b/config/ars_nouveau/glyph_ender_inventory.toml new file mode 100644 index 0000000..b1d108c --- /dev/null +++ b/config/ars_nouveau/glyph_ender_inventory.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_evaporate.toml b/config/ars_nouveau/glyph_evaporate.toml new file mode 100644 index 0000000..f620911 --- /dev/null +++ b/config/ars_nouveau/glyph_evaporate.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_exchange.toml b/config/ars_nouveau/glyph_exchange.toml new file mode 100644 index 0000000..b1d108c --- /dev/null +++ b/config/ars_nouveau/glyph_exchange.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_explosion.toml b/config/ars_nouveau/glyph_explosion.toml new file mode 100644 index 0000000..f7c18e0 --- /dev/null +++ b/config/ars_nouveau/glyph_explosion.toml @@ -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 diff --git a/config/ars_nouveau/glyph_extend_time.toml b/config/ars_nouveau/glyph_extend_time.toml new file mode 100644 index 0000000..b560d10 --- /dev/null +++ b/config/ars_nouveau/glyph_extend_time.toml @@ -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 diff --git a/config/ars_nouveau/glyph_extract.toml b/config/ars_nouveau/glyph_extract.toml new file mode 100644 index 0000000..c9638c2 --- /dev/null +++ b/config/ars_nouveau/glyph_extract.toml @@ -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 diff --git a/config/ars_nouveau/glyph_fangs.toml b/config/ars_nouveau/glyph_fangs.toml new file mode 100644 index 0000000..9fc1eb4 --- /dev/null +++ b/config/ars_nouveau/glyph_fangs.toml @@ -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 diff --git a/config/ars_nouveau/glyph_fell.toml b/config/ars_nouveau/glyph_fell.toml new file mode 100644 index 0000000..98ad236 --- /dev/null +++ b/config/ars_nouveau/glyph_fell.toml @@ -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 diff --git a/config/ars_nouveau/glyph_firework.toml b/config/ars_nouveau/glyph_firework.toml new file mode 100644 index 0000000..2c4530c --- /dev/null +++ b/config/ars_nouveau/glyph_firework.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_flare.toml b/config/ars_nouveau/glyph_flare.toml new file mode 100644 index 0000000..fc74751 --- /dev/null +++ b/config/ars_nouveau/glyph_flare.toml @@ -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 diff --git a/config/ars_nouveau/glyph_fortune.toml b/config/ars_nouveau/glyph_fortune.toml new file mode 100644 index 0000000..f2bd8d0 --- /dev/null +++ b/config/ars_nouveau/glyph_fortune.toml @@ -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 diff --git a/config/ars_nouveau/glyph_freeze.toml b/config/ars_nouveau/glyph_freeze.toml new file mode 100644 index 0000000..27bf83c --- /dev/null +++ b/config/ars_nouveau/glyph_freeze.toml @@ -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 diff --git a/config/ars_nouveau/glyph_glide.toml b/config/ars_nouveau/glyph_glide.toml new file mode 100644 index 0000000..63e5c28 --- /dev/null +++ b/config/ars_nouveau/glyph_glide.toml @@ -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 diff --git a/config/ars_nouveau/glyph_gravity.toml b/config/ars_nouveau/glyph_gravity.toml new file mode 100644 index 0000000..6747cf2 --- /dev/null +++ b/config/ars_nouveau/glyph_gravity.toml @@ -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 diff --git a/config/ars_nouveau/glyph_grow.toml b/config/ars_nouveau/glyph_grow.toml new file mode 100644 index 0000000..afa83c1 --- /dev/null +++ b/config/ars_nouveau/glyph_grow.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_gust.toml b/config/ars_nouveau/glyph_gust.toml new file mode 100644 index 0000000..776b1cd --- /dev/null +++ b/config/ars_nouveau/glyph_gust.toml @@ -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 diff --git a/config/ars_nouveau/glyph_harm.toml b/config/ars_nouveau/glyph_harm.toml new file mode 100644 index 0000000..f40232e --- /dev/null +++ b/config/ars_nouveau/glyph_harm.toml @@ -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 diff --git a/config/ars_nouveau/glyph_harvest.toml b/config/ars_nouveau/glyph_harvest.toml new file mode 100644 index 0000000..06b3036 --- /dev/null +++ b/config/ars_nouveau/glyph_harvest.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_heal.toml b/config/ars_nouveau/glyph_heal.toml new file mode 100644 index 0000000..aeae0e2 --- /dev/null +++ b/config/ars_nouveau/glyph_heal.toml @@ -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 diff --git a/config/ars_nouveau/glyph_hex.toml b/config/ars_nouveau/glyph_hex.toml new file mode 100644 index 0000000..d46e5c4 --- /dev/null +++ b/config/ars_nouveau/glyph_hex.toml @@ -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 diff --git a/config/ars_nouveau/glyph_ignite.toml b/config/ars_nouveau/glyph_ignite.toml new file mode 100644 index 0000000..1ebca09 --- /dev/null +++ b/config/ars_nouveau/glyph_ignite.toml @@ -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 diff --git a/config/ars_nouveau/glyph_infuse.toml b/config/ars_nouveau/glyph_infuse.toml new file mode 100644 index 0000000..adb0e8d --- /dev/null +++ b/config/ars_nouveau/glyph_infuse.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_intangible.toml b/config/ars_nouveau/glyph_intangible.toml new file mode 100644 index 0000000..3c5a9a0 --- /dev/null +++ b/config/ars_nouveau/glyph_intangible.toml @@ -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 diff --git a/config/ars_nouveau/glyph_interact.toml b/config/ars_nouveau/glyph_interact.toml new file mode 100644 index 0000000..043fc06 --- /dev/null +++ b/config/ars_nouveau/glyph_interact.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_invisibility.toml b/config/ars_nouveau/glyph_invisibility.toml new file mode 100644 index 0000000..a5cde77 --- /dev/null +++ b/config/ars_nouveau/glyph_invisibility.toml @@ -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 diff --git a/config/ars_nouveau/glyph_launch.toml b/config/ars_nouveau/glyph_launch.toml new file mode 100644 index 0000000..5267a3f --- /dev/null +++ b/config/ars_nouveau/glyph_launch.toml @@ -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 diff --git a/config/ars_nouveau/glyph_leap.toml b/config/ars_nouveau/glyph_leap.toml new file mode 100644 index 0000000..5ff7fb1 --- /dev/null +++ b/config/ars_nouveau/glyph_leap.toml @@ -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 diff --git a/config/ars_nouveau/glyph_light.toml b/config/ars_nouveau/glyph_light.toml new file mode 100644 index 0000000..40d495c --- /dev/null +++ b/config/ars_nouveau/glyph_light.toml @@ -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 diff --git a/config/ars_nouveau/glyph_lightning.toml b/config/ars_nouveau/glyph_lightning.toml new file mode 100644 index 0000000..7fd3d43 --- /dev/null +++ b/config/ars_nouveau/glyph_lightning.toml @@ -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 diff --git a/config/ars_nouveau/glyph_linger.toml b/config/ars_nouveau/glyph_linger.toml new file mode 100644 index 0000000..c72c4b5 --- /dev/null +++ b/config/ars_nouveau/glyph_linger.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_name.toml b/config/ars_nouveau/glyph_name.toml new file mode 100644 index 0000000..c2db6bd --- /dev/null +++ b/config/ars_nouveau/glyph_name.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_orbit.toml b/config/ars_nouveau/glyph_orbit.toml new file mode 100644 index 0000000..4140480 --- /dev/null +++ b/config/ars_nouveau/glyph_orbit.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_pantomime.toml b/config/ars_nouveau/glyph_pantomime.toml new file mode 100644 index 0000000..4cb9562 --- /dev/null +++ b/config/ars_nouveau/glyph_pantomime.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_phantom_block.toml b/config/ars_nouveau/glyph_phantom_block.toml new file mode 100644 index 0000000..13c6eb3 --- /dev/null +++ b/config/ars_nouveau/glyph_phantom_block.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_pickup.toml b/config/ars_nouveau/glyph_pickup.toml new file mode 100644 index 0000000..06b3036 --- /dev/null +++ b/config/ars_nouveau/glyph_pickup.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_pierce.toml b/config/ars_nouveau/glyph_pierce.toml new file mode 100644 index 0000000..7d7515c --- /dev/null +++ b/config/ars_nouveau/glyph_pierce.toml @@ -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 diff --git a/config/ars_nouveau/glyph_place_block.toml b/config/ars_nouveau/glyph_place_block.toml new file mode 100644 index 0000000..8068a38 --- /dev/null +++ b/config/ars_nouveau/glyph_place_block.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_prestidigitation.toml b/config/ars_nouveau/glyph_prestidigitation.toml new file mode 100644 index 0000000..42b55ac --- /dev/null +++ b/config/ars_nouveau/glyph_prestidigitation.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_projectile.toml b/config/ars_nouveau/glyph_projectile.toml new file mode 100644 index 0000000..d049b28 --- /dev/null +++ b/config/ars_nouveau/glyph_projectile.toml @@ -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 diff --git a/config/ars_nouveau/glyph_pull.toml b/config/ars_nouveau/glyph_pull.toml new file mode 100644 index 0000000..ca85488 --- /dev/null +++ b/config/ars_nouveau/glyph_pull.toml @@ -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 diff --git a/config/ars_nouveau/glyph_randomize.toml b/config/ars_nouveau/glyph_randomize.toml new file mode 100644 index 0000000..a2f3558 --- /dev/null +++ b/config/ars_nouveau/glyph_randomize.toml @@ -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 diff --git a/config/ars_nouveau/glyph_redstone_signal.toml b/config/ars_nouveau/glyph_redstone_signal.toml new file mode 100644 index 0000000..56fd3d7 --- /dev/null +++ b/config/ars_nouveau/glyph_redstone_signal.toml @@ -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 diff --git a/config/ars_nouveau/glyph_rotate.toml b/config/ars_nouveau/glyph_rotate.toml new file mode 100644 index 0000000..27ec581 --- /dev/null +++ b/config/ars_nouveau/glyph_rotate.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_rune.toml b/config/ars_nouveau/glyph_rune.toml new file mode 100644 index 0000000..1fb583d --- /dev/null +++ b/config/ars_nouveau/glyph_rune.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_self.toml b/config/ars_nouveau/glyph_self.toml new file mode 100644 index 0000000..6d7a543 --- /dev/null +++ b/config/ars_nouveau/glyph_self.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_sense_magic.toml b/config/ars_nouveau/glyph_sense_magic.toml new file mode 100644 index 0000000..6fe0281 --- /dev/null +++ b/config/ars_nouveau/glyph_sense_magic.toml @@ -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 diff --git a/config/ars_nouveau/glyph_sensitive.toml b/config/ars_nouveau/glyph_sensitive.toml new file mode 100644 index 0000000..bcb6910 --- /dev/null +++ b/config/ars_nouveau/glyph_sensitive.toml @@ -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 diff --git a/config/ars_nouveau/glyph_slowfall.toml b/config/ars_nouveau/glyph_slowfall.toml new file mode 100644 index 0000000..a5cde77 --- /dev/null +++ b/config/ars_nouveau/glyph_slowfall.toml @@ -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 diff --git a/config/ars_nouveau/glyph_smelt.toml b/config/ars_nouveau/glyph_smelt.toml new file mode 100644 index 0000000..5b7d755 --- /dev/null +++ b/config/ars_nouveau/glyph_smelt.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_snare.toml b/config/ars_nouveau/glyph_snare.toml new file mode 100644 index 0000000..5361fc3 --- /dev/null +++ b/config/ars_nouveau/glyph_snare.toml @@ -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 diff --git a/config/ars_nouveau/glyph_split.toml b/config/ars_nouveau/glyph_split.toml new file mode 100644 index 0000000..f571960 --- /dev/null +++ b/config/ars_nouveau/glyph_split.toml @@ -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 diff --git a/config/ars_nouveau/glyph_summon_decoy.toml b/config/ars_nouveau/glyph_summon_decoy.toml new file mode 100644 index 0000000..1c1ff07 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_decoy.toml @@ -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 diff --git a/config/ars_nouveau/glyph_summon_steed.toml b/config/ars_nouveau/glyph_summon_steed.toml new file mode 100644 index 0000000..15169e5 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_steed.toml @@ -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 diff --git a/config/ars_nouveau/glyph_summon_undead.toml b/config/ars_nouveau/glyph_summon_undead.toml new file mode 100644 index 0000000..e53fbb2 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_undead.toml @@ -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 diff --git a/config/ars_nouveau/glyph_summon_vex.toml b/config/ars_nouveau/glyph_summon_vex.toml new file mode 100644 index 0000000..e53fbb2 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_vex.toml @@ -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 diff --git a/config/ars_nouveau/glyph_summon_wolves.toml b/config/ars_nouveau/glyph_summon_wolves.toml new file mode 100644 index 0000000..8f58768 --- /dev/null +++ b/config/ars_nouveau/glyph_summon_wolves.toml @@ -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 diff --git a/config/ars_nouveau/glyph_toss.toml b/config/ars_nouveau/glyph_toss.toml new file mode 100644 index 0000000..06b3036 --- /dev/null +++ b/config/ars_nouveau/glyph_toss.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_touch.toml b/config/ars_nouveau/glyph_touch.toml new file mode 100644 index 0000000..8e507e9 --- /dev/null +++ b/config/ars_nouveau/glyph_touch.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_underfoot.toml b/config/ars_nouveau/glyph_underfoot.toml new file mode 100644 index 0000000..96e9e11 --- /dev/null +++ b/config/ars_nouveau/glyph_underfoot.toml @@ -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 = [] diff --git a/config/ars_nouveau/glyph_wall.toml b/config/ars_nouveau/glyph_wall.toml new file mode 100644 index 0000000..a47ff8f --- /dev/null +++ b/config/ars_nouveau/glyph_wall.toml @@ -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"] diff --git a/config/ars_nouveau/glyph_wind_burst.toml b/config/ars_nouveau/glyph_wind_burst.toml new file mode 100644 index 0000000..eff532b --- /dev/null +++ b/config/ars_nouveau/glyph_wind_burst.toml @@ -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 diff --git a/config/ars_nouveau/glyph_wind_shear.toml b/config/ars_nouveau/glyph_wind_shear.toml new file mode 100644 index 0000000..c9dad3c --- /dev/null +++ b/config/ars_nouveau/glyph_wind_shear.toml @@ -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 diff --git a/config/ars_nouveau/glyph_wither.toml b/config/ars_nouveau/glyph_wither.toml new file mode 100644 index 0000000..d46e5c4 --- /dev/null +++ b/config/ars_nouveau/glyph_wither.toml @@ -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 diff --git a/config/ars_nouveau/reset.toml b/config/ars_nouveau/reset.toml new file mode 100644 index 0000000..42b55ac --- /dev/null +++ b/config/ars_nouveau/reset.toml @@ -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 = [] diff --git a/config/ars_nouveau/rewind.toml b/config/ars_nouveau/rewind.toml new file mode 100644 index 0000000..8209ad2 --- /dev/null +++ b/config/ars_nouveau/rewind.toml @@ -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 diff --git a/config/ars_nouveau/search_index/_11.cfe b/config/ars_nouveau/search_index/_11.cfe new file mode 100644 index 0000000..c5ade2e Binary files /dev/null and b/config/ars_nouveau/search_index/_11.cfe differ diff --git a/config/ars_nouveau/search_index/_11.cfs b/config/ars_nouveau/search_index/_11.cfs new file mode 100644 index 0000000..ad36db1 Binary files /dev/null and b/config/ars_nouveau/search_index/_11.cfs differ diff --git a/config/ars_nouveau/search_index/_11.si b/config/ars_nouveau/search_index/_11.si new file mode 100644 index 0000000..2286921 Binary files /dev/null and b/config/ars_nouveau/search_index/_11.si differ diff --git a/config/ars_nouveau/search_index/segments_12 b/config/ars_nouveau/search_index/segments_12 new file mode 100644 index 0000000..4bc00c9 Binary files /dev/null and b/config/ars_nouveau/search_index/segments_12 differ diff --git a/config/ars_nouveau/wololo.toml b/config/ars_nouveau/wololo.toml new file mode 100644 index 0000000..1fb583d --- /dev/null +++ b/config/ars_nouveau/wololo.toml @@ -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 = [] diff --git a/config/chisel.json b/config/chisel.json new file mode 100644 index 0000000..6b606d7 --- /dev/null +++ b/config/chisel.json @@ -0,0 +1,3 @@ +{ + "compact_chisel_gui": false +} \ No newline at end of file diff --git a/config/connector.json b/config/connector.json new file mode 100644 index 0000000..6bf2ae6 --- /dev/null +++ b/config/connector.json @@ -0,0 +1,9 @@ +{ + "version": 1, + "hiddenMods": [], + "globalModAliases": { + "cloth_config": "cloth-config2", + "playeranimator": "player-animator" + }, + "enableMixinSafeguard": true +} \ No newline at end of file diff --git a/config/continuity.json b/config/continuity.json new file mode 100644 index 0000000..9ec8990 --- /dev/null +++ b/config/continuity.json @@ -0,0 +1,6 @@ +{ + "connected_textures": true, + "emissive_textures": true, + "custom_block_layers": true, + "use_manual_culling": true +} \ No newline at end of file diff --git a/config/cryonicconfig.json b/config/cryonicconfig.json new file mode 100644 index 0000000..e7b0ae4 --- /dev/null +++ b/config/cryonicconfig.json @@ -0,0 +1,3 @@ +{ + "chisel": "chisel.json" +} \ No newline at end of file diff --git a/config/emi_ores-client.json b/config/emi_ores-client.json new file mode 100644 index 0000000..d75292f --- /dev/null +++ b/config/emi_ores-client.json @@ -0,0 +1,3 @@ +{ + "add_biomes_to_index": true +} \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties index d421a96..c942dbb 100644 --- a/config/fabric/indigo-renderer.properties +++ b/config/fabric/indigo-renderer.properties @@ -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 diff --git a/config/ftbchunks-client.snbt b/config/ftbchunks-client.snbt index b2450aa..4b93c47 100644 --- a/config/ftbchunks-client.snbt +++ b/config/ftbchunks-client.snbt @@ -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) diff --git a/config/immersive_portals.json b/config/immersive_portals.json new file mode 100644 index 0000000..1bd31e3 --- /dev/null +++ b/config/immersive_portals.json @@ -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": [] +} \ No newline at end of file diff --git a/config/iris.properties b/config/iris.properties index d36b70a..59e1cf1 100644 --- a/config/iris.properties +++ b/config/iris.properties @@ -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 diff --git a/config/jade/jade.json b/config/jade/jade.json index d447d45..a98fbe8 100644 --- a/config/jade/jade.json +++ b/config/jade/jade.json @@ -42,6 +42,7 @@ } }, "history": { + "hintOverlayToggle": false, "themesHash": -328442023 } } \ No newline at end of file diff --git a/config/packetfixer.properties b/config/packetfixer.properties index a599afc..2632b56 100644 --- a/config/packetfixer.properties +++ b/config/packetfixer.properties @@ -1,7 +1,7 @@ #Packet Fixer config file. #Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3. #Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. -#Sun Jul 06 13:23:48 CEST 2025 +#Sun Jul 20 23:43:28 CEST 2025 allSizesUnlimited=true chunkPacketData=2097152 decoderSize=8388608 diff --git a/config/spelunkers_palette-common.toml b/config/spelunkers_palette-common.toml new file mode 100644 index 0000000..e6f4d28 --- /dev/null +++ b/config/spelunkers_palette-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = true +#A magic number +# Default: 42 +# Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] diff --git a/config/voicechat/voicechat-client.properties b/config/voicechat/voicechat-client.properties index 7ea1b96..f1e7eb6 100644 --- a/config/voicechat/voicechat-client.properties +++ b/config/voicechat/voicechat-client.properties @@ -1,4 +1,4 @@ -# Simple Voice Chat client config v1.21.1-2.5.33 +# Simple Voice Chat client config v1.21.1-2.5.35 # If the voice chat onboarding process has been finished onboarding_finished=true @@ -31,9 +31,9 @@ speaker=OpenAL Soft on Lautsprecher (Steam Streaming Speakers) # If the microphone is muted (only relevant for the voice activation method) muted=false # If the voice chat is disabled (both sound and microphone off) -disabled=false +disabled=true # If the voice chat HUD, group chat HUD, and other in-game icons should be hidden -hide_icons=false +hide_icons=true # If the group chat HUD should be visible show_group_hud=true # If your own player icon should be displayed in the group chat HUD when you are in a group diff --git a/config/voicechat/voicechat-server.properties b/config/voicechat/voicechat-server.properties index 29bba93..77ed72d 100644 --- a/config/voicechat/voicechat-server.properties +++ b/config/voicechat/voicechat-server.properties @@ -1,4 +1,4 @@ -# Simple Voice Chat server config v1.21.1-2.5.33 +# Simple Voice Chat server config v1.21.1-2.5.35 # The port number to use for the voice chat communication. # Audio packets are always transmitted via the UDP protocol on the port number diff --git a/config/waystones-common-1.toml.bak b/config/waystones-common-1.toml.bak new file mode 100644 index 0000000..59a4c11 --- /dev/null +++ b/config/waystones-common-1.toml.bak @@ -0,0 +1,77 @@ +[general] + #List of waystone origins that should prevent others from editing. PLAYER is special in that it allows only edits by the owner of the waystone. + restrictedWaystones = ["PLAYER"] + #Set to "GLOBAL" to have newly placed or found waystones be global by default. + #Allowed Values: ACTIVATION, GLOBAL, SHARD_ONLY, ORANGE_SHARESTONE, MAGENTA_SHARESTONE, LIGHT_BLUE_SHARESTONE, YELLOW_SHARESTONE, LIME_SHARESTONE, PINK_SHARESTONE, GRAY_SHARESTONE, LIGHT_GRAY_SHARESTONE, CYAN_SHARESTONE, PURPLE_SHARESTONE, BLUE_SHARESTONE, BROWN_SHARESTONE, GREEN_SHARESTONE, RED_SHARESTONE, BLACK_SHARESTONE + defaultVisibility = "ACTIVATION" + #Add "GLOBAL" to allow every player to create global waystones. + allowedVisibilities = [] + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + warpPlateUseTime = 15 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + scrollUseTime = 32 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the inventory button in the inventory. + inventoryButtonX = 58 + #The y position of the inventory button in the inventory. + inventoryButtonY = 60 + #The y position of the inventory button in the creative menu. + creativeInventoryButtonX = 88 + #The y position of the inventory button in the creative menu. + creativeInventoryButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME + wildWaystoneStyle = "BIOME" + #Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. + chunksBetweenWildWaystones = 25 + #List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used. + wildWaystonesDimensionAllowList = ["minecraft:the_end", "minecraft:overworld", "minecraft:the_nether"] + #List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty. + wildWaystonesDimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). + nameGenerationTemplate = "{MrPork}" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + nameGenerationPresets = [] + #Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages. + #Allowed Values: DISABLED, REGULAR, FREQUENT + spawnInVillages = "REGULAR" + +[teleports] + #Set to false to simply disable all xp costs. See warpRequirements for more fine-grained control. + enableCosts = true + #Set to false to simply disable all cooldowns. See warpRequirements for more fine-grained control. + enableCooldowns = true + #List of warp requirements with comma-separated parameters in parentheses. Conditions can be defined as comma-separated list in square brackets. Will be applied in order. + warpRequirements = ["[is_not_interdimensional] scaled_add_xp_cost(distance, 0.01)", "[is_interdimensional] add_xp_cost(27)", "[source_is_warp_plate] multiply_xp_cost(0)", "[target_is_global] multiply_xp_cost(0)", "min_xp_cost(0)", "max_xp_cost(27)", "[source_is_inventory_button] add_cooldown(inventory_button, 300)"] + #Set to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportPets = "DISABLED" + #Set to ENABLED to have leashed mobs teleport with you. Set to SAME_DIMENSION to have leashed mobs teleport with you only if you're not changing dimensions. Set to DISABLED to disable. + #Allowed Values: ENABLED, SAME_DIMENSION, DISABLED + transportLeashed = "ENABLED" + #List of entities that cannot be teleported, either as pet, leashed, or on warp plates. + entityDenyList = ["minecraft:wither"] + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + journeyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegrationMod = true + #If enabled, Waystones will add markers for waystones and sharestones to BlueMap. + blueMap = true + #If enabled, Waystones will add markers for waystones and sharestones to Dynmap. + dynmap = true diff --git a/config/waystones-common.toml b/config/waystones-common.toml index 59a4c11..6e5f6a7 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -61,6 +61,8 @@ transportLeashed = "ENABLED" #List of entities that cannot be teleported, either as pet, leashed, or on warp plates. entityDenyList = ["minecraft:wither"] + #Set to true to enable warp modifier items for applying status effects on teleports. + enableModifiers = true [client] #If enabled, the text overlay on waystones will no longer always render at full brightness. diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index 46474f8..f7ab2ff 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -10,16 +10,16 @@ "name": "gui.xaero_entity_category_root", "protection": true, "settingOverrides": { - "displayHeight": 0.0, "displayed": true, + "displayHeight": 0.0, "heightBasedFade": true, "renderOrder": 0.0, "color": 13.0, "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "dotSize": 2.0, "startFadingAt": 0.0, + "dotSize": 2.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, "heightLimit": 20.0, diff --git a/mods/baguettelib-1.21.1-NeoForge-1.0.0.jar b/mods/baguettelib-1.21.1-NeoForge-1.0.0.jar new file mode 100644 index 0000000..34d6171 Binary files /dev/null and b/mods/baguettelib-1.21.1-NeoForge-1.0.0.jar differ diff --git a/mods/talk_balloons-neoforge-1.3.0+1.21.1.jar b/mods/talk_balloons-neoforge-1.3.0+1.21.1.jar deleted file mode 100644 index 57bafe2..0000000 Binary files a/mods/talk_balloons-neoforge-1.3.0+1.21.1.jar and /dev/null differ diff --git a/resourcepacks/Fancy Crops v1.1.zip b/resourcepacks/Fancy Crops v1.1.zip deleted file mode 100644 index 2249d5a..0000000 Binary files a/resourcepacks/Fancy Crops v1.1.zip and /dev/null differ diff --git a/resourcepacks/Fancy Crops v1.2.zip b/resourcepacks/Fancy Crops v1.2.zip new file mode 100644 index 0000000..ea89385 Binary files /dev/null and b/resourcepacks/Fancy Crops v1.2.zip differ diff --git a/shaderpacks/ComplementaryReimagined_r5.5.1.zip.txt b/shaderpacks/ComplementaryReimagined_r5.5.1.zip.txt index c5d2fae..d58d0c5 100644 --- a/shaderpacks/ComplementaryReimagined_r5.5.1.zip.txt +++ b/shaderpacks/ComplementaryReimagined_r5.5.1.zip.txt @@ -1,4 +1,4 @@ -#Fri Jul 04 21:45:53 CEST 2025 +#Fri Jul 11 01:11:02 CEST 2025 ATM_FOG_DISTANCE=300 ATM_FOG_MULT=0.65 BLOCK_REFLECT_QUALITY=1