feat(costs): Add source for Glim-Encrusted Carapace
This cost is relatively crude, and may be adjusted in the future.
This commit is contained in:
parent
0b1ed974c1
commit
63a97fda62
|
@ -194,8 +194,9 @@ class Cost(Enum):
|
|||
STUIVER = 5
|
||||
|
||||
# Glim-Encrusted Carapace
|
||||
# The Flexile Peddler
|
||||
GLIM_ENCRUSTED_CARAPACE = 3000*STUIVER
|
||||
# The Stacks, Annal of Lost Stars
|
||||
# Optimistic estimate of action cost, byproducts subtracted
|
||||
GLIM_ENCRUSTED_CARAPACE = 22*ACTION - 53.50
|
||||
|
||||
# Carved Ball of Stygian Ivory
|
||||
STYGIAN_IVORY = 250
|
||||
|
|
Loading…
Reference in New Issue