feat(costs): Add source for Obsidian Chitin Tails

Due to the amount of variables at play, the actual cost may be slightly
higher with poor luck. This will be adjusted if it becomes an issue.
This commit is contained in:
Jeremy Saklad 2022-09-09 07:35:38 -05:00
parent 0646b73bf1
commit e8d8013ca6
Signed by: Jeremy Saklad
GPG Key ID: 94B02EA3D0B6481B
1 changed files with 3 additions and 2 deletions

View File

@ -140,8 +140,9 @@ class Cost(Enum):
NEVERCOLD_BRASS = 1 NEVERCOLD_BRASS = 1
# Obsidian Chitin Tail # Obsidian Chitin Tail
# No consistent source # Heist, Osteology Wing, 5 at a time
OBSIDIAN_TAIL = cp_model.INT32_MAX/2 # 4 actions for Casing, 6 actions for heist
OBSIDIAN_TAIL = (10*ACTION)/5
# Parabolan Orange-apple # Parabolan Orange-apple
# Parabolan Base-camp, electricity and hedonism, 2 at a time # Parabolan Base-camp, electricity and hedonism, 2 at a time