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