mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Orc Warrior" nameDescription="an orc warrior" race="blood" experience="50" speed="55" manacost="360">
 | |
| 	<health now="125" max="125" />
 | |
| 	<look type="7" head="0" body="0" legs="0" feet="0" corpse="5979" />
 | |
| 	<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="10" />
 | |
| 	</flags>
 | |
| 	<attacks attack="19" skill="42">
 | |
| 	</attacks>
 | |
| 	<defenses armor="8" defense="14">
 | |
| 	</defenses>
 | |
| 	<voices>
 | |
| 		<voice sentence="Grow truk grrrr." />
 | |
| 		<voice sentence="Trak grrrr brik." />
 | |
| 		<voice sentence="Alk!" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="2875" countmax="1" chance="70" /> <!-- a bottle -->
 | |
| 		<item id="3358" countmax="1" chance="75" /> <!-- a chain armor -->
 | |
| 		<item id="3430" countmax="1" chance="5" /> <!-- a copper shield -->
 | |
| 		<item id="3031" countmax="15" chance="650" /> <!-- a gold coin -->
 | |
| 		<item id="3577" countmax="1" chance="150" /> <!-- meat -->
 | |
| 		<item id="3299" countmax="1" chance="1" /> <!-- a poison dagger -->
 | |
| 		<item id="3273" countmax="1" chance="500" /> <!-- a sabre -->
 | |
| 		<item id="3412" countmax="1" chance="180" /> <!-- a wooden shield -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
