mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <monster name="Colerian The Barbarian" nameDescription="Colerian The Barbarian" race="blood" experience="90" speed="190" manacost="0">
 | |
| 	<health now="265" max="265" />
 | |
| 	<look type="253" head="76" body="115" legs="115" feet="43" 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" />
 | |
| 	</flags>
 | |
| 	<attacks skill="20" attack="40">
 | |
| 		<attack name="physical" interval="1000" chance="80" range="5" radius="1" target="1" min="0" max="-40">
 | |
| 			<attribute key="shootEffect" value="piercingbolt" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="19" defense="20" />
 | |
| 	<elements>
 | |
| 		<element energyPercent="20" />
 | |
| 		<element earthPercent="-20" />
 | |
| 	</elements>
 | |
| 	<immunities>
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="5">
 | |
| 		<voice sentence="Flee, coward!" />
 | |
| 		<voice sentence="You will lose!" />
 | |
| 		<voice sentence="Yeehaawh" />
 | |
| 	</voices>
 | |
| </monster>
 | 
