mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Orc Berserker" nameDescription="an orc berserker" race="blood" experience="195" speed="85" manacost="590">
 | |
| 	<health now="210" max="210" />
 | |
| 	<look type="8" head="0" body="0" legs="0" feet="0" corpse="5980" />
 | |
| 	<targetchange interval="1000" chance="10" />
 | |
| 	<targetstrategy nearest="60" weakest="40" mostdamage="0" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="1" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="1" />
 | |
| 		<flag convinceable="1" />
 | |
| 		<flag pushable="0" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag canpushcreatures="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="0" />
 | |
| 	</flags>
 | |
| 	<attacks attack="65" skill="50">
 | |
| 	</attacks>
 | |
| 	<defenses armor="12" defense="12">
 | |
| 		<defense name="speed" speedchange="50" variation="5" duration="6000" chance="12">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity poison="1" />
 | |
| 	</immunities>
 | |
| 	<voices>
 | |
| 		<voice sentence="KRAK ORRRRRRK!" yell="1" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3266" countmax="1" chance="60" /> <!-- a battle axe -->
 | |
| 		<item id="3358" countmax="1" chance="100" /> <!-- a chain armor -->
 | |
| 		<item id="3352" countmax="1" chance="110" /> <!-- a chain helmet -->
 | |
| 		<item id="3031" countmax="12" chance="550" /> <!-- a gold coin -->
 | |
| 		<item id="3269" countmax="1" chance="70" /> <!-- a halberd -->
 | |
| 		<item id="3582" countmax="1" chance="170" /> <!-- ham -->
 | |
| 		<item id="2914" countmax="1" chance="80" /> <!-- a lamp -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
