feat(costs): Change source of Thorned Ribcages
Calling in Favours: Hell is a much better source than hunting Terror-Birds.
This commit is contained in:
parent
69b778254b
commit
0646b73bf1
|
@ -240,8 +240,8 @@ class Cost(Enum):
|
||||||
LEVIATHAN_FRAME = 25*PALAEONTOLOGICAL_DISCOVERY
|
LEVIATHAN_FRAME = 25*PALAEONTOLOGICAL_DISCOVERY
|
||||||
|
|
||||||
# Thorned Ribcage
|
# Thorned Ribcage
|
||||||
# Iron-Toothed Terror Bird
|
# Jericho Locks, 2 at a time
|
||||||
THORNED_RIBCAGE = 6*ACTION
|
THORNED_RIBCAGE = (ACTION + 4*HELL_FAVOURS)/2
|
||||||
|
|
||||||
# Time Remaining in the Woods
|
# Time Remaining in the Woods
|
||||||
# Compel Ghillie, 7 at a time
|
# Compel Ghillie, 7 at a time
|
||||||
|
|
Loading…
Reference in New Issue