mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Grimgor Guteater" nameDescription="Grimgor Guteater" race="blood" experience="670" speed="240" manacost="0">
 | |
| 	<health now="1155" max="1155" />
 | |
| 	<look type="2" 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="105" attack="40">
 | |
| 		<attack name="physical" interval="4000" chance="60" min="0" max="-100">
 | |
| 			<attribute key="shootEffect" value="throwingstar" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="35" defense="35">
 | |
| 		<defense name="invisible" interval="2000" chance="5" duration="3000">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<elements>
 | |
| 		<element energyPercent="20" />
 | |
| 		<element earthPercent="-10" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="7">
 | |
| 		<voice sentence="Don't run, You're burning off precious fat." />
 | |
| 	</voices>
 | |
| </monster>
 | 
