<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="murpg-char.xsl" type="text/xsl"?>
<character>
	<name>Shadow</name>
	<player>James</player>

	<age>15</age>
	<gender>female</gender>
	<!-- http://www.halls.md/chart/girls-height-w.htm -->
	<height>158cm</height>
	<weight>49kg</weight>
	<eyes>blue, slit</eyes>
	<hair>blue</hair>

	<stats>
		<strength>3</strength>
		<intelligence><level>3</level></intelligence>
		<agility><level>6</level></agility>
		<speed><level>3</level></speed>
		<health><level>4</level></health>
		<energy><level>5</level></energy>
		<regeneration><level>6</level></regeneration>
	</stats>

	<powers>

		<power type="action" source="MURPG">
			<name>Combat, Close</name>
			<level>6</level>
			<cost type="chart">0</cost>
			<rule>Agility Bonus or Weapon Modifier</rule>
			<rule>Combat using body or non-ranged weapon</rule>
			<rule>For combat within a few feet</rule>
			<rule>Split stones for multiple targets</rule>
			<rule>Specialties</rule>
		</power>

		<power type="action" source="MURPG">
			<name>Flight</name>
			<level>4</level>
			<cost>2</cost>
			<rule>Flight speed up to AN</rule>
			<rule>Add stones for weight carried</rule>
		</power>

		<power type="action" source="MURPG">
			<name>Force Blast</name>
			<level>6</level>
			<cost>0</cost>
			<option cost="-2">Can't be split between attack/defense</option>
			<option cost="2">Deals x2 damage</option>
			<rule>Variable range energy attack, Range 4</rule>
			<rule>Split stones for multiple targets</rule>
		</power>

		<power type="action" source="MURPG">
			<name>Hunting/Tracking</name>
			<level>3</level>
			<cost>0</cost>
			<option cost="-1">Also have Animal Senses</option>
			<rule>General wilderness (or urban) hunting skills</rule>
			<rule>AN vs elapsed time (Duration on D&amp;R = 1 hour)</rule>
			<rule>AN vs Difficulty of trap/ambush</rule>
			<rule>Specialties</rule>
		</power>

		<power type="action" source="MURPG">
			<name>Social Skills</name>
			<level>3</level>
			<cost>0</cost>
			<rule>Interaction with NPCs</rule>
			<rule>Specialties</rule>
		</power>

		<power type="action" source="MURPG">
			<name>Teleportation</name>
			<level>2</level>
			<cost>2</cost>
			<option cost="-1">Travel through Shadow realm; can only travel between shadows</option>
			<option cost="2">Teleport to other dimensions</option>
			<rule>Vanish, reappear up to AN distance (30')</rule>
			<rule>Effect includes clothes and anyone touched for free</rule>
			<rule>May spend extra stones for precision</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Animal Senses</name>
			<level>3</level>
			<cost>0</cost>
			<rule>MN vs Resistance to detection</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Defense, Energy</name>
			<level>3</level>
			<cost>0</cost>
			<rule>+MN stones to defense vs energy attacks</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Defense, Mental</name>
			<level>3</level>
			<cost>0</cost>
			<rule>+MN stones to Int vs mental attacks</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Healing Factor, Accelerated</name>
			<level>4</level>
			<cost>2</cost>
			<rule>Heal 1 white stone per 2 Panels</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Reflexive Dodge</name>
			<level>5</level>
			<cost>3</cost>
			<option cost="-1">Also have Animal Senses</option>
			<rule>+MN stones to defense</rule>
		</power>

		<power type="modifier" source="MURPG">
			<name>Vision, Enhanced</name>
			<level>1</level>
			<cost type="stones">1</cost>
			<option>See in Darkness</option>
		</power>

	</powers>


	<challenges>

		<challenge source="MURPG">
			<name>Looking non-human (vertically slit eyes)</name>
			<refund>2</refund>
		</challenge>

		<challenge source="MURPG">
			<name>Psychological (fear of losing control of her powers)</name>
			<refund>2</refund>
		</challenge>

		<challenge source="MURPG">
			<name>Haunted past (holds herself responsible for destroying a city)</name>
			<refund>2</refund>
		</challenge>

	</challenges>
</character>