mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2024-12-22 17:00:26 +01:00
panda is more docile, add additional animations
This commit is contained in:
parent
42b6736a21
commit
1281904f2f
13
panda.lua
13
panda.lua
@ -28,8 +28,9 @@ stepheight = 0.6,
|
||||
random = "mobs_panda",
|
||||
attack = "mobs_panda",
|
||||
},
|
||||
walk_velocity = 1,
|
||||
run_velocity = 2,
|
||||
walk_chance = 5,
|
||||
walk_velocity = 0.5,
|
||||
run_velocity = 1.5,
|
||||
jump = false,
|
||||
jump_height = 6,
|
||||
follow = {"ethereal:bamboo"},
|
||||
@ -45,8 +46,16 @@ stepheight = 0.6,
|
||||
speed_normal = 15,
|
||||
stand_start = 130,
|
||||
stand_end = 270,
|
||||
stand1_start = 0,
|
||||
stand1_end = 0,
|
||||
stand2_start = 1,
|
||||
stand2_end = 1,
|
||||
stand3_start = 2,
|
||||
stand3_end = 2,
|
||||
walk_start = 10,
|
||||
walk_end = 70,
|
||||
run_start = 10,
|
||||
run_end = 70,
|
||||
punch_start = 80,
|
||||
punch_end = 120,
|
||||
-- 0 = rest, 1 = hiding (covers eyes), 2 = surprised
|
||||
|
Loading…
Reference in New Issue
Block a user