forked from Mirrorlandia_minetest/mod-sneeker
Add mode "inflate"
This commit is contained in:
parent
47185f48c8
commit
1fc949bf99
2
init.lua
2
init.lua
@ -512,6 +512,7 @@ cmer.register_mob({
|
|||||||
idle = {chance=0.3, moving_speed=0,},
|
idle = {chance=0.3, moving_speed=0,},
|
||||||
walk = {chance=0.7, moving_speed=1.5,},
|
walk = {chance=0.7, moving_speed=1.5,},
|
||||||
follow = {chance=0.0, moving_speed=1.5,},
|
follow = {chance=0.0, moving_speed=1.5,},
|
||||||
|
inflate = {chance=0.0, moving_speed=0,},
|
||||||
},
|
},
|
||||||
model = {
|
model = {
|
||||||
mesh = "character.b3d",
|
mesh = "character.b3d",
|
||||||
@ -522,6 +523,7 @@ cmer.register_mob({
|
|||||||
idle = {start=0, stop=79, speed=30,},
|
idle = {start=0, stop=79, speed=30,},
|
||||||
walk = {start=168, stop=187, speed=30,},
|
walk = {start=168, stop=187, speed=30,},
|
||||||
follow = {start=168, stop=187, speed=30,},
|
follow = {start=168, stop=187, speed=30,},
|
||||||
|
inflate = {start=0, stop=79, speed=30,},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sounds = {},
|
sounds = {},
|
||||||
|
Loading…
Reference in New Issue
Block a user