mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Deathslicer" nameDescription="a deathslicer" race="undead" experience="0" speed="199" manacost="0">
 | |
| 	<health now="8200" max="8200" />
 | |
| 	<look type="102" head="0" body="0" legs="0" feet="0" corpse="3138" />
 | |
| 	<targetchange interval="1000" chance="0" />
 | |
| 	<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="0" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="0" />
 | |
| 		<flag illusionable="0" />
 | |
| 		<flag convinceable="0" />
 | |
| 		<flag pushable="1" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag canpushcreatures="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="20" />
 | |
| 	</flags>
 | |
| 	<attacks attack="90" skill="110">
 | |
| 		<attack name="lifedrain" min="-150" max="-250" range="1" chance="2" />
 | |
| 		<attack name="energy" min="-150" max="-250" range="7" chance="3" />
 | |
| 		<attack name="energy" min="-150" max="-250" radius="3" target="0" chance="4">
 | |
| 			<attribute key="areaEffect" value="yellowspark" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="199" defense="199">
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity energy="1" />
 | |
| 		<immunity physical="1" />
 | |
| 		<immunity outfit="1" />
 | |
| 		<immunity lifedrain="1" />
 | |
| 		<immunity poison="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| </monster> | 
