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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m25s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user