mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Dwarf" nameDescription="a dwarf" race="blood" experience="45" speed="45" manacost="320">
 | |
| 	<health now="90" max="90" />
 | |
| 	<look type="69" head="0" body="0" legs="0" feet="0" corpse="6007" />
 | |
| 	<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="0" />
 | |
| 	</flags>
 | |
| 	<attacks attack="14" skill="23">
 | |
| 	</attacks>
 | |
| 	<defenses armor="8" defense="14">
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity poison="1" />
 | |
| 	</immunities>
 | |
| 	<voices>
 | |
| 		<voice sentence="Hail Durin!" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3274" countmax="1" chance="150" /> <!-- an axe -->
 | |
| 		<item id="3430" countmax="1" chance="100" /> <!-- a copper shield -->
 | |
| 		<item id="3097" countmax="1" chance="1" /> <!-- a dwarven ring -->
 | |
| 		<item id="3031" countmax="8" chance="450" /> <!-- a gold coin -->
 | |
| 		<item id="3276" countmax="1" chance="250" /> <!-- a hatchet -->
 | |
| 		<item id="3559" countmax="1" chance="100" /> <!-- leather legs -->
 | |
| 		<item id="3505" countmax="1" chance="80" /> <!-- a letter -->
 | |
| 		<item id="3456" countmax="1" chance="100" /> <!-- a pick -->
 | |
| 		<item id="3378" countmax="1" chance="80" /> <!-- a studded armor -->
 | |
| 		<item id="3723" countmax="1" chance="500" /> <!-- a white mushroom -->
 | |
| 		<item id="5880" countmax="1" chance="7" /> <!-- iron ore -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
