feat(costs): Change source of Flourishing Ribcages

You can now get two Flourishing Ribcages at a time by calling in Rubbery
Man favours at Jericho Locks.
This commit is contained in:
Jeremy Saklad 2022-08-23 08:00:26 -05:00
parent 0c2a1a0515
commit c4e1c5a322
Signed by: Jeremy Saklad
GPG Key ID: 94B02EA3D0B6481B
1 changed files with 8 additions and 4 deletions

View File

@ -173,6 +173,14 @@ class Cost(Enum):
# Waswood
REVISIONIST_NARRATIVE = ACTION + 4*EXTRAORDINARY_IMPLICATION + INCISIVE_OBSERVATION
# Favours: Rubbery Men
# Various opportunity cards
RUBBERY_FAVOURS = ACTION
# Flourishing Ribcage
# Jericho Locks, 2 at a time
FLOURISHING_RIBCAGE = (ACTION + 4*RUBBERY_FAVOURS)/2
# Knob of Scintillack
SCINTILLACK = 250
@ -235,10 +243,6 @@ class Cost(Enum):
# Iron-Toothed Terror Bird
THORNED_RIBCAGE = 6*ACTION
# Flourishing Ribcage
# Helicon House
FLOURISHING_RIBCAGE = ACTION + HUMAN_RIBCAGE + THORNED_RIBCAGE
# Time Remaining in the Woods
# Compel Ghillie, 7 at a time
TIME_REMAINING_IN_THE_WOODS = (ACTION + 4*COLLATED_RESEARCH)/7