From b6cb0423415a8baa439016acc10e8f521c83ae22 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 26 Jul 2022 21:45:40 -0500 Subject: [PATCH] feat: Update Exhibition payout The original payout was extremely underwhelming, and it has since been buffed. --- bonemarketsolver/solve.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bonemarketsolver/solve.py b/bonemarketsolver/solve.py index 8990d66..7201be2 100644 --- a/bonemarketsolver/solve.py +++ b/bonemarketsolver/solve.py @@ -1094,10 +1094,21 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non value >= 9000, antiquity >= 3, amalgamy == 0, - primary_revenue == value + 1000, + partialmethod(BoneMarketModel.AddMultiplicationEquality, + primary_revenue - value - 1000, + ( + 200, + antiquity, + antiquity, + ), + ), secondary_revenue == 0, difficulty_level == 0, - added_exhaustion == 0, + partialmethod(BoneMarketModel.AddDivisionEquality, + added_exhaustion, + partialmethod(BoneMarketModel.AddMultiplicationEquality, variables=(antiquity, antiquity)), + 25, + ), ) model.AddIf(actions[Buyer.THE_DUMBWAITER_OF_BALMORAL],