Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
mobs_more_monsters
Commits
21e039c7
Commit
21e039c7
authored
Sep 17, 2017
by
Milan
Browse files
update zombie params
parent
1f27816d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobs_zombie/init.lua
View file @
21e039c7
...
...
@@ -89,20 +89,20 @@ if mobs.mod and mobs.mod == "redo" then
damage
=
"mobs_zombie_hit"
,
death
=
"mobs_zombie_death"
},
hp_min
=
2
0
,
hp_max
=
4
5
,
armor
=
1
5
0
,
hp_min
=
4
0
,
hp_max
=
8
5
,
armor
=
1
7
0
,
knock_back
=
1
,
lava_damage
=
10
,
light_damage
=
2
,
damage
=
6
,
damage
=
12
,
reach
=
1
,
attack_type
=
"dogfight"
,
group_attack
=
true
,
view_range
=
1
0
,
view_range
=
2
0
,
walk_chance
=
75
,
walk_velocity
=
0
.
8
,
run_velocity
=
0
.
8
,
walk_velocity
=
1
.
2
,
run_velocity
=
2
.
2
,
jump
=
false
,
drops
=
{
{
name
=
"mobs_zombie:rotten_flesh"
,
chance
=
1
,
min
=
1
,
max
=
1
,}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment