Quote:
	
	
		
			
				
					Originally Posted by  ChaosSlayerZ
					 
				 
				The RestRegenTimeToActivate  is in mili seconds, so 30000 is 30 seconds 
			
		 | 
	
	
 Looking back through previous posts and the code, I believe Drakelord originally had this in milliseconds when he submitted it, but I changed it to seconds when I comnitted it. 
Certainly 434_optional_rest_state_rules.sql has 30 seconds as the default:
	Code:
	INSERT INTO rule_values VALUES(0,'Character:RestRegenPercent',0);
INSERT INTO rule_values VALUES(0,'Character:RestRegenTimeToActivate',30);
 and the default in the code is 30, so this is maybe just a mistake in the PEQ database.
I've not tested it recently, but I am *fairly* sure it is in seconds.