Update Minecraft instance configuration and add new entries for various mod types in everycomp-entries files to enhance compatibility and expand available resources.
This commit is contained in:
@@ -0,0 +1,97 @@
|
|||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list.
|
||||||
|
dimensionBlacklist = []
|
||||||
|
#Spawn a book in the players inventory on login
|
||||||
|
spawnBook = true
|
||||||
|
#How much mana whirlisprigs consume per generation
|
||||||
|
# Default: 250
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
sylphManaCost = 250
|
||||||
|
#How much progress whirlisprigs must accumulate before creating resources
|
||||||
|
# Default: 250
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
whirlisprigProgress = 250
|
||||||
|
#Should the Wilden Hunter attack animals?
|
||||||
|
hunterHuntsAnimals = false
|
||||||
|
#Should the Wilden Stalker attack animals?
|
||||||
|
stalkerHuntsAnimals = false
|
||||||
|
#Should the Wilden Defender attack animals?
|
||||||
|
defenderHuntsAnimals = false
|
||||||
|
#Should the Wilden Chimera dive bomb destroy blocks?
|
||||||
|
destructiveDiveBomb = true
|
||||||
|
#Archwood forest spawn weight
|
||||||
|
# Default: 2
|
||||||
|
# Range: > 0
|
||||||
|
archwoodForest = 2
|
||||||
|
#How many inventories can lectern support per bookwyrm
|
||||||
|
# Default: 8
|
||||||
|
# Range: > 1
|
||||||
|
bookwyrmLimit = 8
|
||||||
|
|
||||||
|
[drygmy_production]
|
||||||
|
#How much source drygmys consume per generation
|
||||||
|
# Default: 1000
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
drygmyManaCost = 1000
|
||||||
|
#How many channels must occur before a drygmy produces loot
|
||||||
|
# Default: 20
|
||||||
|
# Range: 0 ~ 300
|
||||||
|
drygmyMaxProgress = 20
|
||||||
|
#Bonus number of items a drygmy produces per unique mob
|
||||||
|
# Default: 2
|
||||||
|
# Range: 0 ~ 300
|
||||||
|
drygmyUniqueBonus = 2
|
||||||
|
#Base number of items a drygmy produces per cycle before bonuses.
|
||||||
|
# Default: 1
|
||||||
|
# Range: > -2147483648
|
||||||
|
drygmyBaseItems = 1
|
||||||
|
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item.
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 300
|
||||||
|
drygmyQuantityCap = 5
|
||||||
|
|
||||||
|
[alakarkinos]
|
||||||
|
#How much mana alakarkinos consume per generation
|
||||||
|
# Default: 1000
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
alakarkinosSourceCost = 1000
|
||||||
|
|
||||||
|
#Items
|
||||||
|
[item]
|
||||||
|
#Spawn Caster Tomes in Dungeon Loot?
|
||||||
|
spawnTomes = true
|
||||||
|
#How much mana the Ring of Jumping consumes per jump
|
||||||
|
# Default: 30
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
jumpRingCost = 30
|
||||||
|
#How much durability to repair armor by every 10 seconds without any Thread of Repairing
|
||||||
|
# Default: 1
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
baseArmorRepairRate = 1
|
||||||
|
|
||||||
|
#Blocks
|
||||||
|
[block]
|
||||||
|
#How much potion a melder takes from each input jar. 100 = 1 potion
|
||||||
|
# Default: 200
|
||||||
|
# Range: > 100
|
||||||
|
melderInputCost = 200
|
||||||
|
#How much potion a melder outputs per cycle. 100 = 1 potion
|
||||||
|
# Default: 100
|
||||||
|
# Range: > 100
|
||||||
|
melderOutput = 100
|
||||||
|
#How much source a melder takes per cycle
|
||||||
|
# Default: 300
|
||||||
|
# Range: > 0
|
||||||
|
melderSourceCost = 300
|
||||||
|
#The max potion level the enchanted flask can grant. This isnt needed unless you have an infinite potion leveling exploit.
|
||||||
|
# Default: 255
|
||||||
|
# Range: > 2
|
||||||
|
enchantedFlaskCap = 255
|
||||||
|
|
||||||
|
#Debug
|
||||||
|
[debug]
|
||||||
|
#Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck.
|
||||||
|
# Default: 100
|
||||||
|
# Range: > 0
|
||||||
|
maxLogEvents = 100
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
#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
|
||||||
|
|
||||||
|
[planarium]
|
||||||
|
#The number of game ticks the planarium will batch notifying nearby players if the dimension was changed.
|
||||||
|
# Default: 5
|
||||||
|
# Range: 1 ~ 200
|
||||||
|
planariumUpdateRate = 5
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
#Mana
|
||||||
|
[mana]
|
||||||
|
#Regen bonus per potion level
|
||||||
|
# Default: 10
|
||||||
|
# Range: > 0
|
||||||
|
potionRegen = 10
|
||||||
|
#If shady villagers can be converted by placing an Arcane Core near a villager. Does not remove or disable existing villagers.
|
||||||
|
shadyVillagerEnabled = true
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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"]
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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_randomize=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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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 = []
|
||||||
@@ -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"]
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -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
|
||||||
@@ -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 = []
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
enableThirstCompat = true
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Default: 8.0
|
||||||
|
# Range: 2.0 ~ 100.0
|
||||||
|
maxShieldingAbsorption = 8.0
|
||||||
|
# Default: 0.2
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
wildenSpellDamageBonus = 0.2
|
||||||
|
# Default: 0.2
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
wildenMaxManaBonus = 0.2
|
||||||
|
# Default: 0.2
|
||||||
|
# Range: 0.0 ~ 1.0
|
||||||
|
wildenManaRegenBonus = 0.2
|
||||||
|
drygmyFarmingToolPlainCopy = false
|
||||||
|
# Default: 2
|
||||||
|
# Range: 0 ~ 10000
|
||||||
|
drygmyFarmingDamageTool = 2
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 1024.0,
|
||||||
|
"value": 1024.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 1.0,
|
||||||
|
"value": 1.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 2000.0,
|
||||||
|
"value": 2000.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 10000.0,
|
||||||
|
"value": 10000.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 10000.0,
|
||||||
|
"value": 10000.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 10000.0,
|
||||||
|
"value": 10000.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 1024.0,
|
||||||
|
"value": 1024.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 100.0,
|
||||||
|
"value": 100.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"modify_range": {
|
||||||
|
"//": "Determines if the range for the attribute should be modified or not.",
|
||||||
|
"//default": false,
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"min": {
|
||||||
|
"//": "The lowest possible value for the attribute.",
|
||||||
|
"//default": 0.0,
|
||||||
|
"value": 0.0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"//": "The highest possible value for the attribute.",
|
||||||
|
"//default": 1024.0,
|
||||||
|
"value": 1024.0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,209 @@
|
|||||||
|
version = 3
|
||||||
|
# (Default:
|
||||||
|
# max(
|
||||||
|
# 1,
|
||||||
|
# min(
|
||||||
|
# if( is_windows,
|
||||||
|
# (cpus / 1.6),
|
||||||
|
# (cpus / 1.3)
|
||||||
|
# ) - if(is_client, 1, 0),
|
||||||
|
# ( ( mem_gb - (if(is_client, 1.2, 0.6)) ) / 0.6 )
|
||||||
|
# )
|
||||||
|
# )
|
||||||
|
# )
|
||||||
|
# The expression for the default value of global executor parallelism.
|
||||||
|
# This is used when the parallelism isn't overridden.
|
||||||
|
# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
|
||||||
|
#
|
||||||
|
defaultGlobalExecutorParallelismExpression = "default"
|
||||||
|
# (Default: 4) Sets the thread priority for worker threads
|
||||||
|
#
|
||||||
|
# References:
|
||||||
|
# - https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Thread.html#setPriority(int)
|
||||||
|
#
|
||||||
|
threadPoolPriority = "default"
|
||||||
|
# (Default: 7) Configures the parallelism of global executor
|
||||||
|
globalExecutorParallelism = "default"
|
||||||
|
|
||||||
|
[fixes]
|
||||||
|
# (Default: true) Enforces safe world random access.
|
||||||
|
# This feature detects unsafe off-thread world random access, helping to find the causes
|
||||||
|
# of mysterious "Accessing LegacyRandomSource from multiple threads" crash.
|
||||||
|
# The default behavior is to fail hard when such bad things happens.
|
||||||
|
# Disabling this option will replace this behavior with a warning.
|
||||||
|
#
|
||||||
|
# It is generally not recommended to disable this settings unless you know what you are doing
|
||||||
|
#
|
||||||
|
#
|
||||||
|
enforceSafeWorldRandomAccess = "default"
|
||||||
|
|
||||||
|
[ioSystem]
|
||||||
|
# (Default: false) EXPERIMENTAL FEATURE
|
||||||
|
# This replaces the way your chunks are saved.
|
||||||
|
# Please keep regular backups of your world if you are using this feature,
|
||||||
|
# and report any world issues you encounter with this feature to our GitHub.
|
||||||
|
#
|
||||||
|
# Whether to use the fast reduced allocation chunk serializer
|
||||||
|
# (may cause incompatibility with other mods)
|
||||||
|
#
|
||||||
|
gcFreeChunkSerializer = "default"
|
||||||
|
# (Default: true) Whether to use the optimized implementation of IO system
|
||||||
|
replaceImpl = "default"
|
||||||
|
# (Default: 8192) Soft limit for io worker nbt cache
|
||||||
|
chunkDataCacheSoftLimit = "default"
|
||||||
|
# (Default: 32678) Hard limit for io worker nbt cache
|
||||||
|
chunkDataCacheLimit = "default"
|
||||||
|
|
||||||
|
[vanillaWorldGenOptimizations]
|
||||||
|
# (Default: false) Whether to use density function compiler to accelerate world generation
|
||||||
|
#
|
||||||
|
# Density function: https://minecraft.wiki/w/Density_function
|
||||||
|
#
|
||||||
|
# This functionality compiles density functions from world generation
|
||||||
|
# datapacks (including vanilla generation) to JVM bytecode to increase
|
||||||
|
# performance by allowing JVM JIT to better optimize the code
|
||||||
|
#
|
||||||
|
# Currently, all functions provided by vanilla are implemented.
|
||||||
|
# Chunk upgrades from pre-1.18 versions are not implemented and will
|
||||||
|
# fall back to the unoptimized version of density functions.
|
||||||
|
#
|
||||||
|
useDensityFunctionCompiler = "default"
|
||||||
|
# (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen
|
||||||
|
# (may cause incompatibility with other mods)
|
||||||
|
optimizeAquifer = "default"
|
||||||
|
# (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen
|
||||||
|
# This is no longer included in lithium-fabric
|
||||||
|
# (may cause incompatibility with other mods)
|
||||||
|
#
|
||||||
|
# Set to false for the following reasons:
|
||||||
|
# Incompatible with biolith@3.0.10 (*) (defined in c2me)
|
||||||
|
useEndBiomeCache = "default"
|
||||||
|
# (Default: true) Whether to enable StructureWeightSampler optimizations to accelerate world generation
|
||||||
|
#
|
||||||
|
optimizeStructureWeightSampler = "default"
|
||||||
|
|
||||||
|
[chunkSystem]
|
||||||
|
# (Default: true) Whether to enable async serialization
|
||||||
|
#
|
||||||
|
asyncSerialization = "default"
|
||||||
|
# (Default: false) Whether to recover from errors when loading chunks
|
||||||
|
# This will cause errored chunk to be regenerated entirely, which may cause data loss
|
||||||
|
# Only applies when async chunk loading is enabled
|
||||||
|
#
|
||||||
|
recoverFromErrors = "default"
|
||||||
|
# (Default: true) Whether to allow POIs (Point of Interest) to be unloaded
|
||||||
|
# Unloaded POIs are reloaded on-demand or when the corresponding chunks are loaded again,
|
||||||
|
# which should not cause any behavior change
|
||||||
|
#
|
||||||
|
# Note:
|
||||||
|
# Vanilla never unloads POIs when chunks unload, causing small memory leaks
|
||||||
|
# These leaks adds up and eventually cause issues after generating millions of chunks
|
||||||
|
# in a single world instance
|
||||||
|
#
|
||||||
|
allowPOIUnloading = "default"
|
||||||
|
# (Default: false) This option workarounds MC-276863, a bug that makes mushrooms appear in non-postprocessed chunks
|
||||||
|
# This bug is amplified with notickvd as it exposes non-postprocessed chunks to players
|
||||||
|
#
|
||||||
|
# This should not affect other worldgen behavior and game mechanics in general
|
||||||
|
#
|
||||||
|
suppressGhostMushrooms = "default"
|
||||||
|
# (Default: true) Whether to synchronize the management of player tickets
|
||||||
|
#
|
||||||
|
# In vanilla Minecraft, player tickets are not always removed immediately when players leave an area.
|
||||||
|
# The delay in removal increases with the chunk system’s throughput, but due to vanilla’s typically
|
||||||
|
# slow chunk loading, tickets are almost always removed immediately. However, some contraptions rely
|
||||||
|
# on this immediate removal behavior and tend to be broken with the increased chunk throughput.
|
||||||
|
# Enabling this option synchronizes player ticket handling, making it more predictable and
|
||||||
|
# thus improving compatibility with these contraptions.
|
||||||
|
#
|
||||||
|
syncPlayerTickets = "default"
|
||||||
|
# (Default: true) Whether to turn fluid postprocessing into scheduled tick
|
||||||
|
#
|
||||||
|
# Fluid post-processing is very expensive when loading in new chunks, and this can affect
|
||||||
|
# MSPT significantly. This option delays fluid post-processing to scheduled tick to hopefully
|
||||||
|
# mitigate this issue.
|
||||||
|
#
|
||||||
|
fluidPostProcessingToScheduledTick = "default"
|
||||||
|
# (Default: true) Whether to filter fluid post-processing on worldgen threads
|
||||||
|
#
|
||||||
|
# The worldgen processes creates a lot of unnecessary fluid post-processing tasks,
|
||||||
|
# which can overload the server thread and cause stutters.
|
||||||
|
# This applies a rough filter to filter out fluids that are definitely not going to flow
|
||||||
|
#
|
||||||
|
filterFluidPostProcessing = "default"
|
||||||
|
# (Default: true) Whether to use legacy scheduling for neighbor chunks
|
||||||
|
#
|
||||||
|
# Enabling this restores the behavior of always loading in neighbor chunks when a chunk is loaded.
|
||||||
|
#
|
||||||
|
useLegacyScheduling = "default"
|
||||||
|
# (Default: false) Whether to enable low memory mode
|
||||||
|
#
|
||||||
|
# This option will attempt to aggressively unload unused chunks.
|
||||||
|
# Only applies when useLegacyScheduling is disabled.
|
||||||
|
#
|
||||||
|
lowMemoryMode = "default"
|
||||||
|
# (Default: true) Whether to delay full chunk events to after full chunk future have been completed
|
||||||
|
# This restores the buggy behavior in NeoForge that the ecosystem have been relying on
|
||||||
|
#
|
||||||
|
# Do not change this unless you know what you are doing
|
||||||
|
#
|
||||||
|
delayFullChunkEvents = "default"
|
||||||
|
|
||||||
|
[generalOptimizations]
|
||||||
|
# (Default: 100000) The task interval of mid-tick chunk tasks in nanoseconds (-1 to disable)
|
||||||
|
# Mid-tick chunk tasks is to execute chunk tasks during server tick loop
|
||||||
|
# to speed up chunk loading and generation
|
||||||
|
# This helps chunks loading and generating under high MSPT but may raise
|
||||||
|
# MSPT when chunks are loading or generating
|
||||||
|
#
|
||||||
|
# It is generally not recommended to adjust this value unless you know
|
||||||
|
# what you are doing
|
||||||
|
#
|
||||||
|
# Incompatible with Dimensional Threading (dimthread)
|
||||||
|
#
|
||||||
|
midTickChunkTasksInterval = "default"
|
||||||
|
|
||||||
|
[generalOptimizations.autoSave]
|
||||||
|
# (Default: ENHANCED) Defines how auto save should be handled
|
||||||
|
# VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking)
|
||||||
|
# ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking)
|
||||||
|
# PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking)
|
||||||
|
#
|
||||||
|
# Please preserve quotes so this config don't break
|
||||||
|
#
|
||||||
|
mode = "default"
|
||||||
|
|
||||||
|
[noTickViewDistance]
|
||||||
|
# (Default: true) Whether to enable no-tick view distance
|
||||||
|
enabled = "default"
|
||||||
|
# (Default: 8) No-tick view distance max concurrent chunk loads
|
||||||
|
# Lower this for a better latency and higher this for a faster loading
|
||||||
|
maxConcurrentChunkLoads = "default"
|
||||||
|
# (Default: true) Whether to use compatibility mode to send chunks
|
||||||
|
# This may fix some mod compatibility issues
|
||||||
|
compatibilityMode = "default"
|
||||||
|
# (Default: true) Enable server-side support for extended render distance protocol (c2me:ext_render_distance_v1)
|
||||||
|
# This allows requesting render distances higher than 127 chunks from the server
|
||||||
|
#
|
||||||
|
enableExtRenderDistanceProtocol = "default"
|
||||||
|
# (Default: false) Whether to ensure correct chunks within normal render distance
|
||||||
|
# This will send chunks twice increasing network load
|
||||||
|
ensureChunkCorrectness = "default"
|
||||||
|
# (Default: 200) Applies a multiplier *in percentage* to the target chunk sending rate from vanilla
|
||||||
|
# Setting this to 0 disables rate limiting
|
||||||
|
#
|
||||||
|
# Defaults to 200, which is 200%
|
||||||
|
#
|
||||||
|
chunkSendingSpeedMultiplierPercentage = "default"
|
||||||
|
|
||||||
|
[clientSideConfig.modifyMaxVDConfig]
|
||||||
|
# (Default: true) Whether to modify maximum view distance
|
||||||
|
enabled = "default"
|
||||||
|
# (Default: 94) Max render distance allowed in game options
|
||||||
|
maxViewDistance = "default"
|
||||||
|
# (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1)
|
||||||
|
# This allows requesting render distances higher than 127 chunks from the server
|
||||||
|
#
|
||||||
|
# Note: The server must advertise support this protocol for this to work
|
||||||
|
#
|
||||||
|
enableExtRenderDistanceProtocol = "default"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user