KaneTW / FFXIVBisSolver

FFXIV Materia-aware BiS solver
MIT License
13 stars 5 forks source link

Solve for multiple jobs sharing gear #34

Open joelspadin opened 7 years ago

joelspadin commented 7 years ago

I don't know how difficult this would be to implement, but it would be nice to be able to solve for multiple jobs that can share gear and therefore must share melds on the shared gear.

For instance, if I solve for MCH it uses the Augmented Shire Conservator's Coat with two crit V materia, while solving for BRD uses the same piece of gear with an accuracy V and a skill speed V instead. If I play both MCH and BRD, I can't use both of these solutions at the same time, so I want to find something that may be less optimal but doesn't have conflicting materia.

KaneTW commented 7 years ago

It would require a minor redesign of the model. I'll put it on my todo list.