Bone-Market-Solver/bonemarketsolver/data
Jeremy Saklad bb21eccca8
feat: Add Segmented Ribcage to appendages
Segmented Ribcages can be used to add more limb slots, but carry a
variety of unusual requirements. In addition to a scaling cost in
Nevercold Brass, they require an unfilled tail slot when applied.

It may be prudent to clean up the partial sum formula using helper
methods in the future, as it currently requires a considerable number of
intermediate terms.

itertools.repeat is now being used to perform exponentiation, rather
than repeating terms directly.
2022-06-03 19:54:34 -05:00
..
adjustments.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
appendages.py feat: Add Segmented Ribcage to appendages 2022-06-03 19:54:34 -05:00
buyers.py Add leg fascination to Diplomat 2021-11-02 15:26:08 -05:00
costs.py feat: Add Segmented Ribcage to costs 2022-06-03 19:54:21 -05:00
declarations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
diplomat_fascinations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
embellishments.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
fluctuations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
occasional_buyers.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
skulls.py feat: Add Segmented Ribcage to skulls 2022-06-03 19:54:34 -05:00
torsos.py feat: Add Segmented Ribcage to torsos 2022-06-03 19:54:34 -05:00