mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 23:40:31 +01:00
yeti is big monster. coef 1.0 to 1.2
This commit is contained in:
parent
efd14421f8
commit
5c24190055
|
@ -16,13 +16,13 @@ mobs:register_mob("mobs:yeti", {
|
||||||
hp_max = 30,
|
hp_max = 30,
|
||||||
armor = 90,
|
armor = 90,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35},
|
collisionbox = {-0.42,-1.2,-0.42, 0.42,0.96,0.42},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "character.b3d",
|
mesh = "character.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_yeti.png"},
|
{"mobs_yeti.png"},
|
||||||
},
|
},
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1.2, y=1.2},
|
||||||
blood_texture = "mobs_blood.png",
|
blood_texture = "mobs_blood.png",
|
||||||
-- sounds
|
-- sounds
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user