|  |  | @ -202,6 +202,7 @@ public class EffectsParser { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case Parry: |  |  |  |                 case Parry: | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case Dodge: |  |  |  |                 case Dodge: | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case ScanRange: |  |  |  |                 case ScanRange: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 case ScaleHeight: | 
			
		
	
		
		
			
				
					
					|  |  |  |                     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()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |