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:
parent
0c2a1a0515
commit
c4e1c5a322
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue