From 0156bdb2365d4034f6e38f5e28a24eec7940226a Mon Sep 17 00:00:00 2001 From: aspiepuppy Date: Fri, 1 Jul 2022 15:48:08 -0500 Subject: [PATCH] Added Boltslinger Archetype to Stormy Feet --- js/atree_constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/atree_constants.js b/js/atree_constants.js index f9fa78a..0b87d0b 100644 --- a/js/atree_constants.js +++ b/js/atree_constants.js @@ -1194,6 +1194,7 @@ const atrees = { { "display_name": "Stormy Feet", "desc": "Windy Feet will last longer and add more speed.", + "archetype": "Boltslinger", "base_abil": "Escape", "parents": ["Windstorm"], "dependencies": ["Windy Feet"],