mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Avalanche" nameDescription="Avalanche" race="undead" experience="305" speed="195" manacost="0">
 | |
| 	<health now="550" max="550" />
 | |
| 	<look type="261" 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="60">
 | |
| 		<attack name="drown" interval="1000" chance="100" length="5" spread="6" min="-10" max="-50">
 | |
| 			<attribute key="areaEffect" value="energy" />
 | |
| 		</attack>
 | |
| 		<attack name="speed" interval="4000" chance="100" radius="3" duration="10000" speedchange="-400">
 | |
| 			<attribute key="areaEffect" value="poff" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="6000" chance="100" radius="1" target="1" range="5" min="0" max="-40">
 | |
| 			<attribute key="shootEffect" value="largerock" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="26" defense="27" />
 | |
| 	<elements>
 | |
| 		<element firePercent="30" />
 | |
| 		<element energyPercent="-10" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity earth="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="5000" chance="5">
 | |
| 		<voice sentence="You will pay for imprisoning me here." />
 | |
| 		<voice sentence="Puny warmblood." />
 | |
| 	</voices>
 | |
| </monster>
 | 
