1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
			name = 'Bulbasaur', health = 100, image =
'gfx/weiwen/pokemon/1.png', scalex = 2, scaley = 2, r = 136, g = 224, b = 32,
		atk = 1.9, def = 2.1, spd = 6, atkspd = 8, x =
0, y = 0, ang = 0, imgang = 0, spawnchance = 5, runat = 10,
		exp = 15, money = 100, loot = {chance = 5000,
id = 102}}, {chance = 50, id = 221}}, spawn1 = {0, 100},
spawn2 = {150, 150},
		spc = {1500, function(self)
			radiusmsg("Bulbasaur casts heal!",
self.x, self.y)
			parse("effect \"colorsmoke\" " ..
self.x .. " " .. self.y .. " 5 5 255 255 255")
		end},
	},
	{							
		 name = 'Scyther', health = 200, image =
'gfx/pokemon/123.png', scalex = 1, scaley = 1,
		atk = 20, def = 25, spd = 10, atkspd = 8, x =
0, y = 0, ang = 0, imgang = 0, spawnchance = 2000, runat = 10 	
	exp = 1000, money = 5000, loot = {{chance = 1000,id =
307}, {chance = 1000, id = 327}}, spawn1 = {0, 100, spawn2 =
{150, 150},
		spc = {1500, function(self, id, dist)
			if dist <= 96 then
				radiusmsg("Scyther uses
razorleaf!",self.x, self.y)				
				self:hit(id, 20)
		 end
		end},
	},