RPG.spells = {
	createWater: {
		level: {
		},
		components: [V, S],
		effect: "Up to 2 gallons of water per level",
		range: RPG.spellrange.close,
		school: 'Conjuration',
		description: 'This spell generates wholesome, drinkable water, just like clean rain water. Water can be created in an area as small as will actually contain the liquid, or in an area three times as large—possibly creating a downpour or filling many small receptacles.'
	}
}