2
0

ShortSword.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Quest">
  4. <Name>Short Sword</Name>
  5. <Description>Find another Glimmering Ruby for Shed-darr the Wise. He will give you the Short Sword in return.</Description>
  6. <ObjectiveMessage>Look for a nearby chest that contains another Glimmering Ruby.</ObjectiveMessage>
  7. <CompletionMessage>Thank you for the Glimmering Ruby. This time, I shall reward you with the Short Sword. 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>6 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>Weapons\ShortSword</Item>
  30. </GearRewardContentNames>
  31. </Asset>
  32. </XnaContent>