diff --git a/js/atree_constants.js b/js/atree_constants.js index c4e3cf1..15aeb50 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -624,7 +624,7 @@ const atrees = { "type": "add_spell_prop", "base_spell": 2, "target_part": "Per Arrow", - "multipliers": [30, 0, 10, 0, 0, 0] + "multipliers": [20, 0, 10, 0, 0, 0] }, { "type": "add_spell_prop", @@ -748,7 +748,7 @@ const atrees = { "parts": [ { "name": "Single Arrow", - "multipliers": [10, 0, 0, 5, 0, 0] + "multipliers": [20, 0, 0, 5, 0, 0] }, { "name": "DPS", @@ -1690,7 +1690,7 @@ const atrees = { "type": "stat", "name": "damMult" }, - "scaling": [35], + "scaling": [40], "max": 3 }] }, @@ -1870,7 +1870,7 @@ const atrees = { "name": "spd" }, "scaling": [6], - "max": 200 + "max": 160 }] }, { @@ -1920,7 +1920,7 @@ const atrees = { }, { "display_name": "Arrow Rain", - "desc": "When Arrow Shield loses its last charge, unleash 200 arrows raining down on enemies", + "desc": "When Arrow Shield loses its last charge, unleash 150 arrows raining down on enemies", "base_abil": "Arrow Shield", "parents": ["Nimble String", "Air Mastery"], "dependencies": ["Arrow Shield"], @@ -1937,13 +1937,13 @@ const atrees = { "type": "add_spell_prop", "base_spell": 4, "target_part": "Arrow Rain (Per Arrow)", - "multipliers": [120, 0, 0, 0, 0, 80] + "multipliers": [80, 0, 0, 0, 0, 60] }, { "type": "add_spell_prop", "base_spell": 4, "target_part": "Arrow Rain (Total)", - "hits": { "Arrow Rain (Per Arrow)": 200 } + "hits": { "Arrow Rain (Per Arrow)": 150 } } ] }, @@ -1971,7 +1971,7 @@ const atrees = { "name": "damMult:Single Arrow" }, "scaling": 10, - "max": 50 + "max": 70 }] } ],