Update cost for Searing Enigmas

Searing Enigmas can be obtained semi-reliably at Khan's Heart through
network expansion.
This commit is contained in:
Jeremy Saklad 2021-08-24 07:25:52 -05:00
parent b2a98cbe15
commit 57908feb50
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 6 additions and 1 deletions

View File

@ -87,6 +87,10 @@ class Cost(Enum):
# Various opportunity cards
HELL_FAVOURS = ACTION
# Infiltrating...
# Khan's Heart, 10 at a time
INFILTRATING = ACTION/10
# Volume of Collated Research
# Hurlers statue, 10 at a time
COLLATED_RESEARCH = (ACTION + 4*HELL_FAVOURS)/10
@ -171,7 +175,8 @@ class Cost(Enum):
SCINTILLACK = 250
# Searing Enigma
SEARING_ENIGMA = 6250
# Khan's Heart
SEARING_ENIGMA = 2*ACTION + 130*INFILTRATING
# Carved Ball of Stygian Ivory
STYGIAN_IVORY = 250