|  |  | @ -136,7 +136,7 @@ public class PowerActionParser { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     statTransfer.fromStatBool = Boolean.parseBoolean(headerIterator.next()); |  |  |  |                     statTransfer.fromStatBool = Boolean.parseBoolean(headerIterator.next()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     statTransfer.toStatBool = Boolean.parseBoolean(headerIterator.next()); |  |  |  |                     statTransfer.toStatBool = Boolean.parseBoolean(headerIterator.next()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     statTransfer.transfer_action = headerIterator.next(); |  |  |  |                     statTransfer.transfer_action = headerIterator.next(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                     statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next()); |  |  |  |                     statTransfer.transfer_ticks = Integer.parseInt(headerIterator.next()); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                     powerActionEntry.statTransfer = statTransfer; |  |  |  |                     powerActionEntry.statTransfer = statTransfer; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     break; |  |  |  |                     break; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 case "Charm": |  |  |  |                 case "Charm": | 
			
		
	
	
		
		
			
				
					|  |  | 
 |