Add menace fascination for Diplomat
This fascination scales quadratically with menace.
This commit is contained in:
parent
110f524f62
commit
b5a047889d
|
@ -141,6 +141,11 @@ class Buyer(Enum):
|
||||||
cost = Cost.ACTION.value
|
cost = Cost.ACTION.value
|
||||||
)
|
)
|
||||||
|
|
||||||
|
THE_TRIFLING_DIPLOMAT_MENACE = Action(
|
||||||
|
"Sell the Diplomat a menacing skeleton",
|
||||||
|
cost = Cost.ACTION.value
|
||||||
|
)
|
||||||
|
|
||||||
THE_TRIFLING_DIPLOMAT_BIRD = Action(
|
THE_TRIFLING_DIPLOMAT_BIRD = Action(
|
||||||
"Sell the Diplomat a fossil bird",
|
"Sell the Diplomat a fossil bird",
|
||||||
cost = Cost.ACTION.value
|
cost = Cost.ACTION.value
|
||||||
|
|
|
@ -952,6 +952,7 @@ def Solve(shadowy_level, bone_market_fluctuations = None, zoological_mania = Non
|
||||||
) for attribute in (
|
) for attribute in (
|
||||||
amalgamy,
|
amalgamy,
|
||||||
antiquity,
|
antiquity,
|
||||||
|
menace,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue