tune timeout/lifetime
This commit is contained in:
parent
cd27e44744
commit
6149ca27b8
2
calf.lua
2
calf.lua
@ -111,7 +111,7 @@ minetest.register_entity("wildcow:auroch_calf",{
|
||||
view_range = 10,
|
||||
lung_capacity = 20, -- seconds
|
||||
max_hp = 13,
|
||||
timeout = 1440,
|
||||
timeout = 0,
|
||||
attack={range=0.5,damage_groups={fleshy=5}},
|
||||
sounds = {
|
||||
--scared='deer_scared',
|
||||
|
@ -236,7 +236,7 @@ minetest.register_entity("wildcow:auroch_female",{
|
||||
view_range = 12,
|
||||
lung_capacity = 20, -- seconds
|
||||
max_hp = 25,
|
||||
timeout = wildcow.lifetime,
|
||||
timeout = -1*wildcow.lifetime,
|
||||
attack={range=0.5,damage_groups={fleshy=5}},
|
||||
animation = {
|
||||
def={range={x=31,y=74},speed=15,loop=true},
|
||||
|
2
male.lua
2
male.lua
@ -180,7 +180,7 @@ minetest.register_entity("wildcow:auroch_male",{
|
||||
view_range = 14,
|
||||
lung_capacity = 20, -- seconds
|
||||
max_hp = 25,
|
||||
timeout = wildcow.lifetime,
|
||||
timeout = -1*wildcow.lifetime,
|
||||
attack={range=0.5,damage_groups={fleshy=10}},
|
||||
animation = {
|
||||
def={range={x=31,y=74},speed=15,loop=true},
|
||||
|
Loading…
x
Reference in New Issue
Block a user