From 4754187d2c193279db3fe49d58f743f2bf0fccb6 Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Fri, 1 Jul 2022 15:54:42 -0500 Subject: [PATCH] Added Sharpshooter Archetype to Homing Shots --- js/atree_constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/atree_constants.js b/js/atree_constants.js index 0b87d0b..4a7390a 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -1513,6 +1513,7 @@ const atrees = { { "display_name": "Homing Shots", "desc": "Your Main Attack arrows will follow nearby enemies and not be affected by gravity", + "archetype": "Sharpshooter", "base_abil": 999, "parents": ["Leap", "Shocking Bomb"], "dependencies": [],