diff options
Diffstat (limited to 'Server')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 5 | ||||
-rw-r--r-- | Server/monsters.ini | 7 |
2 files changed, 12 insertions, 0 deletions
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 |