|  |  | @ -19,7 +19,7 @@ import java.util.ArrayList; | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.List; |  |  |  | import java.util.List; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | public class EffectsParser { |  |  |  | public class EffectsParser { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public static String EffectsPath = ConfigManager.DEFAULT_DATA_DIR + "/Effects.cfg"; |  |  |  |     public static String EffectsPath = ConfigManager.DEFAULT_DATA_DIR + "Effects.cfg"; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     public static void init() throws IOException { |  |  |  |     public static void init() throws IOException { | 
			
		
	
		
		
			
				
					
					|  |  |  |         ArrayList<ArrayList<String>> compiledData = new ArrayList<>(); |  |  |  |         ArrayList<ArrayList<String>> compiledData = new ArrayList<>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String[] lines = readLines(EffectsPath); |  |  |  |         String[] lines = readLines(EffectsPath); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |