TestBattle.xml 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Quest">
  4. <Name>Test Battle</Name>
  5. <Description>It's time to test your mettle in combat! Find Sir Shire and let's see what you're capable of!</Description>
  6. <ObjectiveMessage>Walk south to the bottom of the map. There you will find Sir Shire awaiting you for combat!</ObjectiveMessage>
  7. <CompletionMessage>Congratulations! You have defeated Sir Shire. You may be the one to save us from the evil Tamar...</CompletionMessage>
  8. <GearRequirements />
  9. <MonsterRequirements>
  10. <Item>
  11. <ContentName>SirShire</ContentName>
  12. <Count>1</Count>
  13. </Item>
  14. </MonsterRequirements>
  15. <FixedCombatEntries>
  16. <Item>
  17. <ContentName>SirShire</ContentName>
  18. <MapPosition>9 19</MapPosition>
  19. <Direction>North</Direction>
  20. <MapContentName>Map001</MapContentName>
  21. </Item>
  22. </FixedCombatEntries>
  23. <ChestEntries />
  24. <DestinationMapContentName>Map001</DestinationMapContentName>
  25. <DestinationNpcContentName>Sheddarr</DestinationNpcContentName>
  26. <DestinationObjectiveMessage>Go and speak with Shed-darr the Wise.</DestinationObjectiveMessage>
  27. <ExperienceReward>50</ExperienceReward>
  28. <GoldReward>10</GoldReward>
  29. <GearRewardContentNames />
  30. </Asset>
  31. </XnaContent>