Merchant
{
	Chapter 2
	{
		Chapter2_A
		{
			DisplayName = Merchant
			# Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply.
			Item[1] = Minor Health Potion
			Item[2] = Minor Mana Potion
			Item[3] = Bandages
		}
		Chapter2_B
		{
			DisplayName = Merchant
			# Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply.
			Item[1] = Health Potion
			Item[2] = Minor Mana Potion
			Item[3] = Bandages
			
		}
		Chapter2_C
		{
			DisplayName = Merchant
			# Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply.
			Item[1] = Minor Health Potion
			Item[2] = Mana Potion
			Item[3] = Bandages
		}
		Chapter2_D
		{
			DisplayName = Merchant
			# Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply.
			Item[1] = Health Potion
			Item[2] = Mana Potion
			Item[3] = Bandages
		}
	}
}