Add menace fascination for Diplomat

This fascination scales quadratically with menace.
This commit is contained in:
Jeremy Saklad 2021-10-15 21:39:41 -05:00
parent 110f524f62
commit b5a047889d
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
2 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,11 @@ class Buyer(Enum):
cost = Cost.ACTION.value
)
THE_TRIFLING_DIPLOMAT_MENACE = Action(
"Sell the Diplomat a menacing skeleton",
cost = Cost.ACTION.value
)
THE_TRIFLING_DIPLOMAT_BIRD = Action(
"Sell the Diplomat a fossil bird",
cost = Cost.ACTION.value

View File

@ -952,6 +952,7 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non
) for attribute in (
amalgamy,
antiquity,
menace,
)
}