mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="The Dark Dancer" nameDescription="The Dark Dancer" race="blood" experience="435" speed="170" manacost="0">
 | |
| 	<health now="805" max="805" />
 | |
| 	<look type="58" 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="4" />
 | |
| 	</flags>
 | |
| 	<attacks skill="20" attack="30" poison="11">
 | |
| 		<attack name="speed" interval="3500" chance="35" range="5" duration="10000" speed="-250">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="manadrain" interval="4000" chance="30" range="5" min="0" max="-110">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="3000" chance="70" range="5" min="-50" max="-90">
 | |
| 			<attribute key="areaEffect" value="mortarea" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="11" defense="12">
 | |
| 		<defense name="healing" interval="2000" chance="45" min="75" max="135">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 		<defense name="invisible" interval="3000" chance="50" duration="5000">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<elements>
 | |
| 		<element firePercent="40" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<summons maxSummons="3">
 | |
| 		<summon name="Ghoul" interval="2000" chance="20" />
 | |
| 	</summons>
 | |
| 	<voices interval="5000" chance="5">
 | |
| 		<voice sentence="I hope you like my voice!" />
 | |
| 	</voices>
 | |
| </monster>
 | 
