feat: add new high-tier fabricator materials (Aether Weave, Void Cloth, Liquid Crystal Lattice)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m25s

This commit is contained in:
2026-05-30 01:43:38 +02:00
parent ae691d2367
commit 644bb8402c
5 changed files with 255 additions and 2 deletions
+29
View File
@@ -151,6 +151,35 @@ export const LOOT_DROPS: Record<string, LootDrop> = {
guardianOnly: true,
},
// ─── New High-Tier Materials ───
aetherWeave: {
id: 'aetherWeave',
name: 'Aether Weave',
rarity: 'epic',
type: 'material',
minFloor: 60,
dropChance: 0.03,
guardianOnly: true,
},
voidCloth: {
id: 'voidCloth',
name: 'Void Cloth',
rarity: 'epic',
type: 'material',
minFloor: 70,
dropChance: 0.03,
guardianOnly: true,
},
liquidCrystalLattice: {
id: 'liquidCrystalLattice',
name: 'Liquid Crystal Lattice',
rarity: 'legendary',
type: 'material',
minFloor: 120,
dropChance: 0.01,
guardianOnly: true,
},
// ─── Elemental Essence (grants elemental mana) ───
fireEssenceDrop: {
id: 'fireEssenceDrop',