mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Drasilla" nameDescription="Drasilla" race="blood" experience="700" speed="170" manacost="0">
 | |
| 	<health now="1320" max="1320" />
 | |
| 	<look type="34" 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" />
 | |
| 		<flag runonhealth="0" />
 | |
| 	</flags>
 | |
| 	<attacks skill="30" attack="60">
 | |
| 		<attack name="fire" interval="6000" chance="60" min="-100" max="-180" length="8" spread="3">
 | |
| 			<attribute key="areaEffect" value="firearea" />
 | |
| 		</attack>
 | |
| 		<attack name="fire" interval="3000" range="10" radius="5" target="1" chance="50" min="-70" max="-115">
 | |
| 			<attribute key="areaEffect" value="firearea" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="32" defense="33">
 | |
| 		<defense name="healing" interval="6000" chance="65" min="20" max="50">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<elements>
 | |
| 		<element energyPercent="20" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="5">
 | |
| 		<voice sentence="FCHHHHHHHH!" />
 | |
| 		<voice sentence="GROOOOAAAAAAAAR!" />
 | |
| 		<voice sentence="DIRTY LITTLE HUMANS" />
 | |
| 		<voice sentence="YOU CAN'T KEEP ME HERE FOREVER" />
 | |
| 	</voices>
 | |
| </monster>
 | 
