From 0646b73bf1c217a33c6e594049118e203d37b2e9 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Fri, 9 Sep 2022 07:17:51 -0500 Subject: [PATCH] feat(costs): Change source of Thorned Ribcages Calling in Favours: Hell is a much better source than hunting Terror-Birds. --- bonemarketsolver/data/costs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonemarketsolver/data/costs.py b/bonemarketsolver/data/costs.py index 777df7a..59f6b11 100644 --- a/bonemarketsolver/data/costs.py +++ b/bonemarketsolver/data/costs.py @@ -240,8 +240,8 @@ class Cost(Enum): LEVIATHAN_FRAME = 25*PALAEONTOLOGICAL_DISCOVERY # Thorned Ribcage - # Iron-Toothed Terror Bird - THORNED_RIBCAGE = 6*ACTION + # Jericho Locks, 2 at a time + THORNED_RIBCAGE = (ACTION + 4*HELL_FAVOURS)/2 # Time Remaining in the Woods # Compel Ghillie, 7 at a time