master
runs 2020-05-29 13:43:55 +02:00
parent c3d0c1b99a
commit 42af2ace77
6 changed files with 6 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -67,7 +67,7 @@ horseshoe_speedup = 0.2
lashing_tame_count = 3
##look_at
look_at = true
look_at = false
#random probability of look_at
#i.e. 5 means probability each 5 s
look_at_random = 5

View File

@ -66,6 +66,11 @@ minetest.register_entity("petz:"..pet_name,{
lung_capacity = 10, -- seconds
max_hp = 8,
head = {
rotation_origin = vector.new(-90, 90, 0), --in degrees, normally values are -90, 0, 90
position_correction = vector.new(0, 0.3, -0.0),
},
attack={range=0.5, damage_groups={fleshy=3}},
animation = {
walk={range={x=1, y=12}, speed=25, loop=true},