mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Tiger" nameDescription="a tiger" race="blood" experience="40" speed="60" manacost="420">
 | |
| 	<health now="75" max="75" />
 | |
| 	<look type="125" head="0" body="0" legs="0" feet="0" corpse="6051" />
 | |
| 	<targetchange interval="1000" chance="5" />
 | |
| 	<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="1" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="1" />
 | |
| 		<flag convinceable="1" />
 | |
| 		<flag pushable="0" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag canpushcreatures="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="0" />
 | |
| 	</flags>
 | |
| 	<attacks attack="15" skill="42">
 | |
| 	</attacks>
 | |
| 	<defenses armor="5" defense="15">
 | |
| 		<defense name="speed" speedchange="85" variation="15" duration="3000" chance="9">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<loot>
 | |
| 		<item id="3582" countmax="2" chance="220" /> <!-- ham -->
 | |
| 		<item id="3577" countmax="3" chance="550" /> <!-- meat -->
 | |
| 	</loot>
 | |
| </monster> | 
