HideArmor.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Quest">
  4. <Name>Hide Shield</Name>
  5. <Description>Your first quest is to find a Glimmering Ruby for Shed-darr The Wise. He will give you the Hide Shield in return.</Description>
  6. <ObjectiveMessage>Look for a nearby chest that contains the Glimmering Ruby.</ObjectiveMessage>
  7. <CompletionMessage>Thank you for the Glimmering Ruby. I shall reward you with the Hide Shield. Go to the Inventory screen and equip it now!</CompletionMessage>
  8. <GearRequirements>
  9. <Item>
  10. <ContentName>Items\GlimmeringRuby</ContentName>
  11. <Count>1</Count>
  12. </Item>
  13. </GearRequirements>
  14. <MonsterRequirements />
  15. <FixedCombatEntries />
  16. <ChestEntries>
  17. <Item>
  18. <ContentName>Ruby</ContentName>
  19. <MapPosition>13 9</MapPosition>
  20. <MapContentName>Map001</MapContentName>
  21. </Item>
  22. </ChestEntries>
  23. <DestinationMapContentName>Map001</DestinationMapContentName>
  24. <DestinationNpcContentName>Sheddarr</DestinationNpcContentName>
  25. <DestinationObjectiveMessage>Go and speak with Shed-darr the Wise.</DestinationObjectiveMessage>
  26. <ExperienceReward>30</ExperienceReward>
  27. <GoldReward>10</GoldReward>
  28. <GearRewardContentNames>
  29. <Item>Armor\HideShield</Item>
  30. </GearRewardContentNames>
  31. </Asset>
  32. </XnaContent>