feat: Update cost of Fossilised Forelimbs

Fossilised Forelimbs now cost 85 Hinterland Scrip from Anning and
Daughters, which makes Palaeontological Discoveries a better source.
This commit is contained in:
Jeremy Saklad 2022-08-11 16:03:40 -05:00
parent 92e734d5d2
commit 1bf13a0900
Signed by: Jeremy Saklad
GPG Key ID: 94B02EA3D0B6481B
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,6 @@ class Cost(Enum):
# Hinterland Scrip
HINTERLAND_SCRIP = 50
# Fossilised Forelimb
# Anning and Daughters
FOSSILISED_FORELIMB = 55*HINTERLAND_SCRIP
# Hedonist
# Handsome Townhouse, 3cp at a time
HEDONIST_CP = ACTION/3
@ -222,6 +218,10 @@ class Cost(Enum):
# Plain of Thirsty Grasses
PALAEONTOLOGICAL_DISCOVERY = (ACTION + 140*SURVEY)/6
# Fossilised Forelimb
# Results of Excavation, 2 at a time
FOSSILISED_FORELIMB = (4*PALAEONTOLOGICAL_DISCOVERY)/2
# Helical Thighbone
# Results of Excavation, 6 at a time
HELICAL_THIGH = (2*PALAEONTOLOGICAL_DISCOVERY)/6