mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Fallen Mooh'Tah Master Ghar" nameDescription="Fallen Mooh'Tah Master Ghar" race="blood" experience="4400" speed="210" manacost="0">
 | |
| 	<health now="8000" max="8000" />
 | |
| 	<look type="29" 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 canpushcreatures="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="0" />
 | |
| 	</flags>
 | |
| 	<attacks skill="60" attack="150" poison="18">
 | |
| 		<attack name="physical" interval="3000" chance="45" radius="5" target="1" min="0" max="-390">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="6000" chance="30" length="7" spread="0" min="0" max="-290">
 | |
| 			<attribute key="areaEffect" value="firearea" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="4000" chance="30" min="-80" max="-270">
 | |
| 			<attribute key="shootEffect" value="death" />
 | |
| 			<attribute key="areaEffect" value="mortarea" />
 | |
| 		</attack>
 | |
| 		<attack name="poison" interval="5000" chance="30" length="7" spread="0" min="0" max="-195">
 | |
| 			<attribute key="areaEffect" value="poison" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="30" defense="33" />
 | |
| 	<elements>
 | |
| 		<element firePercent="60" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="5">
 | |
| 		<voice sentence="I will finish you!" />
 | |
| 		<voice sentence="You are no match for a master of the Mooh'Tah!" />
 | |
| 		<voice sentence="I might be fallen but you will fall before me!" />
 | |
| 	</voices>
 | |
| </monster>
 | 
