|  |  |  | @ -107,6 +107,7 @@ public class PowerActionParser {@@ -107,6 +107,7 @@ public class PowerActionParser { | 
			
		
	
		
			
				
					|  |  |  |  |                         effectDescription = new EffectDescription(); | 
			
		
	
		
			
				
					|  |  |  |  |                         effectDescription.level = Integer.parseInt(headerIterator.next()); | 
			
		
	
		
			
				
					|  |  |  |  |                         effectDescription.effect_id = headerIterator.next(); | 
			
		
	
		
			
				
					|  |  |  |  |                         effectDescription.type = headerIterator.next(); | 
			
		
	
		
			
				
					|  |  |  |  |                         powerActionEntry.effects.add(effectDescription); | 
			
		
	
		
			
				
					|  |  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |  |                     break; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |