Difference between revisions of "Zombie"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

 
(32 intermediate revisions by 11 users not shown)
Line 3: Line 3:
 
|name=Zombie
 
|name=Zombie
 
|type=Hostile
 
|type=Hostile
 +
|drops=[[Rotten flesh]] rare [[Potato]], [[Carrot]], [[Iron ingot]]
 +
|id= zombie
 
}}
 
}}
  
Zombies are hostile [[mobs]] found in dark places, and at night. They look very similar to [[the player]], but their colors are different.
+
Zombies are hostile undead mobs. They look very similar to the player, with different coloring.
 +
 
 +
This mob has {{Health|20}} Health and will drop Rotten flesh when killed.
 +
 
 +
== Spawning ==
 +
Zombies spawn in dark places in the [[Overworld]], which includes the surface at [[Times of day#Night|night]].
 +
 
 +
Besides spawning randomly, zombies will also spawn from [[monster spawner]]s, making monster spawners a convenient way to get their drops.
 +
 
 +
=== Armor ===
 +
Some zombies will spawn wearing [[armor]] in difficulties above [[Difficulty|Easy]]. The chances of different armor materials are:
 +
 
 +
{| class="wikitable"
 +
! Armor type
 +
! Chance
 +
|-
 +
| Leather
 +
| 12.807246%
 +
|-
 +
| Iron
 +
| 25.635%
 +
|-
 +
| Gold
 +
| 48.73%
 +
|-
 +
| Diamond
 +
| 12.827754%
 +
|}
 +
 
 +
There is a chance that a zombie will spawn in with an {{I|Afro}} [[Afro]] (0.1% on Easy, 0.096% on Normal, 0.092% on Hard).
 +
 
 +
Chances of a zombie spawning with different armor pieces, per difficulty:
 +
 
 +
{| class="wikitable"
 +
! colspan="3" | Armor spawning chances
 +
|-
 +
! Armor pieces
 +
! Medium
 +
! Hard
 +
|-
 +
! One
 +
| 4%
 +
| 8%
 +
|-
 +
! Two
 +
| 3%
 +
| 7.2%
 +
|-
 +
! Three
 +
| 2.25%
 +
| 6.48%
 +
|-
 +
! Full set
 +
| 1.6875%
 +
| 5.832%
 +
|}
 +
 
 +
=== Commands ===
 +
A zombie can be spawned in another way besides its respective [[spawn egg]], with the [[commands|command]] <code>/summon zombie</code> you can spawn it.
 +
 
 +
In addition to that you can add [[data tags]] to customize the zombie. examples:
 +
 
 +
* <code>/summon zombie 1 ~ ~ {name:"zombie", armor:["iron_helmet", "diamond_chestplate", "diamond_leggings", "iron_boots"]}</code>
 +
 
 +
* <code>/summon zombie 1 ~ ~ {name:"zombie miner", drops:[{item:{id:"diamond_pickaxe", name:"mining pickaxe", damage:-3}}]}</code>
 +
 
 +
== Drops ==
 +
When killed, zombies drop {{I|Rotten flesh}} [[Rotten flesh]] and 10 {{I|Experience orb 2}} [[experience]].
 +
 
 +
They also have a chance of dropping rare items such as {{I|Iron ingot}} [[iron ingot]]s, {{I|Potato}} [[potato]]es, and {{I|Carrot}} [[carrot]]s. The drop rates are:
 +
 
 +
{| class="wikitable" width="850 px"
 +
|-
 +
|
 +
| Rotten Flesh
 +
| Any individual rare item
 +
|-
 +
| No Looting
 +
| 1-2
 +
| 1.66%
 +
|-
 +
| Looting I
 +
| 1-4
 +
| 1.96%
 +
|-
 +
| Looting II
 +
| 2-5
 +
| 2.38%
 +
|-
 +
| Looting III
 +
| 2-6
 +
| 3.03%
 +
|-
 +
|}
  
 
== Behavior ==
 
== Behavior ==
If a zombie gets close enough to the player, it will start following them until it starts causing damage. This isn't too much of a problem since they walk fairly slow and they have 20 health points (10 hearts).  When killed, they drop 1-2 [[rotten flesh]] and/or Rare Item's such as [[potatoes||Potato]], [[carrots]]. They also are one of the smartest mobs. However, like most mobs, if you are under them in a tunnel, they will just get on top of the tunnel and start jumping. They can jump about 2 blocks to get to you.
+
If a zombie gets close enough to the {{I|Player_head}} [[player]] or is provoked, it will start following the player to attack them. Zombies move slower than the [[player]]'s walking pace and deal {{Health|2}} damage per second. They can jump 2 blocks high, just like the [[player]].
 +
 
 +
Zombies burn in direct sunlight, unless they are wearing head armor, are in water, or are covered by a block.
  
When a zombie comes in contact with light from the sun, they will catch on fire and take damage. It is a good idea to wait until morning to hunt for zombies because they will already be taking damage from the sun.
+
== Tasks ==
 +
{{Tasks|16=}}
  
Besides spawning randomly, zombies will also spawn from [[mob spawner]]s, making mob spawners a convenient way to get their drops.
+
== History ==
 +
{{HistoryTable
 +
| [[Version History#1.6|1.6]]
 +
| Jul 20, 2011
 +
|
 +
* Added the zombie
 +
* Drops [[feather]]
 +
| [[Version History#1.24|1.24]]
 +
| Dec 22, 2012
 +
|
 +
* Zombie drops changed to rotten flesh, with additional rare drops (iron ingots, potatoes, carrots)
 +
* Decreased zombie/skeleton sunlight check time
 +
| [[Version History#1.25|1.25]]
 +
| May 11, 2013
 +
|* Fixed [[zombie]]s and [[skeleton]]s crashing the game if they are under a block during the day
 +
| [[Version History#1.27|1.27]]
 +
| Nov 13, 2015
 +
|* Made use of a previously unused zombie death sound
 +
| [[Version History#1.30.0|1.30.0]]
 +
| Nov 13, 2020
 +
|* Zombies can now wear armor
 +
| [[Version History#1.30.0|1.30.2]]
 +
| Nov 14, 2020
 +
|* Zombies can spawn with an afro
 +
| [[Version History#1.30.0|1.30.3]]
 +
| Nov 14, 2020
 +
|* Zombies don't always spawn with an afro
 +
}}
  
Once you kill a zombie it will drop rotten flesh which is pretty much useless. You can eat it but it doesn't do much other then give you a hunger effect.
+
== Trivia ==
 +
* Zombies resemble an undead version of the default Mine Blocks skin.
 +
* Zombies can spawn with all armor in the game except dragon armor.
  
== Pictures ==
+
== Gallery ==
 
<gallery>
 
<gallery>
File:ZombieSun.png|A zombie taking damage from the sun.
+
File:ZombieSun.png|A zombie taking damage from the sun
 +
Survival.png|A zombie above the player
 
</gallery>
 
</gallery>
 
== Trivia ==
 
*Zombies sometimes drop rare items, such as [[Gold Ingot]]s, [[Iron Ingot]]s, [[potato]]es, and [[carrot]]s
 
 
== Bugs ==
 
''None''
 
  
 
== See Also ==
 
== See Also ==
*[[Skeleton]]
+
* [[Skeleton]]
*[[Mobs]]
+
* [[Mobs]]
  
[[category:mobs]]
+
[[Category:Hostile mobs]]
 +
[[Category:Overworld mobs]]

Latest revision as of 10:54, 10 January 2024





Zombie
Zombie.png
Type:Hostile
Drops:Rotten flesh rare Potato, Carrot, Iron ingot
Identifier:zombie

Zombies are hostile undead mobs. They look very similar to the player, with different coloring.

This mob has 20 (♥ × 10) Health and will drop Rotten flesh when killed.

Spawning

Zombies spawn in dark places in the Overworld, which includes the surface at night.

Besides spawning randomly, zombies will also spawn from monster spawners, making monster spawners a convenient way to get their drops.

Armor

Some zombies will spawn wearing armor in difficulties above Easy. The chances of different armor materials are:

Armor type Chance
Leather 12.807246%
Iron 25.635%
Gold 48.73%
Diamond 12.827754%

There is a chance that a zombie will spawn in with an Afro Afro (0.1% on Easy, 0.096% on Normal, 0.092% on Hard).

Chances of a zombie spawning with different armor pieces, per difficulty:

Armor spawning chances
Armor pieces Medium Hard
One 4% 8%
Two 3% 7.2%
Three 2.25% 6.48%
Full set 1.6875% 5.832%

Commands

A zombie can be spawned in another way besides its respective spawn egg, with the command /summon zombie you can spawn it.

In addition to that you can add data tags to customize the zombie. examples:

  • /summon zombie 1 ~ ~ {name:"zombie", armor:["iron_helmet", "diamond_chestplate", "diamond_leggings", "iron_boots"]}
  • /summon zombie 1 ~ ~ {name:"zombie miner", drops:[{item:{id:"diamond_pickaxe", name:"mining pickaxe", damage:-3}}]}

Drops

When killed, zombies drop Rotten flesh Rotten flesh and 10 Experience orb 2 experience.

They also have a chance of dropping rare items such as Iron ingot iron ingots, Potato potatoes, and Carrot carrots. The drop rates are:

Rotten Flesh Any individual rare item
No Looting 1-2 1.66%
Looting I 1-4 1.96%
Looting II 2-5 2.38%
Looting III 2-6 3.03%

Behavior

If a zombie gets close enough to the Player_head player or is provoked, it will start following the player to attack them. Zombies move slower than the player's walking pace and deal 2 (♥) damage per second. They can jump 2 blocks high, just like the player.

Zombies burn in direct sunlight, unless they are wearing head armor, are in water, or are covered by a block.

Tasks

Number Icon[ng] Name Newgrounds name Description [ng] Objective Points[ng] Requirements
16 Slay a zombie Kill a Zombie Careful though - you might need a sword Kill a zombie 5

History

Version Date Changes
1.6 Jul 20, 2011
1.24 Dec 22, 2012
  • Zombie drops changed to rotten flesh, with additional rare drops (iron ingots, potatoes, carrots)
  • Decreased zombie/skeleton sunlight check time
1.25 May 11, 2013
  • Fixed zombies and skeletons crashing the game if they are under a block during the day
1.27 Nov 13, 2015
  • Made use of a previously unused zombie death sound
1.30.0 Nov 13, 2020
  • Zombies can now wear armor
1.30.2 Nov 14, 2020
  • Zombies can spawn with an afro
1.30.3 Nov 14, 2020
  • Zombies don't always spawn with an afro

Trivia

  • Zombies resemble an undead version of the default Mine Blocks skin.
  • Zombies can spawn with all armor in the game except dragon armor.

Gallery

See Also