mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Spirit Of Fire" nameDescription="Spirit Of Fire" race="blood" experience="950" speed="220" manacost="0">
 | |
| 	<health now="2210" max="2210" />
 | |
| 	<look type="242" 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="50" attack="100">
 | |
| 		<attack name="firefield" interval="1000" chance="15" range="7" radius="4" target="1">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 		</attack>
 | |
| 		<attack name="fire" interval="2000" chance="10" range="7" min="0" max="-300">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="2000" chance="15" target="0" radius="6" min="0" max="-250">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="25" defense="25">
 | |
| 		<defense name="healing" interval="2000" chance="5" min="0" max="64">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<elements>
 | |
| 		<element energyPercent="20" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="7">
 | |
| 		<voice sentence="Feel the heat." />
 | |
| 	</voices>
 | |
| </monster>
 | 
