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:
parent
92e734d5d2
commit
1bf13a0900
|
@ -104,10 +104,6 @@ class Cost(Enum):
|
||||||
# Hinterland Scrip
|
# Hinterland Scrip
|
||||||
HINTERLAND_SCRIP = 50
|
HINTERLAND_SCRIP = 50
|
||||||
|
|
||||||
# Fossilised Forelimb
|
|
||||||
# Anning and Daughters
|
|
||||||
FOSSILISED_FORELIMB = 55*HINTERLAND_SCRIP
|
|
||||||
|
|
||||||
# Hedonist
|
# Hedonist
|
||||||
# Handsome Townhouse, 3cp at a time
|
# Handsome Townhouse, 3cp at a time
|
||||||
HEDONIST_CP = ACTION/3
|
HEDONIST_CP = ACTION/3
|
||||||
|
@ -222,6 +218,10 @@ class Cost(Enum):
|
||||||
# Plain of Thirsty Grasses
|
# Plain of Thirsty Grasses
|
||||||
PALAEONTOLOGICAL_DISCOVERY = (ACTION + 140*SURVEY)/6
|
PALAEONTOLOGICAL_DISCOVERY = (ACTION + 140*SURVEY)/6
|
||||||
|
|
||||||
|
# Fossilised Forelimb
|
||||||
|
# Results of Excavation, 2 at a time
|
||||||
|
FOSSILISED_FORELIMB = (4*PALAEONTOLOGICAL_DISCOVERY)/2
|
||||||
|
|
||||||
# Helical Thighbone
|
# Helical Thighbone
|
||||||
# Results of Excavation, 6 at a time
|
# Results of Excavation, 6 at a time
|
||||||
HELICAL_THIGH = (2*PALAEONTOLOGICAL_DISCOVERY)/6
|
HELICAL_THIGH = (2*PALAEONTOLOGICAL_DISCOVERY)/6
|
||||||
|
|
Loading…
Reference in New Issue