mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <monster name="Undead Dragon" nameDescription="an undead dragon" race="undead" experience="7200" speed="125" manacost="0">
 | |
| 	<health now="8350" max="8350" />
 | |
| 	<look type="231" corpse="6305" />
 | |
| 	<targetchange interval="1000" chance="10" />
 | |
| 	<targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
 | |
| 	<flags>
 | |
| 		<flag summonable="0" />
 | |
| 		<flag attackable="1" />
 | |
| 		<flag hostile="1" />
 | |
| 		<flag illusionable="1" />
 | |
| 		<flag convinceable="0" />
 | |
| 		<flag pushable="0" />
 | |
| 		<flag canpushitems="1" />
 | |
| 		<flag canpushcreatures="1" />
 | |
| 		<flag targetdistance="1" />
 | |
| 		<flag runonhealth="300" />
 | |
| 	</flags>
 | |
| 	<attacks skill="90" attack="96">
 | |
| 		<attack name="physical" interval="2000" chance="5" range="7" radius="4" target="1" min="-300" max="-400">
 | |
| 			<attribute key="areaEffect" value="redspark" />
 | |
| 		</attack>
 | |
| 		<attack name="physical" interval="2000" chance="10" range="7" min="-125" max="-600">
 | |
| 			<attribute key="shootEffect" value="death" />
 | |
| 			<attribute key="areaEffect" value="mortarea" />
 | |
| 		</attack>
 | |
| 		<attack name="earth" interval="2000" chance="5" range="7" radius="4" target="1" min="-100" max="-390">
 | |
| 			<attribute key="shootEffect" value="poison" />
 | |
| 			<attribute key="areaEffect" value="poison" />
 | |
| 		</attack>
 | |
| 		<attack name="earth" interval="2000" chance="15" target="1" range="7" min="0" max="-180">
 | |
| 			<attribute key="shootEffect" value="poison" />
 | |
| 			<attribute key="areaEffect" value="poison" />
 | |
| 		</attack>
 | |
| 		<attack name="earth" interval="2000" chance="10" length="8" spread="3" min="-150" max="-690">
 | |
| 			<attribute key="areaEffect" value="poison" />
 | |
| 		</attack>
 | |
| 		<attack name="lifedrain" interval="2000" chance="10" length="8" spread="3" min="-300" max="-700">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 		<attack name="lifedrain" interval="2000" chance="10" radius="3" min="-100" max="-200">
 | |
| 			<attribute key="areaEffect" value="redshimmer" />
 | |
| 		</attack>
 | |
| 	</attacks>
 | |
| 	<defenses armor="40" defense="40">
 | |
| 		<defense name="healing" interval="2000" chance="15" min="200" max="250">
 | |
| 			<attribute key="areaEffect" value="blueshimmer" />
 | |
| 		</defense>
 | |
| 	</defenses>
 | |
| 	<immunities>
 | |
| 		<immunity fire="1" />
 | |
| 		<immunity earth="1" />
 | |
| 		<immunity paralyze="1" />
 | |
| 		<immunity invisible="1" />
 | |
| 		<immunity drown="1" />
 | |
| 	</immunities>
 | |
| 	<voices interval="2000" chance="7">
 | |
| 		<voice sentence="FEEEED MY ETERNAL HUNGER!" yell="1" />
 | |
| 		<voice sentence="I SENSE LIFE" yell="1" />
 | |
| 	</voices>
 | |
| 	<loot>
 | |
| 		<item id="3031" countmax="100" chance="355" /><!-- gold coin -->
 | |
| 		<item id="3031" countmax="98" chance="555" /><!-- gold coin -->
 | |
| 		<item id="3035" countmax="5" chance="520" /><!-- platinum coin -->
 | |
| 		<item id="6299" chance="11" /><!-- death ring -->
 | |
| 		<item id="2903" chance="60" /><!-- golden mug -->
 | |
| 		<item id="3450" countmax="15" chance="151" /><!-- power bolt -->
 | |
| 		<item id="3370" chance="55" /><!-- knight armor -->
 | |
| 		<item id="3061" chance="25" /><!-- life crystal -->
 | |
| 		<item id="5925" chance="141" /><!-- hardened bone -->
 | |
| 		<item id="3392" chance="17" /><!-- royal helmet -->
 | |
| 		<item id="3342" chance="12" /><!-- war axe -->
 | |
| 		<item id="3029" countmax="2" chance="283" /><!-- small sapphires -->
 | |
| 		<item id="3027" countmax="2" chance="227" /><!-- black pearls -->
 | |
| 		<item id="3360" chance="8" /><!-- golden armor -->
 | |
| 	</loot>
 | |
| </monster> | 
