This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad 479a87fa14
Move Torso values to Value enumeration
The cost of each torso quality is now abstracted into the Value enumeration.
Each step necessary is broken down until a penny value is assigned.
This makes it much easier to understand and potentially customize later.

The Torso enumeration now has its members broken across multiple lines, for ease of reading.

The sources for Thorned Ribcages and Leviathan Frames were changed.
2021-06-13 14:35:07 -05:00
Bone Market Solver.py Move Torso values to Value enumeration 2021-06-13 14:35:07 -05:00