Fix mana conversion visibility and UI improvements
All checks were successful
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m9s

- Increase attunement mana conversion rates (0.2 -> 2 for Enchanter)
- Hide mana types with current < 1 in ManaDisplay and LabTab
- Only show owned equipment types when designing enchantments
This commit is contained in:
Z User
2026-03-28 06:15:14 +00:00
parent 9566f44652
commit a0595e6077
54 changed files with 14602 additions and 13 deletions

View File

@@ -1225,3 +1225,23 @@ Checked 846 installs across 915 packages (no changes) [60.00ms]
$ prisma db push
Failed to load config file "/home/z/my-project" as a TypeScript/JavaScript module. Error: Error: ENOTDIR: not a directory, lstat '/home/z/my-project/.config/prisma'
error: script "db:push" exited with code 1
==========================================
[2026-03-28 06:07:51] Starting: bun install
==========================================
[BUN] Installing dependencies...
[0.03ms] ".env"
bun install v1.3.10 (30e609e0)
Checked 931 installs across 1022 packages (no changes) [28.00ms]
==========================================
[2026-03-28 06:07:51] Completed: bun install
[LOG] Step: bun install | Duration: 0s
==========================================
==========================================
[2026-03-28 06:07:51] Starting: bun run db:push
==========================================
[BUN] Setting up database...
$ prisma db push
Failed to load config file "/home/z/my-project" as a TypeScript/JavaScript module. Error: Error: ENOTDIR: not a directory, lstat '/home/z/my-project/.config/prisma'
error: script "db:push" exited with code 1

View File

@@ -1 +1 @@
488
553