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
|
STUIVER = 5
|
||||||
|
|
||||||
# Glim-Encrusted Carapace
|
# Glim-Encrusted Carapace
|
||||||
# The Flexile Peddler
|
# The Stacks, Annal of Lost Stars
|
||||||
GLIM_ENCRUSTED_CARAPACE = 3000*STUIVER
|
# Optimistic estimate of action cost, byproducts subtracted
|
||||||
|
GLIM_ENCRUSTED_CARAPACE = 22*ACTION - 53.50
|
||||||
|
|
||||||
# Carved Ball of Stygian Ivory
|
# Carved Ball of Stygian Ivory
|
||||||
STYGIAN_IVORY = 250
|
STYGIAN_IVORY = 250
|
||||||
|
|
Loading…
Reference in New Issue