|  |  | @ -171,6 +171,7 @@ public class EffectsParser { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case ManaFull: |  |  |  |                 case ManaFull: | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case StaminaFull: |  |  |  |                 case StaminaFull: | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case Slay: |  |  |  |                 case Slay: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 case Fade: | 
			
		
	
		
		
			
				
					
					|  |  |  |                     effectModifier.min = Float.parseFloat(modValues.get(1).trim()); |  |  |  |                     effectModifier.min = Float.parseFloat(modValues.get(1).trim()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     effectModifier.scale = Float.parseFloat(modValues.get(2).trim()); |  |  |  |                     effectModifier.scale = Float.parseFloat(modValues.get(2).trim()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim()); |  |  |  |                     effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |