mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Troll" nameDescription="a troll" race="blood" experience="20" speed="23" manacost="290">
 | |
| 	<health now="50" max="50" />
 | |
| 	<look type="15" head="0" body="0" legs="0" feet="0" corpse="5960" />
 | |
| 	<targetchange interval="1000" chance="0" />
 | |
| 	<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="1" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="1" />
 | |
| 		<flag convinceable="1" />
 | |
| 		<flag pushable="1" />
 | |
| 		<flag canpushitems="0" />
 | |
| 		<flag canpushcreatures="0" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="15" />
 | |
| 	</flags>
 | |
| 	<attacks attack="10" skill="15">
 | |
| 	</attacks>
 | |
| 	<defenses armor="6" defense="8">
 | |
| 	</defenses>
 | |
| 	<voices>
 | |
| 		<voice sentence="Grrrr" />
 | |
| 		<voice sentence="Groar" />
 | |
| 		<voice sentence="Gruntz!" />
 | |
| 		<voice sentence="Hmmm, bugs." />
 | |
| 		<voice sentence="Hmmm, dogs." />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3031" countmax="10" chance="600" /> <!-- a gold coin -->
 | |
| 		<item id="3268" countmax="1" chance="180" /> <!-- a hand axe -->
 | |
| 		<item id="3552" countmax="1" chance="100" /> <!-- leather boots -->
 | |
| 		<item id="3355" countmax="1" chance="100" /> <!-- a leather helmet -->
 | |
| 		<item id="3577" countmax="1" chance="150" /> <!-- meat -->
 | |
| 		<item id="3003" countmax="1" chance="80" /> <!-- a rope -->
 | |
| 		<item id="3054" countmax="1" chance="1" /> <!-- a silver amulet -->
 | |
| 		<item id="3277" countmax="1" chance="200" /> <!-- a spear -->
 | |
| 		<item id="3336" countmax="1" chance="50" /> <!-- a studded club -->
 | |
| 		<item id="3412" countmax="1" chance="150" /> <!-- a wooden shield -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
