<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="application/xml" href="traits+deeds.xsl" ?>
<?xml-stylesheet type="text/xsl" href="traits+deeds.xsl" ?> <!-- For Broken IE -->
<!DOCTYPE Data [
  <!ELEMENT Data (Traits+)>
  <!ELEMENT Traits (Effect+)>
  <!ATTLIST Traits type CDATA #REQUIRED>
  <!ELEMENT Effect (Trait+)>
  <!ATTLIST Effect name CDATA #REQUIRED>
  <!ELEMENT Trait (Effects, Deed*)>
  <!ATTLIST Trait name CDATA #REQUIRED>
  <!ELEMENT Effects (Primary, Secondary, Tertiary)>
  <!ELEMENT Primary EMPTY>
  <!ATTLIST Primary effect CDATA #REQUIRED
		    value  CDATA #REQUIRED>
  <!ELEMENT Secondary EMPTY>
  <!ATTLIST Secondary effect CDATA #REQUIRED>
  <!ELEMENT Tertiary EMPTY>
  <!ATTLIST Tertiary effect CDATA #REQUIRED>
  <!ELEMENT Deed (Task)>
  <!ATTLIST Deed name CDATA #REQUIRED
		 ranks NMTOKEN "1">
  <!ELEMENT Task (Location)>
  <!ATTLIST Task type CDATA #REQUIRED
		 qty  NMTOKEN #IMPLIED>
  <!ELEMENT Location (#PCDATA)>
  <!ELEMENT Level    (#PCDATA)>
]>

<Data>
  <!--
  This data is in the public domain.
  Feel free to link back to this file for your own site.
  Nevertheless, it took us a considerable amount of time
  to collect this data so we would appreciate a credit and
  a link back to http://www.mmorpg-info.org/ .
  Thanks,
  Sixes.  (sixes@mmorpg-info.org)
  -->
  <Traits type="Virtue">
    <Effect name="Statistic Boost">
      <Trait name="Determination">
	<Effects>
	  <Primary effect="Agility" value="+3" />
	  <Secondary effect="Morale Regen (combat)" />
	  <Tertiary effect="Max Morale" />
	</Effects>
	<Deed name="Slug Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Wolf Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Barghest Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Bree-Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Warg Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Crawler Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Trollshaw</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Snow-Beast Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Salamander Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Warg Slayer (Advanced)">
	  <Task type="Kills" qty="480">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Discipline">
	<Effects>
	  <Primary effect="Might" value="+3" />
	  <Secondary effect="Disease resist" />
	  <Tertiary effect="Melee vulnerability" />
	</Effects>
	<Deed name="Hendroval Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Ered Luin</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Wolf Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Sicklefly Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Bog Lurker Slayer (Advanced)">
	  <Task type="Kills" qty="120">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Wolf Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Trollshaws</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Tomb Defenders (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Troll Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Empathy">
	<Effects>
	  <Primary effect="Armor Value" value="+5" />
	  <Secondary effect="Fate" />
	  <Tertiary effect="Fear resist" />
	</Effects>
	<Deed name="The Life of the Bounder (Advanced)">
	  <Task type="Quests" qty="40">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Bree-Lands Adventurer">
	  <Task type="Quests" qty="15">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Of Glories Long Past">
	  <Task type="Quests" qty="15">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Peril of the Mountains (Advanced)">
	  <Task type="Quests" qty="20">
	    <Location>Misty Mountains</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
	<Deed name="Angmar Quests (Final)" ranks="2">
	  <Task type="Quests" qty="30">
	    <Location>Angmar</Location>
	    <Level>50</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Honesty">
	<Effects>
	  <Primary effect="Max Power" value="+20" />
	  <Secondary effect="Armor value" />
	  <Tertiary effect="Fate" />
	</Effects>
	<Deed name="The Forbidding Heights">
	  <Task type="Exploration">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="The Wilds of Tal Bruinen">
	  <Task type="Exploration">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Bilbo's Buttons">
	  <Task type="Exploration">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Idealism">
	<Effects>
	  <Primary effect="Fate" value="+3" />
	  <Secondary effect="Fear resist" />
	  <Tertiary effect="Will" />
	</Effects>
	<Deed name="Flowers of the Old Forest">
	  <Task type="Exploration">
	    <Location>Bree-Lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="The History of the Dunedain">
	  <Task type="Exploration">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Lone Lands Quests (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>Lone Lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Brave Deeds in the Wilderness (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Angmar Quests (Advanced)">
	  <Task type="Quests" qty="20">
	    <Location>Angmar</Location>
	    <Level>50</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Loyalty">
	<Effects>
	  <Primary effect="Vitality" value="+3" />
	  <Secondary effect="Power Regen (non-combat)" />
	  <Tertiary effect="Armor" />
	</Effects>
	<Deed name="Bree-Lands Adventurer (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>Bree-Land</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Of Glories Long Past (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Brave Deeds in the Wilderness (Advanced)">
	  <Task type="Quests" qty="20">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Angmar Quests">
	  <Task type="Quests" qty="10">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Valour">
	<Effects>
	  <Primary effect="Morale" value="+25 *" />
	  <Secondary effect="Morale Regen (non-combat)" />
	  <Tertiary effect="Might" />
	</Effects>
	<Deed name="Goblin Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Orc Slayer (Advanced)">
	  <Task type="Kills" qty="80">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Orc Slayer (Advanced)">
	  <Task type="Kills" qty="120">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Goblin Slayer (Advanced)">
	  <Task type="Kills" qty="120">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Worm Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Troll Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Worm Slayer (Advanced)">
	  <Task type="Kills" qty="300">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Wisdom">
	<Effects>
	  <Primary effect="Will" value="+3" />
	  <Secondary effect="Power" />
	  <Tertiary effect="Wound resist" />
	</Effects>
	<Deed name="Elf Ruins Exploration">
	  <Task type="Exploration">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Lore of the Cardolan Prince">
	  <Task type="Kill for drops">
	    <Location>Bree-Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Places of the Old Forest">
	  <Task type="Exploration">
	    <Location>Bree-Lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Weathertop Exploration">
	  <Task type="Exploration">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="The Western Ruins">
	  <Task type="Exploration">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="The High Passes">
	  <Task type="Exploration">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
      </Trait>
    </Effect>
    <Effect name="Resists &amp; Mitigation">
      <Trait name="Charity">
	<Effects>
	  <Primary effect="Wound resist" value="+1%" />
	  <Secondary effect="Ranged Vulnerability" />
	  <Tertiary effect="Power Regen (non-combat)" />
	</Effects>
	<Deed name="Hero of Ered Luin (Final)" ranks="2">
	  <Task type="Quests" qty="30">
	    <Location>Ered Luin</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Ally of Ered Luin">
	  <Task type="Quests" qty="10">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Bree-Lands Adventurer (Advanced)">
	  <Task type="Quests" qty="30">
	    <Location>Bree-Land</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Tales of the Lonely Road">
	  <Task type="Quests" qty="15">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Of Glories Long Past (Advanced)">
	  <Task type="Quests" qty="40">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Compassion">
	<Effects>
	  <Primary effect="Ranged Vulnerability" value="-0.5%" />
	  <Secondary effect="Power Regen (non-combat)" />
	  <Tertiary effect="Magic Vulnerability" />
	</Effects>
	<Deed name="Defender of Ered Luin (Advanced)">
	  <Task type="Quests" qty="20">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="The Life of the Bounder">
	  <Task type="Quests" qty="15">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Lone Lands Quests (Advanced)">
	  <Task type="Quests" qty="40">
	    <Location>Lone Lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Peril of the Mountains">
	  <Task type="Quests" qty="10">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Confidence">
	<Effects>
	  <Primary effect="Fear Resistance" value="+1%" />
	  <Secondary effect="Will" />
	  <Tertiary effect="Power Regen (non-combat)" />
	</Effects>
	<Deed name="Rath Teraig Exploration">
	  <Task type="Exploration">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="The Grimfens">
	  <Task type="Exploration">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Garth Agarwen Exploration">
	  <Task type="Exploration">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Strongholds Exploration">
	  <Task type="Exploration">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Where Giants Dwell">
	  <Task type="Exploration">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="The Road to War" ranks="2">
	  <Task type="Exploration">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Fidelity">
	<Effects>
	  <Primary effect="Shadow Mitigation" value="+1%" />
	  <Secondary effect="Vitality" />
	  <Tertiary effect="Power Max" />
	</Effects>
	<Deed name="The Sights of Shire">
	  <Task type="Exploration">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Scouting the Dourhands">
	  <Task type="Exploration">
	    <Location>Ered Luin</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Defenses of the Lone Lands">
	  <Task type="Exploration">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="The Road to Rivendell">
	  <Task type="Exploration">
	    <Location>Trollshaws</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Ruins of Evendim">
	  <Task type="Exploration">
	    <Location>Evendim</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Tombs of Evendim">
	  <Task type="Exploration">
	    <Location>Evendim</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="The Circle of Despair">
	  <Task type="Exploration">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Honour">
	<Effects>
	  <Primary effect="Poison Resistance" value="+1%" />
	  <Secondary effect="Shadow Mitigation" />
	  <Tertiary effect="Vitality" />
	</Effects>
	<Deed name="Spider Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Spider Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Bree-Land</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Spider Slayer (Advanced)">
	  <Task type="Kills" qty="120">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Worm Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Worm Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Misty Mountains</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
	<Deed name="Giant Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Uruk Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>Angmar</Location>
	    <Level>50</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Innocence">
	<Effects>
	  <Primary effect="Melee Vulnerability" value="-0.5%" />
	  <Secondary effect="Poison Resist" />
	  <Tertiary effect="Shadow Mitigation" />
	</Effects>
	<Deed name="The Life of the Bounder (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>The Shire</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Brave Deeds in the Wilderness">
	  <Task type="Quests" qty="10">
	    <Location>Trollshaws</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Peril of the Mountains (Final)" ranks="2">
	  <Task type="Quests" qty="75">
	    <Location>Misty Mountains</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
	<Deed name="Pilgrim of Evendim (Advanced)">
	  <Task type="">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Tolerance">
	<Effects>
	  <Primary effect="Magic Vulnerability" value="-0.005" />
	  <Secondary effect="Agility" />
	  <Tertiary effect="Morale Regen (combat)" />
	</Effects>
	<Deed name="The Farms of Shire">
	  <Task type="Exploration">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="The Villages of the Earth Kin">
	  <Task type="Exploration">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Ruins of Trollshaws">
	  <Task type="Exploration">
	    <Location>Trollshaws</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
	<Deed name="Ruins of Misty Mountains">
	  <Task type="Exploration">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Bastions of Hope" ranks="2">
	  <Task type="Exploration">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Zeal">
	<Effects>
	  <Primary effect="Disease Resist" value="+0.01" />
	  <Secondary effect="Melee Vulnerability" />
	  <Tertiary effect="Poison Resist" />
	</Effects>
	<Deed name="Spider Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Ered Luin</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Goblin Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Ered Luin</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Goblin Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Giant Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Troll Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Kergrim Slayer (Advanced)">
	  <Task type="Slayer">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Spider Slayer (Advanced)">
	  <Task type="Kills" qty="300">
	    <Location>Haudh Iarchath</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
	<Deed name="Orc Slayer (Advanced)">
	  <Task type="Kills" qty="480">
	    <Location>Angmar</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
      </Trait>
    </Effect>
    <Effect name="Morale &amp; Power Regen">
      <Trait name="Fortitude">
	<Effects>
	  <Primary effect="Morale Regen (non-combat)" value="+0.7 *" />
	  <Secondary effect="Might" />
	  <Tertiary effect="Disease resist" />
	</Effects>
	<Deed name="Harvest Fly Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Bree-Land Woodsman (Advanced)">
	  <Task type="Kills" qty="40">
	    <Location>Bree-Land</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Neekerbeeker Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Bree-Land</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Warg Slayer (Advanced)">
	  <Task type="Kills" qty="120">
	    <Location>Lone Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="Troll Slayer (Advanced)">
	  <Task type="Kills" qty="160">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Giant Slayer (Advanced)">
	  <Task type="Kills" qty="320">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Bear Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Guaradan Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Justice">
	<Effects>
	  <Primary effect="Morale Regen (combat)" value="+0.1" />
	  <Secondary effect="Max Morale" />
	  <Tertiary effect="Morale Regen (non-combat)" />
	</Effects>
	<Deed name="Brigand Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Brigand Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Brigand Slayer (Advanced)">
	  <Task type="Kills" qty="60">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Orc Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Warg Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Misty Mountains</Location>
	    <Level>40</Level>
	  </Task>
	</Deed>
	<Deed name="Goblin Slayer (Advanced)">
	  <Task type="Kills" qty="180">
	    <Location>Lone-lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Angmarim Slayer (Advanced)">
	  <Task type="Kills" qty="480">
	    <Location>Angmar</Location>
	    <Level>50</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Mercy">
	<Effects>
	  <Primary effect="Power Regen (non-combat)" value="+1.1 *" />
	  <Secondary effect="Magic Vulnerability" />
	  <Tertiary effect="Agility" />
	</Effects>
	<Deed name="Wight Slayer (Advanced)">
	  <Task type="Kills" qty="80">
	    <Location>Bree-Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<!--
	<Deed name="Gaunt Man Slayer (Advanced)">
	  <Task type="Kills" qty="80">
	    <Location>Lone Lands</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	-->
	<Deed name="Redeemer Slayer (Advanced)">
	  <Task type="Kills" qty="240">
	    <Location>North Downs</Location>
	    <Level>25</Level>
	  </Task>
	</Deed>
	<Deed name="Wight Slayer (Advanced)">
	  <Task type="Kills" qty="360">
	    <Location>Trollshaws</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Limrafn Slayer (Advanced)">
	  <Task type="Slayer">
	    <Location>Evendim</Location>
	    <Level>35</Level>
	  </Task>
	</Deed>
	<Deed name="Grave-Digger Slayer (Advanced)" ranks="2">
	  <Task type="Kills" qty="300">
	    <Location>Haudh Iarchith (Bree-land)</Location>
	    <Level>45</Level>
	  </Task>
	</Deed>
	<Deed name="Wight Slayer (Advanced)">
	  <Task type="Kills" qty="480">
	    <Location>Angmar</Location>
	    <Level>50</Level>
	  </Task>
	</Deed>
      </Trait>
      <Trait name="Patience">
	<Effects>
	  <Primary effect="Power Regen (non-combat)" value="+0.7 *" />
	  <Secondary effect="Wound Resist" />
	  <Tertiary effect="Ranged Vulnerability" />
	</Effects>
	<Deed name="No Place for Spoiled Pie">
	  <Task type="Quests">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Restoring the Quick Post">
	  <Task type="Quests">
	    <Location>The Shire</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="Places of the Dwarves">
	  <Task type="Exploration">
	    <Location>Ered Luin</Location>
	    <Level>5</Level>
	  </Task>
	</Deed>
	<Deed name="The Ruins of Breeland">
	  <Task type="Exploration">
	    <Location>Bree-Lands</Location>
	    <Level>10</Level>
	  </Task>
	</Deed>
	<Deed name="Places of the Barrow Downs">
	  <Task type="Exploration">
	    <Location>Bree-Lands</Location>
	    <Level>15</Level>
	  </Task>
	</Deed>
	<Deed name="The Eastern Ruins">
	  <Task type="Exploration">
	    <Location>North Downs</Location>
	    <Level>20</Level>
	  </Task>
	</Deed>
	<Deed name="Wilds of Evendim">
	  <Task type="Exploration">
	    <Location>Evendim</Location>
	    <Level>30</Level>
	  </Task>
	</Deed>
      </Trait>
    </Effect>
  </Traits>
</Data>
