desloppify
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m21s

This commit is contained in:
2026-05-30 16:30:32 +00:00
parent 90b309885e
commit 4f229cdd86
13 changed files with 634 additions and 26 deletions
-2
View File
@@ -6,8 +6,6 @@ import type { ElementState } from './types';
import type { FabricatorRecipe } from './data/fabricator-recipes';
import { FABRICATOR_RECIPES } from './data/fabricator-recipes';
import { useManaStore } from './stores/manaStore';
import { useCombatStore } from './stores/combatStore';
import { useUIStore } from './stores/uiStore';
// ─── Lookup ───────────────────────────────────────────────────────────────────
-1
View File
@@ -73,7 +73,6 @@ export function getGuardianHP(floor: number): number {
// ─── Tier Helpers ───────────────────────────────────────────────────────────────
const BASE_ELEMENTS = ['fire', 'water', 'air', 'earth', 'light', 'dark', 'death'];
const COMPOSITE_ELEMENTS = ['metal', 'sand', 'lightning', 'frost', 'blackflame', 'radiantflames', 'miasma', 'shadowglass'];
const EXOTIC_ELEMENTS = ['crystal', 'stellar', 'void', 'soul', 'time', 'plasma'];