Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ars rebalancing (again) #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modpack-files/src/config/ars_nouveau-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
potionRegen = 5
#Max mana bonus per glyph
#Range: > 0
glyphmax = 15
glyphmax = 5
#(enchantment) Mana regen per second per level
#Range: > 0
manaRegenEnchantment = 0.5
Expand Down
22 changes: 22 additions & 0 deletions modpack-files/src/config/ars_nouveau/blink.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Base teleport distance
#Range: > 0
distance = 8
#Range: 0.0 ~ 2.147483647E9
amplify = 1.0

22 changes: 22 additions & 0 deletions modpack-files/src/config/ars_nouveau/launch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

#General settings
[general]
#Is Enabled?
enabled = true
#Cost
#Range: > -2147483648
cost = 100
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Base knockup amount
#Range: 0.0 ~ 1.7976931348623157E308
knockup = 0.8
#Range: 0.0 ~ 2.147483647E9
amplify = 0.15

22 changes: 22 additions & 0 deletions modpack-files/src/config/ars_nouveau/leap.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

#General settings
[general]
#Is Enabled?
enabled = false
#Cost
#Range: > -2147483648
cost = 25
#Is Starter Glyph?
starter = false
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Base knockup amount
#Range: 0.0 ~ 1.7976931348623157E308
knock_up = 1.5
#Range: 0.0 ~ 2.147483647E9
amplify = 1.0