Before you sink Mora and rare materials into a batch of crafts, it helps to know the true cost. This calculator works like a bill of materials: list each ingredient with its quantity and per-unit value, set a batch size and any Mora fee, and get a clean per-craft and total cost.
How it works
The total is a straightforward sum over the recipe:
material total = Σ (quantity per craft × batch × per-unit value)
fee total = mora fee per craft × batch
grand total = material total + fee total
per craft = grand total / batch
Setting an ingredient’s value to zero keeps it in the plan for quantity tracking while excluding it from the Mora cost.
Example and tips
A recipe needing 3 of a 200-Mora-value material and 1 of a 1,500-Mora intermediate, with a 100 Mora fee, costs 3×200 + 1,500 + 100 = 2,200 Mora per craft, or 22,000 for a batch of 10. To cost multi-step recipes, compute the intermediate first and feed its per-craft cost back in as a material value.