{
name = 'Wolf', health = 100, image = 'gfx/weiwen/pokemon/wolf.png', scalex = 2, scaley = 2,
atk = 1.7, def = 2.3, spd = 6, atkspd = 8, x = 0, y = 0, ang = 0, imgang = 1, spawnchance = 1, runat = 10,
exp = 15, money = 100, loot = {{chance = 5000, id = 101}, {chance = 50, id = 223}}, spawn1 = {79, 6}, spawn2 = {91, 23},
spc = {1000, function(self)
radiusmsg("Squirtle uses watergun!", self.x, self.y)
parse('explosion ' .. self.x .. ' ' .. self.y .. ' 96 40')
parse('effect "colorsmoke" ' .. self.x .. ' ' .. self.y .. ' 100 96 255 255 255')
parse('effect "colorsmoke" ' .. self.x .. ' ' .. self.y .. ' 75 96 128 128 255')
end},
},