|  |  | @ -50,7 +50,7 @@ public class PowerEntry { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public String category; |  |  |  |     public String category; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean canCastWhileMoving = false; |  |  |  |     public boolean canCastWhileMoving = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean bladeTrails = false; |  |  |  |     public boolean bladeTrails = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public ArrayList<EffectPreReq> effectPreReqs = new ArrayList<>(); |  |  |  |     public ArrayList<effectDescription> effectPreReqs = new ArrayList<>(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     public EquipmentPreReq equipmentPreReq; |  |  |  |     public EquipmentPreReq equipmentPreReq; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public EnumSet<mbEnums.MonsterType> monsterRestricts = EnumSet.noneOf(mbEnums.MonsterType.class); |  |  |  |     public EnumSet<mbEnums.MonsterType> monsterRestricts = EnumSet.noneOf(mbEnums.MonsterType.class); | 
			
		
	
		
		
			
				
					
					|  |  |  |     public EnumSet<mbEnums.MonsterType> monsterPrereqs = EnumSet.noneOf(mbEnums.MonsterType.class); |  |  |  |     public EnumSet<mbEnums.MonsterType> monsterPrereqs = EnumSet.noneOf(mbEnums.MonsterType.class); | 
			
		
	
	
		
		
			
				
					|  |  | @ -62,7 +62,7 @@ public class PowerEntry { | 
			
		
	
		
		
			
				
					
					|  |  |  |     public int maxPlayerTargets; |  |  |  |     public int maxPlayerTargets; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean isAdminPower = false; |  |  |  |     public boolean isAdminPower = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public int casterPulseParticle; |  |  |  |     public int casterPulseParticle; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public ArrayList<EffectPreReq> targetEffectPrereqs = new ArrayList<>(); |  |  |  |     public ArrayList<effectDescription> targetEffectPrereqs = new ArrayList<>(); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     public boolean canCastWhileFlying = false; |  |  |  |     public boolean canCastWhileFlying = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public boolean isProjectile = false; |  |  |  |     public boolean isProjectile = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     public HashMap<String, Float> conditions = new HashMap<>(); |  |  |  |     public HashMap<String, Float> conditions = new HashMap<>(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |