diff --git a/BM_src/WayofTime/alchemicalWizardry/AlchemicalWizardry.java b/BM_src/WayofTime/alchemicalWizardry/AlchemicalWizardry.java
index 5a52c97f..ed065c27 100644
--- a/BM_src/WayofTime/alchemicalWizardry/AlchemicalWizardry.java
+++ b/BM_src/WayofTime/alchemicalWizardry/AlchemicalWizardry.java
@@ -398,6 +398,7 @@ public class AlchemicalWizardry
         proxy.registerRenderers();
         proxy.registerEntities();
         //ItemStacks used for crafting go here
+        ItemStack lapisStack = new ItemStack(Item.dyePowder,1,4);
         ItemStack lavaBucketStack = new ItemStack(Item.bucketLava);
         ItemStack cobblestoneStack = new ItemStack(Block.cobblestone);
         ItemStack glassStack = new ItemStack(Block.glass, 1, craftingConstant);
@@ -492,6 +493,7 @@ public class AlchemicalWizardry
         lavaCrystalStackCrafted.setItemDamage(lavaCrystalStackCrafted.getMaxDamage());
         miningSigilStackCrafted.setItemDamage(miningSigilStackCrafted.getMaxDamage());
         sigilOfElementalAffinityStackCrafted.setItemDamage(sigilOfElementalAffinityStackCrafted.getMaxDamage());
+        ItemStack masterBloodOrbStack = new ItemStack(ModItems.masterBloodOrb);
         ItemStack archmageBloodOrbStack = new ItemStack(ModItems.archmageBloodOrb);
         ItemStack sanctusStack = new ItemStack(ModItems.sanctus);
         ItemStack aetherStack = new ItemStack(ModItems.aether);
@@ -502,6 +504,7 @@ public class AlchemicalWizardry
         ItemStack crystallosStack = new ItemStack(ModItems.crystallos);
         ItemStack crepitousStack = new ItemStack(ModItems.crepitous);
         ItemStack magicalesStack = new ItemStack(ModItems.magicales);
+        ItemStack gunpowderStack = new ItemStack(Item.gunpowder);
         //All crafting goes here
         // GameRegistry.addRecipe(orbOfTestingStack, "x x", "   ", "x x", 'x', cobblestoneStack);
         //GameRegistry.addRecipe(glassShardStack, " x", "y ", 'x', ironIngotStack, 'y', glassStack);
@@ -544,7 +547,7 @@ public class AlchemicalWizardry
         GameRegistry.addRecipe(blockHomHeartStack, "www", "srs", "sos", 'w', redWoolStack, 's', stoneStack, 'r', bloodRuneStack, 'o', apprenticeBloodOrbStack);
         GameRegistry.addShapelessRecipe(new ItemStack(Item.skull, 1, 2), new ItemStack(Item.skull, 1, 1), new ItemStack(Item.rottenFlesh), new ItemStack(Item.ingotIron), new ItemStack(Item.leather));
         GameRegistry.addShapelessRecipe(new ItemStack(Item.skull, 1, 0), new ItemStack(Item.skull, 1, 1), new ItemStack(Item.bow, 1, 0), new ItemStack(Item.arrow, 1, 0), new ItemStack(Item.bone));
-        GameRegistry.addShapelessRecipe(new ItemStack(Item.skull, 1, 4), new ItemStack(Item.skull, 1, 1), new ItemStack(Item.gunpowder), new ItemStack(Block.dirt), new ItemStack(Block.sand));
+        GameRegistry.addShapelessRecipe(new ItemStack(Item.skull, 1, 4), new ItemStack(Item.skull, 1, 1), gunpowderStack, new ItemStack(Block.dirt), new ItemStack(Block.sand));
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockWritingTable), " s ", "ror", 's', new ItemStack(Item.brewingStand), 'r', obsidianStack, 'o', weakBloodOrbStack);
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockPedestal), "ooo", " c ", "ooo", 'o', obsidianStack, 'c', weakBloodShardStack);
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockPlinth), "iii", " p ", "iii", 'i', ironBlockStack, 'p', new ItemStack(ModBlocks.blockPedestal));
@@ -824,12 +827,17 @@ public class AlchemicalWizardry
 //        	comp[i] = redstoneStack;
 //        }
 //        AlchemyRecipeRegistry.registerRecipe(glowstoneDustStack, 2, comp, 2);
+
+        
         ItemStack offensaStack = new ItemStack(ModItems.baseAlchemyItems,1,0);
         ItemStack praesidiumStack = new ItemStack(ModItems.baseAlchemyItems,1,1);
         ItemStack orbisTerraeStack = new ItemStack(ModItems.baseAlchemyItems,1,2);
         ItemStack strengthenedCatalystStack = new ItemStack(ModItems.baseAlchemyItems,1,3);
         ItemStack concentratedCatalystStack = new ItemStack(ModItems.baseAlchemyItems,1,4);
         ItemStack fracturedBoneStack = new ItemStack(ModItems.baseAlchemyItems,1,5);
+        ItemStack virtusStack = new ItemStack(ModItems.baseAlchemyItems,1,6);
+        ItemStack reductusStack = new ItemStack(ModItems.baseAlchemyItems,1,7);
+        ItemStack potentiaStack = new ItemStack(ModItems.baseAlchemyItems,1,8);
         
         ItemStack strengthenedCatalystStackCrafted = new ItemStack(ModItems.baseAlchemyItems,2,3);
         ItemStack fracturedBoneStackCrafted = new ItemStack(ModItems.baseAlchemyItems,4,5);
@@ -839,16 +847,16 @@ public class AlchemicalWizardry
         //TODO NEW RECIPES!
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.weakBindingAgent), 10, new ItemStack[]{simpleCatalystStack, simpleCatalystStack, new ItemStack(Item.clay)}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.standardBindingAgent), 15, new ItemStack[]{new ItemStack(ModItems.weakBindingAgent), sanctusStack, new ItemStack(ModItems.crystallos)}, 3);
-        AlchemyRecipeRegistry.registerRecipe(simpleCatalystStack, 2, new ItemStack[]{sugarStack, redstoneStack, redstoneStack, glowstoneDustStack, new ItemStack(Item.gunpowder)}, 1);
+        AlchemyRecipeRegistry.registerRecipe(simpleCatalystStack, 2, new ItemStack[]{sugarStack, redstoneStack, redstoneStack, glowstoneDustStack, gunpowderStack}, 1);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.incendium), 5, new ItemStack[]{lavaBucketStack, new ItemStack(Item.blazePowder), new ItemStack(Item.blazePowder), new ItemStack(Block.netherrack), simpleCatalystStack}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.aether), 5, new ItemStack[]{featherStack, featherStack, glowstoneDustStack, ghastTearStack, simpleCatalystStack}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.sanctus), 5, new ItemStack[]{glowstoneDustStack, new ItemStack(Item.goldNugget), glowstoneDustStack, glassStack, simpleCatalystStack}, 2);
-        AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.crepitous), 5, new ItemStack[]{new ItemStack(Item.gunpowder), new ItemStack(Item.gunpowder), cobblestoneStack, cobblestoneStack, simpleCatalystStack}, 2);
+        AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.crepitous), 5, new ItemStack[]{gunpowderStack, gunpowderStack, cobblestoneStack, cobblestoneStack, simpleCatalystStack}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.crystallos), 5, new ItemStack[]{new ItemStack(Block.ice), new ItemStack(Block.ice), new ItemStack(Block.blockSnow), new ItemStack(Block.blockSnow), simpleCatalystStack}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.terrae), 5, new ItemStack[]{new ItemStack(Block.dirt), new ItemStack(Block.sand), obsidianStack, obsidianStack, simpleCatalystStack}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.aquasalus), 5, new ItemStack[]{simpleCatalystStack, new ItemStack(Item.dyePowder, 1, 0), new ItemStack(Item.potion, 1, 0), new ItemStack(Item.potion, 1, 0), new ItemStack(Item.potion, 1, 0)}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.tennebrae), 5, new ItemStack[]{simpleCatalystStack, new ItemStack(Item.coal), new ItemStack(Item.coal), new ItemStack(Block.obsidian), new ItemStack(Item.clay)}, 2);
-        AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.magicales), 5, new ItemStack[]{redstoneStack, simpleCatalystStack, new ItemStack(Item.gunpowder), new ItemStack(Item.glowstone), new ItemStack(Item.glowstone)}, 2);
+        AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.magicales), 5, new ItemStack[]{redstoneStack, simpleCatalystStack, gunpowderStack, new ItemStack(Item.glowstone), new ItemStack(Item.glowstone)}, 2);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.mundanePowerCatalyst), 10, new ItemStack[]{glowstoneDustStack, glowstoneDustStack, glowstoneDustStack, new ItemStack(ModItems.weakBindingAgent), simpleCatalystStack}, 3);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.mundaneLengtheningCatalyst), 10, new ItemStack[]{redstoneStack, redstoneStack, redstoneStack, new ItemStack(ModItems.weakBindingAgent), simpleCatalystStack}, 3);
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.averagePowerCatalyst), 20, new ItemStack[]{new ItemStack(ModItems.mundanePowerCatalyst), new ItemStack(ModItems.mundanePowerCatalyst), new ItemStack(ModItems.standardBindingAgent)}, 4);
@@ -862,14 +870,17 @@ public class AlchemicalWizardry
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(ModItems.activationCrystal, 1, 1), 100, new ItemStack[]{new ItemStack(ModItems.activationCrystal, 1, 0), new ItemStack(Item.netherStar), incendiumStack, aquasalusStack, aetherStack}, 4);
         
         AlchemyRecipeRegistry.registerRecipe(new ItemStack(Block.web),2,new ItemStack[]{new ItemStack(Item.silk),new ItemStack(Item.silk),new ItemStack(Item.silk),new ItemStack(Item.silk),new ItemStack(Item.silk)},1);
-        AlchemyRecipeRegistry.registerRecipe(new ItemStack(Item.gunpowder,2,0), 2, new ItemStack[]{new ItemStack(Item.gunpowder), new ItemStack(Item.coal), new ItemStack(Block.sand)}, 1);
+        AlchemyRecipeRegistry.registerRecipe(new ItemStack(Item.gunpowder,2,0), 2, new ItemStack[]{gunpowderStack, new ItemStack(Item.coal), new ItemStack(Block.sand)}, 1);
         
         AlchemyRecipeRegistry.registerRecipe(strengthenedCatalystStackCrafted, 10, new ItemStack[]{simpleCatalystStack, simpleCatalystStack, new ItemStack(Item.dyePowder,1,15), new ItemStack(Item.netherStalkSeeds)}, 3);
         AlchemyRecipeRegistry.registerRecipe(offensaStack,10, new ItemStack[]{strengthenedCatalystStack,incendiumStack, new ItemStack(Item.arrow), new ItemStack(Item.flint), new ItemStack(Item.arrow)},3);
         AlchemyRecipeRegistry.registerRecipe(praesidiumStack, 10, new ItemStack[]{strengthenedCatalystStack,tennebraeStack,ironIngotStack,new ItemStack(Block.web),redstoneStack}, 3);
-        AlchemyRecipeRegistry.registerRecipe(orbisTerraeStack, 10, new ItemStack[]{strengthenedCatalystStack,terraeStack, new ItemStack(Item.gunpowder), new ItemStack(Block.netherrack), new ItemStack(Block.sand)}, 3);
+        AlchemyRecipeRegistry.registerRecipe(orbisTerraeStack, 10, new ItemStack[]{strengthenedCatalystStack,terraeStack, gunpowderStack, new ItemStack(Block.netherrack), new ItemStack(Block.sand)}, 3);
         AlchemyRecipeRegistry.registerRecipe(concentratedCatalystStack,10,new ItemStack[]{strengthenedCatalystStack,fracturedBoneStack,goldNuggetStack},4);
-        AlchemyRecipeRegistry.registerRecipe(fracturedBoneStackCrafted, 2, new ItemStack[]{new ItemStack(Item.bone), new ItemStack(Item.bone),new ItemStack(Item.bone),new ItemStack(Item.bone), new ItemStack(Item.gunpowder)},1); 
+        AlchemyRecipeRegistry.registerRecipe(fracturedBoneStackCrafted, 2, new ItemStack[]{new ItemStack(Item.bone), new ItemStack(Item.bone),new ItemStack(Item.bone),new ItemStack(Item.bone), gunpowderStack},1); 
+        AlchemyRecipeRegistry.registerRecipe(virtusStack, 10, new ItemStack[]{redstoneStack, new ItemStack(Item.coal),strengthenedCatalystStack,redstoneStack,gunpowderStack}, 3);
+        AlchemyRecipeRegistry.registerRecipe(reductusStack,10,new ItemStack[]{redstoneStack, goldIngotStack, strengthenedCatalystStack,new ItemStack(Block.slowSand), new ItemStack(Item.carrot)},3);
+        AlchemyRecipeRegistry.registerRecipe(potentiaStack, 10, new ItemStack[]{glowstoneDustStack,strengthenedCatalystStack,lapisStack,lapisStack,new ItemStack(Item.netherQuartz)}, 3);
         
         HomSpellRegistry.registerBasicSpell(new ItemStack(Item.flintAndSteel), new SpellFireBurst());
         HomSpellRegistry.registerBasicSpell(new ItemStack(Block.ice), new SpellFrozenWater());
@@ -940,6 +951,7 @@ public class AlchemicalWizardry
         MeteorRegistry.registerMeteorParadigm(new ItemStack(Item.netherStar), this.netherStarMeteorArray, this.netherStarMeteorRadius);
         
         //Register spell component recipes
+        ItemStack complexSpellCrystalStack = new ItemStack(ModItems.itemComplexSpellCrystal);
         ItemStack quartzRodStack = new ItemStack(ModItems.baseItems,1,0);
         ItemStack emptyCoreStack = new ItemStack(ModItems.baseItems,1,1);
         ItemStack magicalesCableStack = new ItemStack(ModItems.baseItems,1,2);
@@ -963,6 +975,9 @@ public class AlchemicalWizardry
         ItemStack defensiveCoreStack = new ItemStack(ModItems.baseItems,1,20);
         ItemStack environmentalCoreStack = new ItemStack(ModItems.baseItems,1,21);
         ItemStack powerCoreStack = new ItemStack(ModItems.baseItems,1,22);
+        ItemStack costCoreStack = new ItemStack(ModItems.baseItems,1,23);
+        ItemStack potencyCoreStack = new ItemStack(ModItems.baseItems,1,24);
+        ItemStack obsidianBraceStack = new ItemStack(ModItems.baseItems,1,25);
         
         ItemStack magicalesCraftedCableStack = new ItemStack(ModItems.baseItems,5,2);
         ItemStack crackedRunicPlateStackCrafted = new ItemStack(ModItems.baseItems,2,15);
@@ -973,6 +988,7 @@ public class AlchemicalWizardry
         GameRegistry.addRecipe(magicalesCraftedCableStack,"sss","mmm","sss",'s',new ItemStack(Item.silk),'m',magicalesStack);
         GameRegistry.addRecipe(woodBraceStack," il","ili","li ",'l', new ItemStack(Block.wood,1,craftingConstant),'i',new ItemStack(Item.silk));
         GameRegistry.addRecipe(stoneBraceStack," is","isi","si ",'i', ironIngotStack,'s',reinforcedSlateStack);
+        GameRegistry.addRecipe(obsidianBraceStack," is","ibi","si ",'i', obsidianStack,'s',reinforcedSlateStack,'b',stoneBraceStack);
         
         GameRegistry.addRecipe(projectileCoreStack, "mbm","aca","mom",'c', emptyCoreStack,'b',weakBloodShardStack,'m', magicalesStack,'o', magicianBloodOrbStack,'a',new ItemStack(Item.arrow));
         GameRegistry.addRecipe(selfCoreStack,"sbs","ncn","sos",'c', emptyCoreStack, 's',sanctusStack,'b', weakBloodShardStack,'o', magicianBloodOrbStack,'n',glowstoneDustStack);
@@ -992,9 +1008,14 @@ public class AlchemicalWizardry
         GameRegistry.addRecipe(defensiveCoreStack,"msm","geg","mom",'m', praesidiumStack,'e', emptyCoreStack, 'o', magicianBloodOrbStack, 's',weakBloodShardStack, 'g', goldIngotStack);
         GameRegistry.addRecipe(environmentalCoreStack,"msm","geg","mom",'m', orbisTerraeStack,'e', emptyCoreStack, 'o', magicianBloodOrbStack, 's',weakBloodShardStack, 'g', goldIngotStack);
         
+        GameRegistry.addRecipe(powerCoreStack,"msm","geg","mom",'m', virtusStack,'e', emptyCoreStack, 'o', masterBloodOrbStack, 's',weakBloodShardStack, 'g', goldIngotStack);
+        GameRegistry.addRecipe(costCoreStack,"msm","geg","mom",'m', reductusStack,'e', emptyCoreStack, 'o', masterBloodOrbStack, 's',weakBloodShardStack, 'g', goldIngotStack);
+        GameRegistry.addRecipe(potencyCoreStack,"msm","geg","mom",'m', potentiaStack,'e', emptyCoreStack, 'o', masterBloodOrbStack, 's',weakBloodShardStack, 'g', goldIngotStack);
+        
         AlchemyRecipeRegistry.registerRecipe(crackedRunicPlateStackCrafted, 10, new ItemStack[]{imbuedSlateStack,imbuedSlateStack,concentratedCatalystStack}, 4);
         AlchemyRecipeRegistry.registerRecipe(runicPlateStack, 30, new ItemStack[]{crackedRunicPlateStack,terraeStack}, 5);
         AlchemyRecipeRegistry.registerRecipe(imbuedRunicPlateStack, 100, new ItemStack[]{magicalesStack,incendiumStack,runicPlateStack, runicPlateStack,aquasalusStack}, 5);
+        AlchemyRecipeRegistry.registerRecipe(complexSpellCrystalStack,50,new ItemStack[]{new ItemStack(ModItems.blankSpell), weakBloodShardStack, weakBloodShardStack, glassStack,goldIngotStack},3);
         
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockConduit,1,0),"q q","ccc","q q",'q', quartzRodStack,'c', magicalesCableStack);
         
@@ -1013,6 +1034,14 @@ public class AlchemicalWizardry
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellModifier,1,3),"bgb","ico","bgb",'c',environmentalCoreStack,'i',inputCableStack,'o',outputCableStack,'b',stoneBraceStack,'g',ironIngotStack);
         
         GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,0),"bpb","ico","bpb",'c', powerCoreStack,'b',woodBraceStack,'p',crackedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,1),"bpb","ico","bpb",'c', powerCoreStack,'b',stoneBraceStack,'p',runicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,2),"bpb","ico","bpb",'c', powerCoreStack,'b',obsidianBraceStack,'p',imbuedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,5),"bpb","ico","bpb",'c', costCoreStack,'b',woodBraceStack,'p',crackedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,6),"bpb","ico","bpb",'c', costCoreStack,'b',stoneBraceStack,'p',runicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,7),"bpb","ico","bpb",'c', costCoreStack,'b',obsidianBraceStack,'p',imbuedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,10),"bpb","ico","bpb",'c', potencyCoreStack,'b',woodBraceStack,'p',crackedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,11),"bpb","ico","bpb",'c', potencyCoreStack,'b',stoneBraceStack,'p',runicPlateStack,'i',inputCableStack,'o',outputCableStack);
+        GameRegistry.addRecipe(new ItemStack(ModBlocks.blockSpellEnhancement,1,12),"bpb","ico","bpb",'c', potencyCoreStack,'b',obsidianBraceStack,'p',imbuedRunicPlateStack,'i',inputCableStack,'o',outputCableStack);
         
         GameRegistry.addShapelessRecipe(new ItemStack(Item.dyePowder,5,15),fracturedBoneStack);
         
@@ -1045,6 +1074,14 @@ public class AlchemicalWizardry
         LanguageRegistry.addName(crackedRunicPlateStack,"Cracked Runic Plate");
         LanguageRegistry.addName(runicPlateStack,"Runic Plate");
         LanguageRegistry.addName(imbuedRunicPlateStack,"Imbued Runic Plate");
+        LanguageRegistry.addName(powerCoreStack, "Power Core");
+        LanguageRegistry.addName(costCoreStack, "Reduction Core");
+        LanguageRegistry.addName(potencyCoreStack, "Potency Core");
+        LanguageRegistry.addName(obsidianBraceStack,"Obsidian Brace");
+        LanguageRegistry.addName(virtusStack, "Virtus");
+        LanguageRegistry.addName(reductusStack,"Reductus");
+        LanguageRegistry.addName(potentiaStack, "Potentia");
+        LanguageRegistry.addName(complexSpellCrystalStack, "Complex Spell Crystal");
         
     }
 
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/AlchemicalWizardryEventHooks.java b/BM_src/WayofTime/alchemicalWizardry/common/AlchemicalWizardryEventHooks.java
index e9c7d252..ef7ee1b8 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/AlchemicalWizardryEventHooks.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/AlchemicalWizardryEventHooks.java
@@ -134,7 +134,7 @@ public class AlchemicalWizardryEventHooks
             EntityLivingBase entity = event.entityLiving;
             //if(!entity.isSneaking())
             {
-                float percentIncrease = (i + 1) * 0.05f;
+                float percentIncrease = (i + 1) * 0.1f;
 
                 if (event.entityLiving instanceof EntityPlayer)
                 {
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemAlchemyBase.java b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemAlchemyBase.java
index e5a66c2d..8e910525 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemAlchemyBase.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemAlchemyBase.java
@@ -21,7 +21,7 @@ import cpw.mods.fml.relauncher.SideOnly;
 
 public class ItemAlchemyBase extends Item
 {
-    private static final String[] ITEM_NAMES = new String[]{"Offensa","Praesidium","OrbisTerrae","StrengthenedCatalyst","ConcentratedCatalyst","FracturedBone"};
+    private static final String[] ITEM_NAMES = new String[]{"Offensa","Praesidium","OrbisTerrae","StrengthenedCatalyst","ConcentratedCatalyst","FracturedBone","Virtus","Reductus","Potentia"};
 
     @SideOnly(Side.CLIENT)
     private Icon[] icons;
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComplexSpellCrystal.java b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComplexSpellCrystal.java
index fe4ece59..59f4578c 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComplexSpellCrystal.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComplexSpellCrystal.java
@@ -33,7 +33,7 @@ public class ItemComplexSpellCrystal extends EnergyItems
     @Override
     public void addInformation(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4)
     {
-        par3List.add("Crystal of infinite possibilities.");
+        par3List.add("Crystal of unimaginable power");
 
         if (!(par1ItemStack.stackTagCompound == null))
         {
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComponents.java b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComponents.java
index d5e35b3c..dfaa9c4c 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComponents.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/items/ItemComponents.java
@@ -20,7 +20,7 @@ import cpw.mods.fml.relauncher.SideOnly;
 
 public class ItemComponents extends Item
 {
-    private static final String[] ITEM_NAMES = new String[]{"QuartzRod", "EmptyCore", "MagicalesCable", "WoodBrace", "StoneBrace", "ProjectileCore", "SelfCore","MeleeCore","ParadigmBackPlate","OutputCable","FlameCore","IcyCore","GustCore","EarthenCore","InputCable","CrackedRunicPlate","RunicPlate","ScribedRunicPlate","DefaultCore","OffensiveCore","DefensiveCore","EnvironmentalCore","PowerCore","CostCore","PotencyCore"};
+    private static final String[] ITEM_NAMES = new String[]{"QuartzRod", "EmptyCore", "MagicalesCable", "WoodBrace", "StoneBrace", "ProjectileCore", "SelfCore","MeleeCore","ParadigmBackPlate","OutputCable","FlameCore","IcyCore","GustCore","EarthenCore","InputCable","CrackedRunicPlate","RunicPlate","ScribedRunicPlate","DefaultCore","OffensiveCore","DefensiveCore","EnvironmentalCore","PowerCore","CostCore","PotencyCore","ObsidianBrace"};
 
     @SideOnly(Side.CLIENT)
     private Icon[] icons;
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/rituals/Rituals.java b/BM_src/WayofTime/alchemicalWizardry/common/rituals/Rituals.java
index 056e85f2..644c1f3f 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/rituals/Rituals.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/rituals/Rituals.java
@@ -889,6 +889,14 @@ public class Rituals
         autoAlchemyRitual.add(new RitualComponent(2,0,-2, RitualComponent.WATER));
         autoAlchemyRitual.add(new RitualComponent(-2,0,-2, RitualComponent.WATER));
         autoAlchemyRitual.add(new RitualComponent(-2,0,2, RitualComponent.WATER));
+        autoAlchemyRitual.add(new RitualComponent(-3,0,-2, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(-2,0,-3, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(-3,0,2, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(-2,0,3, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(3,0,-2, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(2,0,-3, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(3,0,2, RitualComponent.FIRE));
+        autoAlchemyRitual.add(new RitualComponent(2,0,3, RitualComponent.FIRE));
 
         
         ritualList.add(new Rituals(waterRitual, 1, 500, new RitualEffectWater(), "Ritual of the Full Spring"));
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/SpellEffectWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/SpellEffectWind.java
index 67b3bb8c..4152689b 100644
--- a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/SpellEffectWind.java
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/SpellEffectWind.java
@@ -3,11 +3,17 @@ package WayofTime.alchemicalWizardry.common.spell.complex.effect;
 import WayofTime.alchemicalWizardry.common.spell.complex.SpellParadigmMelee;
 import WayofTime.alchemicalWizardry.common.spell.complex.SpellParadigmProjectile;
 import WayofTime.alchemicalWizardry.common.spell.complex.SpellParadigmSelf;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.MeleeDefaultWind;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.MeleeDefensiveWind;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.MeleeEnvironmentalWind;
 import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.MeleeOffensiveWind;
 import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.ProjectileDefaultWind;
 import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.ProjectileEnvironmentalWind;
 import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.ProjectileOffensiveWind;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.SelfDefaultWind;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.SelfDefensiveWind;
 import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.SelfEnvironmentalWind;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind.SelfOffensiveWind;
 
 public class SpellEffectWind extends SpellEffect 
 {
@@ -38,22 +44,19 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	public void defaultModificationSelf(SpellParadigmSelf parad) 
 	{
-		// TODO Auto-generated method stub
-
+		parad.addSelfSpellEffect(new SelfDefaultWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
 	public void offensiveModificationSelf(SpellParadigmSelf parad) 
 	{
-		// TODO Auto-generated method stub
-
+		parad.addSelfSpellEffect(new SelfOffensiveWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
 	public void defensiveModificationSelf(SpellParadigmSelf parad)
 	{
-		// TODO Auto-generated method stub
-
+		parad.addSelfSpellEffect(new SelfDefensiveWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
@@ -65,8 +68,7 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	public void defaultModificationMelee(SpellParadigmMelee parad) 
 	{
-		// TODO Auto-generated method stub
-
+		parad.addEntityEffect(new MeleeDefaultWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
@@ -78,15 +80,13 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	public void defensiveModificationMelee(SpellParadigmMelee parad) 
 	{
-		// TODO Auto-generated method stub
-
+		parad.addEntityEffect(new MeleeDefensiveWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
 	public void environmentalModificationMelee(SpellParadigmMelee parad) 
 	{
-		// TODO Auto-generated method stub
-
+		//TODO parad.addWorldEffect(new MeleeEnvironmentalWind(this.powerEnhancement,this.potencyEnhancement,this.costEnhancement));
 	}
 
 	@Override
@@ -116,22 +116,19 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	protected int getCostForDefaultSelf()
 	{
-		// TODO Auto-generated method stub
-		return 0;
+		return (int)(100*Math.pow(0.85, costEnhancement));
 	}
 
 	@Override
 	protected int getCostForOffenseSelf()
 	{
-		// TODO Auto-generated method stub
-		return 0;
+		return (int)(100*(0.5*this.powerEnhancement+1)*Math.pow(0.85, costEnhancement));
 	}
 
 	@Override
 	protected int getCostForDefenseSelf() 
 	{
-		// TODO Auto-generated method stub
-		return 0;
+		return (int)(500*(0.7d*this.powerEnhancement+1)*(0.8*this.potencyEnhancement+1)*Math.pow(0.85, costEnhancement));
 	}
 
 	@Override
@@ -143,8 +140,7 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	protected int getCostForDefaultMelee()
 	{
-		// TODO Auto-generated method stub
-		return 0;
+		return (int)(350*(1.0*this.potencyEnhancement+1)*(1.2*this.powerEnhancement+1)*Math.pow(0.85, costEnhancement));
 	}
 
 	@Override
@@ -156,8 +152,7 @@ public class SpellEffectWind extends SpellEffect
 	@Override
 	protected int getCostForDefenseMelee() 
 	{
-		// TODO Auto-generated method stub
-		return 0;
+		return (int)(150*(1.0*this.potencyEnhancement+1)*(0.7*this.powerEnhancement+1)*Math.pow(0.85, costEnhancement));
 	}
 
 	@Override
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefaultWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefaultWind.java
new file mode 100644
index 00000000..31b324ef
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefaultWind.java
@@ -0,0 +1,40 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.EntityLiving;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.ExtrapolatedMeleeEntityEffect;
+
+public class MeleeDefaultWind extends ExtrapolatedMeleeEntityEffect
+{
+	public MeleeDefaultWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+		this.setRange(4+2.0f*potency);
+		this.setRadius(4+2.0f*potency);
+		this.setMaxNumberHit(potency+1);
+	}
+
+	@Override
+	protected boolean entityEffect(World world, Entity entity, EntityPlayer player) 
+	{
+		double wantedVel = -(0.5d+0.7d*this.powerUpgrades);
+		
+		if(entity instanceof EntityLiving)
+		{
+			double dist = Math.sqrt(entity.getDistanceToEntity(player));
+			double xVel = wantedVel*(entity.posX - player.posX)/dist;
+			double yVel = wantedVel*(entity.posY - player.posY)/dist;
+			double zVel = wantedVel*(entity.posZ - player.posZ)/dist;
+			
+			entity.motionX = xVel;
+			entity.motionY = yVel;
+			entity.motionZ = zVel;
+			
+			return true;
+		}
+		
+		return false;
+	}
+}
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefensiveWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefensiveWind.java
new file mode 100644
index 00000000..5f146e25
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeDefensiveWind.java
@@ -0,0 +1,33 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.EntityLiving;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.ExtrapolatedMeleeEntityEffect;
+
+public class MeleeDefensiveWind extends ExtrapolatedMeleeEntityEffect
+{
+	public MeleeDefensiveWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+		this.setRange(3+0.3f*potency);
+		this.setRadius(2+0.3f*potency);
+		this.setMaxNumberHit(potency+1);
+	}
+
+	@Override
+	protected boolean entityEffect(World world, Entity entity, EntityPlayer player) 
+	{
+		double wantedVel = 0.5d+0.5d*this.powerUpgrades;
+		
+		if(entity instanceof EntityLiving)
+		{
+			entity.motionY = wantedVel;
+
+			return true;
+		}
+		
+		return false;
+	}
+}
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeEnvironmentalWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeEnvironmentalWind.java
new file mode 100644
index 00000000..b611b907
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/MeleeEnvironmentalWind.java
@@ -0,0 +1,50 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import net.minecraft.block.Block;
+import net.minecraft.entity.item.EntityFallingSand;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.MeleeSpellCenteredWorldEffect;
+
+public class MeleeEnvironmentalWind extends MeleeSpellCenteredWorldEffect
+{
+	public MeleeEnvironmentalWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+		this.setRange(3*power + 2);
+	}
+
+	@Override
+	public void onCenteredWorldEffect(EntityPlayer player, World world, int posX, int posY, int posZ) 
+	{
+		int radius = this.potencyUpgrades;
+		double wantedVel = 0.5d;
+		
+		for(int i=-radius; i<=radius; i++)
+		{
+			for(int j=-radius; j<=radius; j++)
+			{
+				for(int k=-radius; k<=radius; k++)
+				{
+					Block block = Block.blocksList[world.getBlockId(posX+i, posY+j, posZ+k)];
+					int meta = world.getBlockMetadata(posX+i, posY+j, posZ+k);
+					
+					if(SpellHelper.isBlockFluid(block)&&world.rand.nextFloat()<0.9f)
+					{
+						EntityFallingSand liquid = new EntityFallingSand(world, posX+i, posY+j, posZ+k, block.blockID, meta);
+						
+						if(liquid!=null)
+						{
+							liquid.motionX = (world.rand.nextDouble()-world.rand.nextDouble())*wantedVel;
+							liquid.motionY = (world.rand.nextDouble()-world.rand.nextDouble())*wantedVel;
+							liquid.motionZ = (world.rand.nextDouble()-world.rand.nextDouble())*wantedVel;
+							
+							world.spawnEntityInWorld(liquid);
+						}
+					}
+				}
+			}
+		}
+	}
+}
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java
new file mode 100644
index 00000000..3e13568a
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefaultWind.java
@@ -0,0 +1,27 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import java.util.List;
+
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.EntityLiving;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.potion.PotionEffect;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.AlchemicalWizardry;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.SelfSpellEffect;
+
+public class SelfDefaultWind extends SelfSpellEffect
+{
+	public SelfDefaultWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+	}
+
+	@Override
+	public void onSelfUse(World world, EntityPlayer player) 
+	{
+		player.extinguish();
+		player.fallDistance = 0;
+	}
+}
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefensiveWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefensiveWind.java
new file mode 100644
index 00000000..125ef17d
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfDefensiveWind.java
@@ -0,0 +1,39 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import java.util.List;
+
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.EntityLiving;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.potion.PotionEffect;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.AlchemicalWizardry;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.SelfSpellEffect;
+
+public class SelfDefensiveWind extends SelfSpellEffect
+{
+	public SelfDefensiveWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+	}
+
+	@Override
+	public void onSelfUse(World world, EntityPlayer player) 
+	{
+		double radius = 1.5d*this.powerUpgrades+1.5d;
+		double posX = player.posX;
+		double posY = player.posY;
+		double posZ = player.posZ;
+		
+		List<Entity> entities = SpellHelper.getEntitiesInRange(world, posX, posY, posZ, radius, radius);
+		
+		for(Entity entity: entities)
+		{
+			if((!entity.equals(player))&&entity instanceof EntityLiving)
+			{
+				((EntityLiving)entity).addPotionEffect(new PotionEffect(AlchemicalWizardry.customPotionHeavyHeart.id,200,this.potencyUpgrades));
+			}
+		}
+	}
+}
diff --git a/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfOffensiveWind.java b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfOffensiveWind.java
new file mode 100644
index 00000000..bd7ba401
--- /dev/null
+++ b/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/wind/SelfOffensiveWind.java
@@ -0,0 +1,34 @@
+package WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.wind;
+
+import java.util.List;
+
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.EntityLiving;
+import net.minecraft.entity.player.EntityPlayer;
+import net.minecraft.potion.PotionEffect;
+import net.minecraft.util.Vec3;
+import net.minecraft.world.World;
+import WayofTime.alchemicalWizardry.AlchemicalWizardry;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
+import WayofTime.alchemicalWizardry.common.spell.complex.effect.impactEffects.SelfSpellEffect;
+
+public class SelfOffensiveWind extends SelfSpellEffect
+{
+	public SelfOffensiveWind(int power, int potency, int cost) 
+	{
+		super(power, potency, cost);
+	}
+
+	@Override
+	public void onSelfUse(World world, EntityPlayer player) 
+	{
+		Vec3 vec = player.getLookVec();
+        double wantedVelocity = 1.2 + this.powerUpgrades*0.3;
+
+        player.motionX = vec.xCoord * wantedVelocity;
+        player.motionY = vec.yCoord * wantedVelocity;
+        player.motionZ = vec.zCoord * wantedVelocity;
+        
+        player.fallDistance = 0;
+	}
+}
diff --git a/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemPotentia.png b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemPotentia.png
new file mode 100644
index 00000000..d2ed68a8
Binary files /dev/null and b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemPotentia.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemReductus.png b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemReductus.png
new file mode 100644
index 00000000..304784d3
Binary files /dev/null and b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemReductus.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemVirtus.png b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemVirtus.png
new file mode 100644
index 00000000..f2fee006
Binary files /dev/null and b/resources/assets/alchemicalwizardry/textures/items/baseAlchemyItemVirtus.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/items/baseItemCrackedRunicPlate.png b/resources/assets/alchemicalwizardry/textures/items/baseItemCrackedRunicPlate.png
index 1a8eaca2..934477e5 100644
Binary files a/resources/assets/alchemicalwizardry/textures/items/baseItemCrackedRunicPlate.png and b/resources/assets/alchemicalwizardry/textures/items/baseItemCrackedRunicPlate.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/items/baseItemObsidianBrace.png b/resources/assets/alchemicalwizardry/textures/items/baseItemObsidianBrace.png
new file mode 100644
index 00000000..b4016353
Binary files /dev/null and b/resources/assets/alchemicalwizardry/textures/items/baseItemObsidianBrace.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementCost3.png b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementCost3.png
index 930d6b75..34e4a954 100644
Binary files a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementCost3.png and b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementCost3.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPotency3.png b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPotency3.png
index 85399789..d74001fe 100644
Binary files a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPotency3.png and b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPotency3.png differ
diff --git a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPower3.png b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPower3.png
index e2b6fd53..7150c0b7 100644
Binary files a/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPower3.png and b/resources/assets/alchemicalwizardry/textures/models/SpellEnhancementPower3.png differ