chore: remove unused imports, vars, and params — 84 imports, 7 vars, 16 params across 45+ files
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m25s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m25s
This commit is contained in:
Executable → Regular
-2
@@ -1,8 +1,6 @@
|
||||
// ─── Crafting Recipes ─────────────────────────────────────────────────────────
|
||||
// Defines what materials are needed to craft equipment from blueprints
|
||||
|
||||
import type { EquipmentSlot } from './equipment/types';
|
||||
|
||||
export interface CraftingRecipe {
|
||||
id: string; // Blueprint ID (matches loot drop)
|
||||
equipmentTypeId: string; // Resulting equipment type ID
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// All defense-related enchantment effects that can be applied to equipment
|
||||
// Currently empty - no defense effects defined in the original enchantment-effects.ts
|
||||
|
||||
import type { EquipmentCategory } from '../equipment'
|
||||
import type { EnchantmentEffectDef } from '../enchantment-types'
|
||||
|
||||
export const DEFENSE_EFFECTS: Record<string, EnchantmentEffectDef> = {};
|
||||
|
||||
Reference in New Issue
Block a user