fix: correct Crystal and Stellar recipes in conversion-costs.ts to match elements.ts
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m5s

This commit is contained in:
2026-06-10 13:09:24 +02:00
parent e30962f82f
commit 1708926f8b
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ export const CONVERSION_COSTS: Record<string, ConversionCost> = {
miasma: compositeElementCost('miasma', ['air', 'death']),
shadowglass: compositeElementCost('shadowglass', ['earth', 'dark']),
// Exotic (distance 3)
crystal: exoticElementCost('crystal', ['sand', 'light']),
stellar: exoticElementCost('stellar', ['plasma', 'light']),
crystal: exoticElementCost('crystal', ['sand', 'sand', 'light']),
stellar: exoticElementCost('stellar', ['plasma', 'light', 'fire']),
void: exoticElementCost('void', ['dark', 'death']),
soul: exoticElementCost('soul', ['light', 'dark', 'transference']),
plasma: exoticElementCost('plasma', ['lightning', 'fire', 'transference']),