mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Green Djinn" nameDescription="a green djinn" race="blood" experience="190" speed="70" manacost="0">
 | |
| 	<health now="330" max="330" />
 | |
| 	<look type="51" head="0" body="0" legs="0" feet="0" corpse="6016" />
 | |
| 	<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="0" />
 | |
| 	</flags>
 | |
| 	<attacks attack="30" skill="50">
 | |
| 		<attack name="fire" min="-45" max="-75" range="7" chance="2">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 		</attack>
 | |
| 		<attack name="energycondition" count="70" range="7" chance="3">
 | |
| 			<attribute key="shootEffect" value="energy" />
 | |
| 		</attack>
 | |
| 		<attack name="lifedrain" min="-55" max="-105" range="7" chance="4">
 | |
| 			<attribute key="shootEffect" value="death" />
 | |
| 		</attack>
 | |
| 		<attack name="drunk" duration="30000" range="7" chance="5">
 | |
| 			<attribute key="shootEffect" value="energy" />
 | |
| 			<attribute key="areaEffect" value="teleport" />
 | |
| 		</attack>
 | |
| 		<attack name="outfit" monster="rat" duration="30000" range="7" chance="6">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="20" defense="30">
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity energy="1" />
 | |
| 		<immunity outfit="1" />
 | |
| 		<immunity lifedrain="1" />
 | |
| 		<immunity paralyze="1" />
 | |
| 		<immunity poison="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<voices>
 | |
| 		<voice sentence="I grant you a deathwish!" />
 | |
| 		<voice sentence="Muhahahaha!" />
 | |
| 		<voice sentence="I wish you a merry trip to hell!" />
 | |
| 		<voice sentence="Tell me your last wish!" />
 | |
| 		<voice sentence="Good wishes are for fairytales" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="2846" countmax="1" chance="25" /> <!-- a book -->
 | |
| 		<item id="3607" countmax="1" chance="250" /> <!-- cheese -->
 | |
| 		<item id="3031" countmax="50" chance="700" /> <!-- a gold coin -->
 | |
| 		<item id="3661" countmax="1" chance="100" /> <!-- a grave flower -->
 | |
| 		<item id="3574" countmax="1" chance="1" /> <!-- a mystic turban -->
 | |
| 		<item id="3032" countmax="4" chance="27" /> <!-- a small emerald -->
 | |
| 		<item id="2933" countmax="1" chance="75" /> <!-- a small oil lamp -->
 | |
| 		<item id="5910" countmax="1" chance="25" /> <!-- green piece of cloth -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
