potionList = new List<Potion>();
			//                       SNO  DID         NAME                    HEAL   RLVL  COST
			potionList.Add(new Potion(-1, -1,	"Minor Health Potion", 			250, 	0, 	20));
			potionList.Add(new Potion(-1, -1, 	"Lesser Health Potion", 		400, 	6, 	110));
			potionList.Add(new Potion(-1, -1, 	"Health Potion", 				550, 	11, 160));
			potionList.Add(new Potion(-1, -1, 	"Greater Health Potion", 		1000, 	16, 210));
			potionList.Add(new Potion(-1, -1, 	"Major Health Potion", 			1600, 	21, 260));
			potionList.Add(new Potion(-1, -1, 	"Super Health Potion", 			2500, 	26, 310));
			potionList.Add(new Potion(-1, -1, 	"Heroic Health Potion", 		4500, 	37, 410));
			potionList.Add(new Potion(-1, -1, 	"Resplendent Health Potion", 	6500, 	47, 510));
			potionList.Add(new Potion(-1, -1, 	"Runic Health Potion", 			9000, 	53, 560));
			potionList.Add(new Potion(-1, -1,	"Mythic Health Potion", 		12500, 	58, 610));