From 63a97fda62344e03dc21b28f587f60a97d999883 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 9 Jul 2024 08:01:20 -0500 Subject: [PATCH] feat(costs): Add source for Glim-Encrusted Carapace This cost is relatively crude, and may be adjusted in the future. --- bonemarketsolver/data/costs.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bonemarketsolver/data/costs.py b/bonemarketsolver/data/costs.py index b4f25c1..37477a0 100644 --- a/bonemarketsolver/data/costs.py +++ b/bonemarketsolver/data/costs.py @@ -194,8 +194,9 @@ class Cost(Enum): STUIVER = 5 # Glim-Encrusted Carapace - # The Flexile Peddler - GLIM_ENCRUSTED_CARAPACE = 3000*STUIVER + # The Stacks, Annal of Lost Stars + # Optimistic estimate of action cost, byproducts subtracted + GLIM_ENCRUSTED_CARAPACE = 22*ACTION - 53.50 # Carved Ball of Stygian Ivory STYGIAN_IVORY = 250