13 lines
265 B
Lua
Raw Normal View History

2016-02-27 10:10:52 +01:00
pets.register_pet("wolf:wolf", {
description = "wolf",
hp_max = 30,
collisionbox = {-0.3,-0.5,-0.3, 0.3,0.1,0.3},
mesh = "wolf_wolf.x",
textures = {"wolf_black.png",},
2016-03-08 15:47:00 +01:00
animations = {
walk = {x=80, y=100},
sit = {x=0, y=80}
},
2016-04-10 11:51:52 +02:00
food = "fishing:fish",
2016-02-27 10:10:52 +01:00
})