mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Illusion" nameDescription="a illusion" race="blood" experience="25" speed="20" manacost="0">
 | |
| 	<health now="50" max="50" />
 | |
| 	<look type="107" head="0" body="0" legs="0" feet="0" corpse="6002" />
 | |
| 	<targetchange interval="1000" chance="0" />
 | |
| 	<targetstrategy nearest="100" weakest="0" mostdamage="0" random="0" />
 | |
| 	<flags>
 | |
| 		<flag summonable="0" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="0" />
 | |
| 		<flag convinceable="0" />
 | |
| 		<flag pushable="0" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag canpushcreatures="0" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="15" />
 | |
| 	</flags>
 | |
| 	<attacks attack="10" skill="15">
 | |
| 		<attack name="physical" min="-15" max="-25" range="7" radius="2" target="1" chance="8">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 			<attribute key="areaEffect" value="firearea" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" min="-15" max="-25" length="8" spread="0"  chance="8">
 | |
| 			<attribute key="areaEffect" value="energy" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="6" defense="8">
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity outfit="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices>
 | |
| 		<voice sentence="MUHAHAHAHA!" yell="1" />
 | |
| 		<voice sentence="I SMELL FEEEEEAAAR!" yell="1" />
 | |
| 		<voice sentence="CHAMEK ATH UTHUL ARAK!" yell="1" />
 | |
| 		<voice sentence="Your resistance is futile!" />
 | |
| 		<voice sentence="Your soul will be mine!" yell="1" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3115" countmax="1" chance="120" /> <!-- a bone -->
 | |
| 		<item id="3267" countmax="1" chance="180" /> <!-- a dagger -->
 | |
| 		<item id="3578" countmax="1" chance="130" /> <!-- a fish -->
 | |
| 		<item id="3031" countmax="9" chance="500" /> <!-- a gold coin -->
 | |
| 		<item id="3361" countmax="1" chance="75" /> <!-- a leather armor -->
 | |
| 		<item id="3355" countmax="1" chance="100" /> <!-- a leather helmet -->
 | |
| 		<item id="3120" countmax="1" chance="70" /> <!-- a moldy cheese -->
 | |
| 		<item id="3294" countmax="1" chance="90" /> <!-- a short sword -->
 | |
| 		<item id="3462" countmax="1" chance="100" /> <!-- a small axe -->
 | |
| 		<item id="1781" countmax="3" chance="300" /> <!-- a small stone -->
 | |
| 	</loot>
 | |
| </monster> | 
