Change Withered Tentacle source
The Adulterine Castle has an option that yields four Withered Tentacles for just one action. Cost.WARBLER_SKELETON has been removed, as it is no longer used by anything.
This commit is contained in:
parent
5ef972295b
commit
95a86b43ae
|
@ -320,12 +320,8 @@ class Cost(Enum):
|
||||||
# Helicon House
|
# Helicon House
|
||||||
RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + SKELETON_WITH_SEVEN_NECKS + THORNED_RIBCAGE + 3*TREMBLING_AMBER
|
RIBCAGE_WITH_EIGHT_SPINES = ACTION + 3*SEARING_ENIGMA + SKELETON_WITH_SEVEN_NECKS + THORNED_RIBCAGE + 3*TREMBLING_AMBER
|
||||||
|
|
||||||
# Warbler Skeleton
|
|
||||||
# Ealing Gardens Butcher
|
|
||||||
WARBLER_SKELETON = ACTION + 130*BONE_FRAGMENT + 2*WARM_AMBER
|
|
||||||
|
|
||||||
# Withered Tentacle
|
# Withered Tentacle
|
||||||
# Helicon House, 3 at a time
|
# Adulterine Castle, Miscounting Second Circle by 4, 4 at a time
|
||||||
WITHERED_TENTACLE = (ACTION + 5*WARM_AMBER)/3
|
WITHERED_TENTACLE = ACTION/4
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue