From 8438def87e40e43fd66d38dbf8cc287cea7de29b Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sat, 3 Feb 2018 12:24:19 +0100 Subject: Add Zombie Villagers --- Server/Plugins/APIDump/APIDesc.lua | 5 +++++ Server/monsters.ini | 7 +++++++ 2 files changed, 12 insertions(+) (limited to 'Server') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index d71a0ccbe..a1dba7448 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9306,6 +9306,10 @@ a_Player:OpenWindow(Window); { Notes = "", }, + mtZombieVillager = + { + Notes = "", + }, }, ConstantGroups = { @@ -17065,6 +17069,7 @@ end "mtWolf", "mtZombie", "mtZombiePigman", + "mtZombieVillager", "mtMax", }, TextBefore = [[ diff --git a/Server/monsters.ini b/Server/monsters.ini index 31e5b1479..2cd5e8892 100644 --- a/Server/monsters.ini +++ b/Server/monsters.ini @@ -220,3 +220,10 @@ AttackRate=1.0 IsFireproof=1 MaxHealth=20 SightDistance=25.0 + +[ZombieVillager] +AttackDamage=4.0 +AttackRange=2.0 +AttackRate=1.0 +MaxHealth=20 +SightDistance=25.0 -- cgit v1.2.3