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="Gnorre Chyllson" nameDescription="Gnorre Chyllson" race="blood" experience="4000" speed="300" manacost="0">
 | |
| 	<health now="7150" max="7150" />
 | |
| 	<look type="251" head="11" body="9" legs="11" feet="85" addons="1" 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="60" attack="130">
 | |
| 		<attack name="physical" interval="3000" chance="50" target="0" radius="3" min="0" max="-400">
 | |
| 			<attribute key="areaEffect" value="blackspark" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="1000" chance="15" range="7" min="0" max="-200">
 | |
| 			<attribute key="shootEffect" value="snowball" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="51" defense="52" />
 | |
| 	<elements>
 | |
| 		<element energyPercent="-10" />
 | |
| 		<element physicalPercent="-2" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity earth="1" />
 | |
| 		<immunity paralyze="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="7">
 | |
| 		<voice sentence="I am like the merciless northwind." />
 | |
| 		<voice sentence="Snow will be your death shroud." />
 | |
| 		<voice sentence="Feel the wrath of father chyll!" />
 | |
| 	</voices>
 | |
| </monster>
 | 
