From 95a86b43ae25b1dcb3d75737c9faf25a7e1c783b Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 21 Sep 2021 11:48:08 -0500 Subject: [PATCH] Change Withered Tentacle source The Adulterine Castle has an option that yields four Withered Tentacles for just one action. Cost.WARBLER_SKELETON has been removed, as it is no longer used by anything. --- bonemarketsolver/data/costs.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bonemarketsolver/data/costs.py b/bonemarketsolver/data/costs.py index a4f3c4c..c15a312 100644 --- a/bonemarketsolver/data/costs.py +++ b/bonemarketsolver/data/costs.py @@ -320,12 +320,8 @@ class Cost(Enum): # Helicon House RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + SKELETON_WITH_SEVEN_NECKS + THORNED_RIBCAGE + 3*TREMBLING_AMBER - # Warbler Skeleton - # Ealing Gardens Butcher - WARBLER_SKELETON = ACTION + 130*BONE_FRAGMENT + 2*WARM_AMBER - # Withered Tentacle - # Helicon House, 3 at a time - WITHERED_TENTACLE = (ACTION + 5*WARM_AMBER)/3 + # Adulterine Castle, Miscounting Second Circle by 4, 4 at a time + WITHERED_TENTACLE = ACTION/4