1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="utf-8" ?>
- <XnaContent>
- <Asset Type="RolePlayingGameData.Quest">
- <Name>Short Sword</Name>
- <Description>Find another Glimmering Ruby for Shed-darr the Wise. He will give you the Short Sword in return.</Description>
- <ObjectiveMessage>Look for a nearby chest that contains another Glimmering Ruby.</ObjectiveMessage>
- <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>
- <GearRequirements>
- <Item>
- <ContentName>Items\GlimmeringRuby</ContentName>
- <Count>1</Count>
- </Item>
- </GearRequirements>
- <MonsterRequirements />
- <FixedCombatEntries />
- <ChestEntries>
- <Item>
- <ContentName>Ruby</ContentName>
- <MapPosition>6 9</MapPosition>
- <MapContentName>Map001</MapContentName>
- </Item>
- </ChestEntries>
- <DestinationMapContentName>Map001</DestinationMapContentName>
- <DestinationNpcContentName>Sheddarr</DestinationNpcContentName>
- <DestinationObjectiveMessage>Go and speak with Shed-darr the Wise.</DestinationObjectiveMessage>
- <ExperienceReward>30</ExperienceReward>
- <GoldReward>10</GoldReward>
- <GearRewardContentNames>
- <Item>Weapons\ShortSword</Item>
- </GearRewardContentNames>
- </Asset>
- </XnaContent>
|