//	arena-world.txt
//
//	Alan Frindell
//	11/6/99
//

size:
//	x-size	y-size
//-----------------
	20		20

properties:
//	ID	OP	Value	Effect
//--------------------------
	1	*	1.5		Set the energy drain to 1.5

walls:
//	x1	y1	z1:x2	y2	z2
//-------------------------
	0	0	 1:00	19  1
	19	19	 1:00	19  1
	19	19   1:19	0	1
	0	0	 1:19	0	1
	3	5	 4:6	6	4
	9	9	 5:18	18	6


safe zones:
//	Player No.	x	y	z
//------------------------
		0		2	2	1
		1		17	17	1

teleporters:
//	x1	y1	z1:x2	y2	z2	invis
//--------------------------------
	13	3	 1:3	5	5	0
	10	11	 7:10	11	1	1


chests:
//	itemid	x	y	z	invis
//----------------------------
	5000	5	5	5	0
	5001	4	2	1	0
	7000	16	3	1	1
	7002	4	17	1	1
	7004	9	18	7	0