From e6106ec8280dfa84b5a191f6edf6123a5dc974ae Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Tue, 12 Jul 2022 12:37:52 -0500 Subject: [PATCH] fixed stronger meteor and windsweeper w/ thunstom --- js/atree_constants.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/js/atree_constants.js b/js/atree_constants.js index 330c27e..73f4e9d 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -4512,6 +4512,13 @@ const atrees = { "target_part": "Meteor Damage", "behavior": "modify", "multipliers": [30, 90, 0, 0, 0, 0] + }, + { + "type": "add_spell_prop", + "base_spell": 3, + "target_part": "Lightning Damage", + "behavior": "modify", + "multipliers": [30, 90, 0, 0, 0, 0] } ] }, @@ -4785,6 +4792,14 @@ const atrees = { { "type": "stat", "name": "eConvBase:3.Per Orb" + }, + { + "type": "stat", + "name": "nConvBase:3.Lightning Damage" + }, + { + "type": "stat", + "name": "eConvBase:3.Lightning Damage" } ], "scaling": [15]