diff --git a/bonemarketsolver/data/costs.py b/bonemarketsolver/data/costs.py index b64cfbd..b4f25c1 100644 --- a/bonemarketsolver/data/costs.py +++ b/bonemarketsolver/data/costs.py @@ -190,6 +190,13 @@ class Cost(Enum): # Byproducts subtracted from cost SEGMENTED_RIBCAGE = (14*ACTION - 52.70)/3 + # Stuiver + STUIVER = 5 + + # Glim-Encrusted Carapace + # The Flexile Peddler + GLIM_ENCRUSTED_CARAPACE = 3000*STUIVER + # Carved Ball of Stygian Ivory STYGIAN_IVORY = 250 diff --git a/bonemarketsolver/data/torsos.py b/bonemarketsolver/data/torsos.py index 10d09a7..6a2a959 100644 --- a/bonemarketsolver/data/torsos.py +++ b/bonemarketsolver/data/torsos.py @@ -98,6 +98,16 @@ class Torso(Enum): antiquity = 2 ) + GLIM_ENCRUSTED_CARAPACE = Action( + "Make something of your Glim-Encrusted Carapace", + cost = Cost.ACTION.value + Cost.GLIM_ENCRUSTED_CARAPACE.value, + torso_style = 55, + value = 6000, + skulls_needed = 1, + limbs_needed = 8, + amalgamy = 1 + ) + RIBCAGE_WITH_A_BOUQUET_OF_EIGHT_SPINES = Action( "Build on the Ribcage with the Eight Spines", cost = Cost.ACTION.value + Cost.RIBCAGE_WITH_EIGHT_SPINES.value, diff --git a/bonemarketsolver/solve.py b/bonemarketsolver/solve.py index 61803c6..4f466f2 100644 --- a/bonemarketsolver/solve.py +++ b/bonemarketsolver/solve.py @@ -260,6 +260,7 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non (40, 3), # Many-limbed (45, 3), # Segmented (50, 4), # Mammoth + (55, 5), # Luminous (60, 5), # Baroque (70, 6), # Deep-water (80, 6), # Prismatic