From a2956a773a2fa76a7aa39c45172c73af2a62d9e9 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Fri, 23 Feb 2024 09:08:40 -0600 Subject: [PATCH] feat(data): Update Torso Style of Segmented Ribcage Segmented Ribcages have been nerfed to reduce the amount of Counter-Church Theology they grant. --- bonemarketsolver/data/torsos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonemarketsolver/data/torsos.py b/bonemarketsolver/data/torsos.py index 4d15047..f92bf2b 100644 --- a/bonemarketsolver/data/torsos.py +++ b/bonemarketsolver/data/torsos.py @@ -137,7 +137,7 @@ class Torso(Enum): SEGMENTED_RIBCAGE = Action( "Build on a Segmented Ribcage", cost = Cost.ACTION.value + Cost.SEGMENTED_RIBCAGE.value, - torso_style = 110, + torso_style = 45, value = 250, skulls_needed = 1, limbs_needed = 2,