mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Update ghoat.lua
This commit is contained in:
		@@ -4,8 +4,8 @@
 | 
			
		||||
mobs:register_mob("mobs:goat", {
 | 
			
		||||
	-- animal, monster, npc, barbarian
 | 
			
		||||
	type = "animal",
 | 
			
		||||
	-- aggressive, does 4 damage to player when threatened
 | 
			
		||||
	passive = false,
 | 
			
		||||
	-- aggressive, does 5 damage to player when threatened
 | 
			
		||||
	passive = true,
 | 
			
		||||
	attack_type = "dogfight",
 | 
			
		||||
	damage = 5,
 | 
			
		||||
	-- health & armor
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user