Wasteland/mods/creatures
BlockMen 59a054543b Add Zombies (finally) 2014-04-27 14:28:26 +02:00
..
models Add Zombies (finally) 2014-04-27 14:28:26 +02:00
sounds Add Zombies (finally) 2014-04-27 14:28:26 +02:00
textures Add Zombies (finally) 2014-04-27 14:28:26 +02:00
README.txt Add Zombies (finally) 2014-04-27 14:28:26 +02:00
depends.txt Add Zombies (finally) 2014-04-27 14:28:26 +02:00
init.lua Add Zombies (finally) 2014-04-27 14:28:26 +02:00
items.lua Add Zombies (finally) 2014-04-27 14:28:26 +02:00
spawn.lua Add Zombies (finally) 2014-04-27 14:28:26 +02:00
spawners.lua Add Zombies (finally) 2014-04-27 14:28:26 +02:00
zombie.lua Add Zombies (finally) 2014-04-27 14:28:26 +02:00

README.txt

Minetest mod "Creatures"
=======================
by BlockMen (c) 2014

Version: wasteland modified

About
~~~~~
This mod adds zombies to Minetest.

Zombies can spawn to every day-time in the world as long there is not to much light.
So you will find some in caves, dark forests and ofc a lot at night. If they notice you they will attack.
Zombies have 20 HP (like players) and drop rotten flesh randomly.

They can't harm you in your house (in case there is no door open). If it becomes day both mobs will take damage
by the sunlight, so they will die after a while.

Notice: Weapons and tools get damaged when hitting a zombie. The wearout is calculated on the damage amout
of the tools/weapons. The more damage they can do that longer they can be used.

Example: 
- Diamond Sword: 1500 uses
- Wooden Sword: 30 uses


License of source code, textures and mesh model: WTFPL
------------------------------------------------------
(c) Copyright BlockMen (2014)


Licenses of sounds
------------------
following sounds are created by Under7dude (freesound.org)
- creatures_zombie.1.ogg, CC0
- creatures_zombie.2.ogg, CC0
- creatures_zombie.3.ogg, CC0
- creatures_zombie_death.ogg, CC0


This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.