From 72506b2cff7f29320580fef56df280cc143560bb Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 14 Sep 2021 19:47:55 -0500 Subject: [PATCH] Increase cost of Crustacean Pincer Spear-fishing is difficult, and only available a fourth of the time. --- 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 63f2b33..043dc1f 100644 --- a/bonemarketsolver/data/costs.py +++ b/bonemarketsolver/data/costs.py @@ -33,8 +33,8 @@ class Cost(Enum): COLLECTION_NOTE = ACTION # Deep-Zee Catch - # Spear-fishing at the bottom of the Evenlode, 7 at a time - DEEP_ZEE_CATCH = ACTION/7 + # Spear-fishing at the bottom of the Evenlode, 7 at a time, difficult check, available fourth of the time + DEEP_ZEE_CATCH = 4*(ACTION/7) # Crustacean Pincer # Ealing Gardens Butcher, 2 at a time