From 71e04fcff0a9465c7945b16525459bf8c1220323 Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Tue, 19 Jul 2022 17:14:51 -0500 Subject: [PATCH] patch 8 atree changes (also added ranges to stuff) --- js/atree_constants.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 518b26d..6d83f36 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -1864,7 +1864,7 @@ const atrees = { "col": 4, "icon": "node_2" }, - "properties": {}, + "properties": {"range": 16}, "effects": [ { "type": "replace_spell", @@ -3432,7 +3432,7 @@ const atrees = { "icon": "node_2" }, "properties": { - "duration": 5 + "duration": 8 }, "effects": [ { @@ -4759,7 +4759,7 @@ const atrees = { "name": "eConvBase:3.Lightning Damage" } ], - "scaling": [15] + "scaling": [10] } ] }, @@ -5052,7 +5052,7 @@ const atrees = { "name": "nConvBase:2.Explosion Damage" } ], - "scaling": [30] + "scaling": [20] }, { "type": "stat_scaling", @@ -5068,7 +5068,7 @@ const atrees = { "name": "tConvBase:2.Explosion Damage" } ], - "scaling": [10] + "scaling": [5] }, { "type": "stat_scaling", @@ -5160,7 +5160,7 @@ const atrees = { }, { "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_req": 7, "parents": ["Orphion's Pulse"], @@ -5243,7 +5243,7 @@ const atrees = { "col": 7, "icon": "node_1" }, - "properties": {}, + "properties": {"range": 20}, "effects": [] }, { @@ -5570,7 +5570,7 @@ const atrees = { "type": "add_spell_prop", "base_spell": 3, "target_part": "Per Orb", - "multipliers": [-50, 0, -10, 0, 0, 0] + "multipliers": [-30, 0, -10, 0, 0, 0] }, { "type": "add_spell_prop",