Added config override for stat hacks. This makes updating for 1.12 easy as well since these will change then, small part of #525

This commit is contained in:
Zack Piispanen 2013-09-21 16:04:41 -04:00
parent b23cdb41c3
commit 4fed645fde
3 changed files with 12 additions and 8 deletions

View file

@ -263,6 +263,10 @@ namespace TShockAPI
[Description("A dictionary of REST tokens that external applications may use to make queries to your server.")]
public Dictionary<string, SecureRest.TokenData> ApplicationRestTokens = new Dictionary<string, SecureRest.TokenData>();
[Description("The maximum value that a character may have for health.")] public int MaxHealth = 400;
[Description("The maximum value that a character may have for health.")] public int MaxMana = 400;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>