patch 8 atree changes (also added ranges to stuff)

This commit is contained in:
aspiepuppy 2022-07-19 17:14:51 -05:00
parent 2e4cbe9175
commit 71e04fcff0

View file

@ -1864,7 +1864,7 @@ const atrees = {
"col": 4, "col": 4,
"icon": "node_2" "icon": "node_2"
}, },
"properties": {}, "properties": {"range": 16},
"effects": [ "effects": [
{ {
"type": "replace_spell", "type": "replace_spell",
@ -3432,7 +3432,7 @@ const atrees = {
"icon": "node_2" "icon": "node_2"
}, },
"properties": { "properties": {
"duration": 5 "duration": 8
}, },
"effects": [ "effects": [
{ {
@ -4759,7 +4759,7 @@ const atrees = {
"name": "eConvBase:3.Lightning Damage" "name": "eConvBase:3.Lightning Damage"
} }
], ],
"scaling": [15] "scaling": [10]
} }
] ]
}, },
@ -5052,7 +5052,7 @@ const atrees = {
"name": "nConvBase:2.Explosion Damage" "name": "nConvBase:2.Explosion Damage"
} }
], ],
"scaling": [30] "scaling": [20]
}, },
{ {
"type": "stat_scaling", "type": "stat_scaling",
@ -5068,7 +5068,7 @@ const atrees = {
"name": "tConvBase:2.Explosion Damage" "name": "tConvBase:2.Explosion Damage"
} }
], ],
"scaling": [10] "scaling": [5]
}, },
{ {
"type": "stat_scaling", "type": "stat_scaling",
@ -5160,7 +5160,7 @@ const atrees = {
}, },
{ {
"display_name": "Lightweaver", "display_name": "Lightweaver",
"desc": "After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)", "desc": "After healing 50% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)",
"archetype": "Light Bender", "archetype": "Light Bender",
"archetype_req": 7, "archetype_req": 7,
"parents": ["Orphion's Pulse"], "parents": ["Orphion's Pulse"],
@ -5243,7 +5243,7 @@ const atrees = {
"col": 7, "col": 7,
"icon": "node_1" "icon": "node_1"
}, },
"properties": {}, "properties": {"range": 20},
"effects": [] "effects": []
}, },
{ {
@ -5570,7 +5570,7 @@ const atrees = {
"type": "add_spell_prop", "type": "add_spell_prop",
"base_spell": 3, "base_spell": 3,
"target_part": "Per Orb", "target_part": "Per Orb",
"multipliers": [-50, 0, -10, 0, 0, 0] "multipliers": [-30, 0, -10, 0, 0, 0]
}, },
{ {
"type": "add_spell_prop", "type": "add_spell_prop",