From e427532424e1184c900e2fd4e7d5767c006ac69e Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Mon, 27 Jun 2022 22:41:56 -0500 Subject: [PATCH 1/2] wa --- js/atree_constants.js | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index cbd42b1..00f0a5a 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -225,7 +225,7 @@ const atrees = { }, { "display_name": "Nimble String", - "desc": "Arrow Storm throw out +8 arrows per stream and shoot twice as fast.", + "desc": "Arrow Storm throw out +6 arrows per stream and shoot twice as fast.", "archetype": "", "archetype_req": 0, "parents": ["Thunder Mastery", "Arrow Rain"], @@ -253,14 +253,14 @@ const atrees = { "target_part": "Single Stream", "cost": 0, "hits": { - "Single Arrow": 8 + "Single Arrow": 6 } } ] }, { "display_name": "Arrow Storm", - "desc": "Shoot two stream of 8 arrows, dealing significant damage to close mobs and pushing them back.", + "desc": "Shoot one stream of 8 arrows, dealing significant damage to close mobs and pushing them back.", "archetype": "", "archetype_req": 0, "parents": ["Double Shots", "Cheaper Escape"], @@ -302,7 +302,7 @@ const atrees = { "name": "Total Damage", "type": "total", "hits": { - "Single Stream": 2 + "Single Stream": 1 } } ] @@ -436,7 +436,7 @@ const atrees = { "base_spell": 1, "target_part": "Single Arrow", "cost": 0, - "multipliers": [-11, 0, -7, 0, 0, 3] + "multipliers": [-10, 0, -2, 0, 0, 2] }, { "type": "add_spell_prop", @@ -444,7 +444,16 @@ const atrees = { "target_part": "Total Damage", "cost": 0, "hits": { - "Single Stream": 1 + "Single Stream": 1 + } + }, + { + "type": "add_spell_prop", + "base_spell": 1, + "target_part": "Single Stream", + "cost": 0, + "hits": { + "Single Arrow": 2 } } ] @@ -928,7 +937,7 @@ const atrees = { "col": 1 }, "properties": { - "range": 10, + "range": 8, "shots": 5 }, "effects": [ @@ -937,7 +946,7 @@ const atrees = { "base_spell": 4, "target_part": "Single Arrow", "cost": 0, - "multipliers": [0, 0, 0, 0, 20, 0] + "multipliers": [0, 0, 0, 0, 10, 0] }, { "type": "add_spell_prop", From 1a14f230f2e5fdbfc9d66bd7d5dea3ffe3e8dd62 Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Mon, 27 Jun 2022 22:42:19 -0500 Subject: [PATCH 2/2] wawa --- js/atree_constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/atree_constants.js b/js/atree_constants.js index 00f0a5a..dbdc33a 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -260,7 +260,7 @@ const atrees = { }, { "display_name": "Arrow Storm", - "desc": "Shoot one stream of 8 arrows, dealing significant damage to close mobs and pushing them back.", + "desc": "Shoot two stream of 8 arrows, dealing significant damage to close mobs and pushing them back.", "archetype": "", "archetype_req": 0, "parents": ["Double Shots", "Cheaper Escape"],