53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<monster name="Phantasm" nameDescription="a phantasm" race="undead" experience="0" speed="120" manacost="0">
 | 
						|
	<health now="65" max="65" />
 | 
						|
	<look type="241" head="20" corpse="6343" />
 | 
						|
	<targetchange interval="1000" chance="5" />
 | 
						|
	<targetstrategy nearest="70" weakest="0" mostdamage="30" random="0" />
 | 
						|
	<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="0" />
 | 
						|
	</flags>
 | 
						|
	<attacks skill="30" attack="25">
 | 
						|
		<attack name="physical" interval="2000" chance="15" range="7" min="-50" max="-80">
 | 
						|
			<attribute key="shootEffect" value="death" />
 | 
						|
			<attribute key="areaEffect" value="mortarea" />
 | 
						|
		</attack>
 | 
						|
		<attack name="manadrain" interval="2000" chance="10" target="0" radius="3" min="-5" max="-80">
 | 
						|
			<attribute key="areaEffect" value="yellowbubble" />
 | 
						|
		</attack>
 | 
						|
		<attack name="drunk" interval="2000" chance="5" radius="5" target="0" duration="6000">
 | 
						|
			<attribute key="areaEffect" value="redshimmer" />
 | 
						|
		</attack>
 | 
						|
	</attacks>
 | 
						|
	<defenses>
 | 
						|
		<defense name="healing" interval="2000" chance="30" min="40" max="65">
 | 
						|
			<attribute key="areaEffect" value="blueshimmer" />
 | 
						|
		</defense>
 | 
						|
		<defense name="speed" interval="2000" chance="10" speedchange="60" duration="6000">
 | 
						|
			<attribute key="areaEffect" value="redshimmer" />
 | 
						|
		</defense>
 | 
						|
		<defense name="invisible" interval="2000" chance="25" duration="8000">
 | 
						|
			<attribute key="areaEffect" value="blueshimmer" />
 | 
						|
		</defense>
 | 
						|
	</defenses>
 | 
						|
	<immunities>
 | 
						|
		<immunity paralyze="1" />
 | 
						|
		<immunity invisible="1" />
 | 
						|
		<immunity lifedrain="1" />
 | 
						|
		<immunity physical="1" />
 | 
						|
	</immunities>
 | 
						|
	<voices interval="2000" chance="7">
 | 
						|
		<voice sentence="Oh my, you forgot to put your pants on!" />
 | 
						|
		<voice sentence="Weeheeheeheehee!" />
 | 
						|
		<voice sentence="Its nothing but a dream!" />
 | 
						|
		<voice sentence="Give in!" />
 | 
						|
	</voices>
 | 
						|
</monster> |