deku baba model

master
D00Med 2016-12-31 08:26:09 +10:00
parent ebe81abcd5
commit 8e1ef96217
5 changed files with 12 additions and 12 deletions

View File

@ -7,14 +7,14 @@ mobs:register_mob("mobs_loz:deku_baba", {
attack_type = "dogfight",
reach = 2,
damage = 2,
hp_min = 3,
hp_min = 10,
hp_max = 27,
armor = 100,
collisionbox = {-0.3, -1, -0.2, 0.2, 0.2, 0.2},
armor = 95,
collisionbox = {-0.3, 0, -0.2, 0.2, 1.2, 0.2},
visual = "mesh",
mesh = "deku_baba.b3d",
mesh = "dekubaba.b3d",
textures = {
{"dekubaba.png"},
{"mobs_dekubaba.png"},
},
blood_texture = "default_dry_grass.png",
makes_footstep_sound = false,
@ -41,16 +41,16 @@ mobs:register_mob("mobs_loz:deku_baba", {
light_damage = 0,
fear_height = 3,
animation = {
speed_normal = 15,
speed_normal = 12,
speed_run = 15,
stand_start = 1,
stand_end = 13,
stand_end = 19,
walk_start = 1,
walk_end = 13,
run_start = 1,
run_end = 13,
punch_start = 13,
punch_end = 33,
walk_end = 19,
run_start = 35,
run_end = 55,
punch_start = 20,
punch_end = 35,
},
})

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB