5 lines
		
	
	
		
			159 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			159 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function()
 | 
						|
    local AP = UnitPower("player") --Get astral power and max power
 | 
						|
    local maxAP = UnitPowerMax("player")
 | 
						|
    return maxAP - AP, maxAP, 1
 | 
						|
end |