mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Deathbringer" nameDescription="Deathbringer" race="undead" experience="5100" speed="300" manacost="0">
 | |
| 	<health now="8440" max="8440" />
 | |
| 	<look type="231" 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="155">
 | |
| 		<attack name="poison" interval="2000" chance="12" length="8" spread="3" min="-200" max="-250" poison="10">
 | |
| 			<attribute key="areaEffect" value="poison" />
 | |
| 		</attack>
 | |
| 		<attack name="fire" interval="1000" chance="10" range="7" radius="4" target="1" min="-80" max="-378">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 			<attribute key="areaEffect" value="redspark" />
 | |
| 		</attack>
 | |
| 		<attack name="drowncondition" interval="2000" chance="15" length="8" count="70" spread="3" range="7" target="1">
 | |
| 			<attribute key="areaEffect" value="poff" />
 | |
| 		</attack>
 | |
| 		<attack name="lifedrain" interval="2000" chance="10" radius="6" target="0" min="-80" max="-595">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="2000" chance="5" range="7" min="-30" max="-397">
 | |
| 			<attribute key="shootEffect" value="death" />
 | |
| 			<attribute key="areaEffect" value="mortarea" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="15" defense="15" />
 | |
| 	<elements>
 | |
| 		<element energyPercent="10" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity earth="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="7">
 | |
| 		<voice sentence="YOU FOOLS WILL PAY!" yell="1" />
 | |
| 		<voice sentence="YOU ALL WILL DIE!!" yell="1" />
 | |
| 		<voice sentence="DEATH, DESTRUCTION!" yell="1" />
 | |
| 		<voice sentence="I will eat your soul!" />
 | |
| 	</voices>
 | |
| </monster>
 | 
