patch 10 changes

This commit is contained in:
aspiepuppy 2022-07-28 22:14:49 -05:00
parent 9934042411
commit 3c3dd1f579
2 changed files with 5 additions and 5 deletions

View file

@ -289,7 +289,7 @@ const atrees = {
"base_spell": 1,
"target_part": "Single Arrow",
"multipliers": [
-15,
-10,
0,
0,
0,
@ -3715,7 +3715,7 @@ const atrees = {
{
"display_name": "Enraged Blow",
"desc": "While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)",
"desc": "While Corriupted, every 1% of Health you lose will increase your damage by +2.2% (Max 220%)",
"archetype": "Fallen",
"archetype_req": 0,
"base_abil": "Bak'al's Grasp",
@ -3966,7 +3966,7 @@ const atrees = {
{
"display_name": "Intoxicating Blood",
"desc": "After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted",
"desc": "After leaving Corrupted, gain 5% of the health lost back for each enemy killed while Corrupted",
"archetype": "Fallen",
"archetype_req": 5,
"base_abil": "Bak'al's Grasp",
@ -4277,7 +4277,7 @@ const atrees = {
"parts": [
{
"name": "Damage Tick",
"multipliers": [10, 0, 5, 0, 0, 0]
"multipliers": [20, 0, 10, 0, 0, 0]
}
]
}

File diff suppressed because one or more lines are too long