mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Minotaur" nameDescription="a minotaur" race="blood" experience="50" speed="44" manacost="330">
 | |
| 	<health now="100" max="100" />
 | |
| 	<look type="25" head="0" body="0" legs="0" feet="0" corpse="5969" />
 | |
| 	<targetchange interval="1000" chance="0" />
 | |
| 	<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="1" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="1" />
 | |
| 		<flag convinceable="1" />
 | |
| 		<flag pushable="1" />
 | |
| 		<flag canpushitems="0" />
 | |
| 		<flag canpushcreatures="0" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="0" />
 | |
| 	</flags>
 | |
| 	<attacks attack="15" skill="25">
 | |
| 	</attacks>
 | |
| 	<defenses armor="11" defense="11">
 | |
| 	</defenses>
 | |
| 	<voices>
 | |
| 		<voice sentence="Kaplar!" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3274" countmax="1" chance="40" /> <!-- an axe -->
 | |
| 		<item id="3354" countmax="1" chance="80" /> <!-- a brass helmet -->
 | |
| 		<item id="3056" countmax="1" chance="1" /> <!-- a bronze amulet -->
 | |
| 		<item id="3358" countmax="1" chance="100" /> <!-- a chain armor -->
 | |
| 		<item id="3352" countmax="1" chance="50" /> <!-- a chain helmet -->
 | |
| 		<item id="3031" countmax="10" chance="550" /> <!-- a gold coin -->
 | |
| 		<item id="3031" countmax="15" chance="250" /> <!-- a gold coin -->
 | |
| 		<item id="3559" countmax="1" chance="150" /> <!-- leather legs -->
 | |
| 		<item id="3286" countmax="1" chance="130" /> <!-- a mace -->
 | |
| 		<item id="3577" countmax="1" chance="100" /> <!-- meat -->
 | |
| 		<item id="3410" countmax="1" chance="200" /> <!-- a plate shield -->
 | |
| 		<item id="3457" countmax="1" chance="30" /> <!-- a shovel -->
 | |
| 		<item id="3264" countmax="1" chance="100" /> <!-- a sword -->
 | |
| 		<item id="5878" countmax="1" chance="8" /> <!-- minotaur leather -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
