mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="The Hag" nameDescription="The Hag" race="blood" experience="510" speed="205" manacost="0">
 | |
| 	<health now="935" max="935" />
 | |
| 	<look type="264" head="78" body="97" legs="95" feet="95" 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="5" />
 | |
| 	</flags>
 | |
| 	<attacks skill="40" attack="40">
 | |
| 		<attack name="drunk" interval="3000" chance="35" range="5" radius="1" target="1" duration="15000" />
 | |
| 		<attack name="speed" interval="4000" chance="55" radius="1" target="1" range="5" duration="12000" speed="-400">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="24" defense="25">
 | |
| 		<defense name="healing" interval="2000" chance="35" min="95" max="155">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 		<defense name="invisible" interval="3000" chance="50" duration="8000">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<elements>
 | |
| 		<element firePercent="30" />
 | |
| 		<element energyPercent="10" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<summons maxSummons="2">
 | |
| 		<summon name="Ghost" interval="2000" chance="26" />
 | |
| 		<summon name="Crypt Shambler" interval="2000" chance="26" />
 | |
| 	</summons>
 | |
| 	<voices interval="2000" chance="5">
 | |
| 		<voice sentence="If you think I am to old to fight then you're wrong!" />
 | |
| 		<voice sentence="I've forgotten more things then you have ever learned!" />
 | |
| 		<voice sentence="Let me teach you a few things youngster!" />
 | |
| 		<voice sentence="I'll teach you respect for the old!" />
 | |
| 	</voices>
 | |
| </monster>
 | 
