fix: replace meaningless fabricator recipe stats with mana-focused stats
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m32s
This commit is contained in:
@@ -39,7 +39,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 200,
|
||||
craftTime: 3,
|
||||
rarity: 'uncommon',
|
||||
gearTrait: '+15% physical resistance',
|
||||
gearTrait: '+25 Earth Mana Capacity',
|
||||
},
|
||||
{
|
||||
id: 'earthChest',
|
||||
@@ -52,7 +52,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 500,
|
||||
craftTime: 6,
|
||||
rarity: 'rare',
|
||||
gearTrait: '+25% physical resistance, -10% cast speed',
|
||||
gearTrait: '+50 Earth Mana Capacity, +10% Earth Mana Regen',
|
||||
},
|
||||
{
|
||||
id: 'earthBoots',
|
||||
@@ -65,7 +65,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 150,
|
||||
craftTime: 2,
|
||||
rarity: 'uncommon',
|
||||
gearTrait: '+10% physical resistance',
|
||||
gearTrait: '+20 Earth Mana Capacity',
|
||||
},
|
||||
|
||||
// ─── Metal Gear (Fire+Earth — balanced offense/defense) ──────────────
|
||||
@@ -80,7 +80,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 400,
|
||||
craftTime: 5,
|
||||
rarity: 'rare',
|
||||
gearTrait: '+20% damage, +10% durability',
|
||||
gearTrait: '+15% Enchantment Power, +20 Metal Mana Capacity',
|
||||
},
|
||||
{
|
||||
id: 'metalShield',
|
||||
@@ -93,7 +93,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 450,
|
||||
craftTime: 5,
|
||||
rarity: 'rare',
|
||||
gearTrait: '+20% block chance',
|
||||
gearTrait: '+15% Enchantment Capacity',
|
||||
},
|
||||
{
|
||||
id: 'metalGloves',
|
||||
@@ -106,7 +106,7 @@ export const FABRICATOR_RECIPES: FabricatorRecipe[] = [
|
||||
manaCost: 250,
|
||||
craftTime: 3,
|
||||
rarity: 'uncommon',
|
||||
gearTrait: '+10% damage, +10% physical resistance',
|
||||
gearTrait: '+10% Enchantment Power, +15 Metal Mana Capacity',
|
||||
},
|
||||
|
||||
// ─── Crystal Gear (Sand+Sand+Light — high enchantment capacity) ──────
|
||||
|
||||
Reference in New Issue
Block a user