Atree hotfix (#202)

* patch 12 stuff except blade fury change

* patch 12 changes but it works now

* fixing misc garbage on patch 12
This commit is contained in:
aspiepuppy 2022-08-14 15:57:13 -05:00 committed by GitHub
parent b0ef1c2a39
commit 6f9286cc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 36 deletions

View file

@ -2947,7 +2947,7 @@ const atrees = {
}, },
"properties": { "properties": {
"aoe": 3, "aoe": 3,
"range": 5 "range": 5.5
}, },
"effects": [ "effects": [
{ {
@ -3281,7 +3281,7 @@ const atrees = {
"icon": "node_1" "icon": "node_1"
}, },
"properties": { "properties": {
"range": 4 "range": 3
}, },
"effects": [ "effects": [
{ {
@ -3454,7 +3454,7 @@ const atrees = {
{ {
"display_name": "Mantle of the Bovemists", "display_name": "Mantle of the Bovemists",
"desc": "When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)", "desc": "When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits. (20s cooldown)",
"archetype": "Paladin", "archetype": "Paladin",
"archetype_req": 3, "archetype_req": 3,
"parents": ["Iron Lungs"], "parents": ["Iron Lungs"],
@ -3467,7 +3467,8 @@ const atrees = {
"icon": "node_3" "icon": "node_3"
}, },
"properties": { "properties": {
"mantle_charge": 3 "duration": 0.5,
"charges": 3
}, },
"effects": [ "effects": [
{ {
@ -4324,7 +4325,7 @@ const atrees = {
] ]
},{ },{
"display_name": "Massacre", "display_name": "Massacre",
"desc": "While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar", "desc": "While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +4% to your Corrupted bar",
"archetype": "Fallen", "archetype": "Fallen",
"archetype_req": 5, "archetype_req": 5,
"base_abil": 999, "base_abil": 999,
@ -4337,7 +4338,9 @@ const atrees = {
"col": 1, "col": 1,
"icon": "node_1" "icon": "node_1"
}, },
"properties": {}, "properties": {
"cooldown": 2
},
"effects": [] "effects": []
}, },
{ {
@ -6240,7 +6243,7 @@ const atrees = {
"name": "Single Orb", "name": "Single Orb",
"type": "damage", "type": "damage",
"multipliers": [ "multipliers": [
30, 40,
0, 0,
0, 0,
0, 0,
@ -7605,7 +7608,7 @@ const atrees = {
"name": "Backstab Damage", "name": "Backstab Damage",
"type": "damage", "type": "damage",
"multipliers": [ "multipliers": [
230, 70, 0, 0, 0, 0 200, 50, 0, 0, 0, 0
] ]
} }
] ]
@ -7853,7 +7856,7 @@ const atrees = {
"name": "Per Hit", "name": "Per Hit",
"type": "damage", "type": "damage",
"multipliers": [ "multipliers": [
50, 60,
0, 0,
0, 0,
10, 10,
@ -8309,7 +8312,9 @@ const atrees = {
"col": 0, "col": 0,
"icon": "node_1" "icon": "node_1"
}, },
"properties": {}, "properties": {
"range": 8
},
"effects": [ "effects": [
{ {
"type": "replace_spell", "type": "replace_spell",
@ -8369,7 +8374,7 @@ const atrees = {
}, },
{ {
"display_name": "Marked", "display_name": "Marked",
"desc": "Smoke Bomb will add +1 Mark to enemies it hits. (Max 5, 0.5s Cooldown) Marked enemies will take +10% damage for each mark they have.", "desc": "Smoke Bomb will add +1 Mark to enemies it hits. (Max 4, 0.4s Cooldown) Marked enemies will take +8% damage for each mark they have.",
"archetype": "Shadestepper", "archetype": "Shadestepper",
"archetype_req": 5, "archetype_req": 5,
"parents": [ "parents": [
@ -8390,7 +8395,7 @@ const atrees = {
"slider": true, "slider": true,
"slider_name": "Marked", "slider_name": "Marked",
"slider_step": 1, "slider_step": 1,
"slider_max": 5, "slider_max": 4,
"output": [ "output": [
{ {
"type": "stat", "type": "stat",
@ -8398,7 +8403,7 @@ const atrees = {
} }
], ],
"scaling": [ "scaling": [
10 8
] ]
} }
] ]
@ -9083,22 +9088,22 @@ const atrees = {
{ {
"type": "stat", "type": "stat",
"name": "damMult.Satsujin:3.Backstab Damage", "name": "damMult.Satsujin:3.Backstab Damage",
"value": 200 "value": 150
}, },
{ {
"type": "stat", "type": "stat",
"name": "damMult.Satsujin:3.Per Hit", "name": "damMult.Satsujin:3.Per Hit",
"value": 200 "value": 150
}, },
{ {
"type": "stat", "type": "stat",
"name": "damMult.Satsujin:3.Fatality", "name": "damMult.Satsujin:3.Fatality",
"value": 200 "value": 150
}, },
{ {
"type": "stat", "type": "stat",
"name": "damMult.Satsujin:0.Melee", "name": "damMult.Satsujin:0.Melee",
"value": 200 "value": 150
} }
] ]
} }
@ -9229,7 +9234,7 @@ const atrees = {
}, },
{ {
"display_name": "Better Marked", "display_name": "Better Marked",
"desc": "Increase Marked's damage bonus by +5%", "desc": "Increase Marked's damage bonus by +4%",
"archetype": "", "archetype": "",
"archetype_req": 0, "archetype_req": 0,
"base_abil": "Marked", "base_abil": "Marked",
@ -9257,7 +9262,7 @@ const atrees = {
} }
], ],
"scaling": [ "scaling": [
5 4
] ]
} }
] ]
@ -9967,7 +9972,7 @@ const atrees = {
"parts": [ "parts": [
{ {
"name": "Puppet Hit", "name": "Puppet Hit",
"multipliers": [ 10, 10, 0, 0, 0, 10 ] "multipliers": [ 5, 10, 0, 0, 0, 10 ]
}, },
{ {
"name": "Puppet DPS", "name": "Puppet DPS",
@ -10266,7 +10271,7 @@ const atrees = {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 3, "base_spell": 3,
"target_part": "Hymn of Hate", "target_part": "Hymn of Hate",
"hits": { "Single Wave": 0.3 } "hits": { "Single Wave": 0.5 }
}] }]
}, },
{ {
@ -10389,7 +10394,7 @@ const atrees = {
{ {
"type": "stat", "type": "stat",
"name": "spPct1Final", "name": "spPct1Final",
"value": -70 "value": -65
} }
] ]
} }
@ -10792,7 +10797,7 @@ const atrees = {
{ {
"type": "stat", "type": "stat",
"name": "spd", "name": "spd",
"value": 60 "value": 80
}, },
{ {
"type": "stat", "type": "stat",
@ -10898,7 +10903,7 @@ const atrees = {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 1, "base_spell": 1,
"target_part": "Heal Tick", "target_part": "Heal Tick",
"power": 0.01, "power": 0.005,
"display": "Heal Rate" "display": "Heal Rate"
} }
] ]
@ -11048,7 +11053,7 @@ const atrees = {
}, },
{ {
"display_name": "Invigorating Wave", "display_name": "Invigorating Wave",
"desc": "Aura will temporarily double your Summon's attack speed. Players hit will gain +3 mana.", "desc": "Aura will temporarily +50% your Summon's attack speed. Players hit will gain +3 mana.",
"archetype": "Summoner", "archetype": "Summoner",
"archetype_req": 3, "archetype_req": 3,
"parents": ["More Effigies", "Triple Totem", "Mengdu"], "parents": ["More Effigies", "Triple Totem", "Mengdu"],
@ -11069,8 +11074,8 @@ const atrees = {
"type": "raw_stat", "type": "raw_stat",
"toggle": "Invigorate Puppets", "toggle": "Invigorate Puppets",
"bonuses": [ "bonuses": [
{ "type": "prop", "abil": "Puppet Master", "name": "attack_frequency", "value": 2 }, { "type": "prop", "abil": "Puppet Master", "name": "attack_frequency", "value": 1 },
{ "type": "prop", "abil": "Crimson Effigy", "name": "attack_frequency", "value": 4 } { "type": "prop", "abil": "Crimson Effigy", "name": "attack_frequency", "value": 2 }
] ]
} }
] ]
@ -11174,7 +11179,7 @@ const atrees = {
}, },
{ {
"display_name": "Shepherd", "display_name": "Shepherd",
"desc": "When you or your Summons kill an enemy, gain +1 Max Puppets for 20s. (Max +10)", "desc": "When you or your Summons kill an enemy, gain +1 Max Puppets for 15s. (Max +8)",
"archetype": "Summoner", "archetype": "Summoner",
"archetype_req": 12, "archetype_req": 12,
"base_abil": "Puppet Master", "base_abil": "Puppet Master",
@ -11189,12 +11194,6 @@ const atrees = {
}, },
"properties": {}, "properties": {},
"effects": [ "effects": [
{
"type": "add_spell_prop",
"base_spell": 5,
"target_part": "Puppet Hit",
"multipliers": [-5, 0, 0, 0, 0, 0]
},
{ {
"type": "stat_scaling", "type": "stat_scaling",
"slider": true, "slider": true,
@ -11205,7 +11204,7 @@ const atrees = {
"name": "max_puppets" "name": "max_puppets"
}, },
"scaling": [1], "scaling": [1],
"slider_max": 10 "slider_max": 8
} }
] ]
}, },

File diff suppressed because one or more lines are too long