mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Slim" nameDescription="Slim" race="undead" experience="580" speed="200" manacost="0">
 | |
| 	<health now="1025" max="1025" />
 | |
| 	<look type="101" corpse="7349" />
 | |
| 	<targetchange interval="1000" chance="5" />
 | |
| 	<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
 | |
| 	<flags>
 | |
| 		<flag summonable="0" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="0" />
 | |
| 		<flag convinceable="0" />
 | |
| 		<flag pushable="0" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 	</flags>
 | |
| 	<attacks skill="50" attack="50" poison="3">
 | |
| 		<attack name="lifedrain" interval="2000" chance="20" target="0" radius="3" min="-10" max="-50">
 | |
| 			<attribute key="areaEffect" value="blackspark" />
 | |
| 		</attack>
 | |
| 		<attack name="earth" interval="2000" chance="20" target="0" radius="3" min="-10" max="-50">
 | |
| 			<attribute key="areaEffect" value="blackspark" />
 | |
| 		</attack>
 | |
| 		<attack name="earth" interval="2000" chance="20" target="1" min="-10" max="-50">
 | |
| 			<attribute key="shootEffect" value="poison" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="36" defense="38" />
 | |
| 	<elements>
 | |
| 		<element firePercent="-10" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity earth="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="5">
 | |
| 		<voice sentence="Zhroozzzzs." />
 | |
| 	</voices>
 | |
| </monster>
 | 
