mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			83 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF - 8"?>
 | |
| <monster name="Marid" nameDescription="a marid" race="blood" experience="300" speed="77" manacost="0">
 | |
| 	<health now="550" max="550" />
 | |
| 	<look type="104" head="0" body="0" legs="0" feet="0" corpse="6033" />
 | |
| 	<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="35" skill="55">
 | |
| 		<attack name="fire" min="-40" max="-110" range="7" chance="2">
 | |
| 			<attribute key="shootEffect" value="fire" />
 | |
| 		</attack>
 | |
| 		<attack name="energy" min="-65" max="-115" range="7" chance="4">
 | |
| 			<attribute key="shootEffect" value="energy" />
 | |
| 		</attack>
 | |
| 		<attack name="lifedrain" min="-60" max="-120" range="7" chance="5">
 | |
| 			<attribute key="shootEffect" value="death" />
 | |
| 		</attack>
 | |
| 		<attack name="speed" speedchange="-75" variation="25" duration="15000" range="7" chance="8">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="drunk" duration="60000" range="7" chance="5">
 | |
| 			<attribute key="shootEffect" value="energy" />
 | |
| 			<attribute key="areaEffect" value="teleport" />
 | |
| 		</attack>
 | |
| 		<attack name="outfit" monster="rabbit" duration="20000" range="7" chance="6">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="energycondition" count="80" radius="3" target="0" chance="6">
 | |
| 			<attribute key="areaEffect" value="energy" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="24" defense="35">
 | |
| 		<defense name="healing" min="50" max="80" chance="7">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity energy="1" />
 | |
| 		<immunity outfit="1" />
 | |
| 		<immunity lifedrain="1" />
 | |
| 		<immunity paralyze="1" />
 | |
| 		<immunity poison="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 	</immunities>
 | |
| 	<summons maxSummons="2">
 | |
| 		<summon name="blue djinn" chance="7" max="2" />
 | |
| 	</summons>
 | |
| 	<voices>
 | |
| 		<voice sentence="Simsalabim" />
 | |
| 		<voice sentence="Feel the power of my magic, tiny mortal!" />
 | |
| 		<voice sentence="Be careful what you wish for." />
 | |
| 		<voice sentence="Wishes can come true." />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3041" countmax="1" chance="1" /> <!-- a blue gem -->
 | |
| 		<item id="2659" countmax="1" chance="25" /> <!-- a blue tapestry -->
 | |
| 		<item id="3588" countmax="25" chance="250" /> <!-- a blueberry -->
 | |
| 		<item id="3031" countmax="50" chance="700" /> <!-- a gold coin -->
 | |
| 		<item id="3031" countmax="80" chance="500" /> <!-- a gold coin -->
 | |
| 		<item id="3330" countmax="1" chance="200" /> <!-- a heavy machete -->
 | |
| 		<item id="3574" countmax="1" chance="2" /> <!-- a mystic turban -->
 | |
| 		<item id="2933" countmax="1" chance="200" /> <!-- a small oil lamp -->
 | |
| 		<item id="3029" countmax="2" chance="70" /> <!-- a small sapphire -->
 | |
| 		<item id="3067" countmax="1" chance="5" /> <!-- a tempest rod -->
 | |
| 		<item id="2948" countmax="1" chance="3" /> <!-- a wooden flute -->
 | |
| 		<item id="5912" countmax="1" chance="25" /> <!-- a blue piece of cloth -->
 | |
| 	</loot>
 | |
| 	<script>
 | |
| 		<event name="KillingInTheNameOf" />
 | |
| 	</script>
 | |
| </monster> | 
