|  |  | @ -11,6 +11,7 @@ package engine.wpak.data; | 
			
		
	
		
		
			
				
					
					|  |  |  | import engine.mbEnums; |  |  |  | import engine.mbEnums; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import java.util.ArrayList; |  |  |  | import java.util.ArrayList; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import java.util.EnumSet; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | public class PowerEntry { |  |  |  | public class PowerEntry { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public String power_id; |  |  |  |     public String power_id; | 
			
		
	
	
		
		
			
				
					|  |  | @ -49,4 +50,5 @@ public class PowerEntry { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean canCastWhileMoving = false; |  |  |  |     public boolean canCastWhileMoving = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean bladeTrails = false; |  |  |  |     public boolean bladeTrails = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public EquipmentPreReq equipmentPreReq; |  |  |  |     public EquipmentPreReq equipmentPreReq; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     public EnumSet<mbEnums.MonsterType> monsterRestricts; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |