mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
Also fixed quotes in text would break the quest from loading and file format would break the json quests as well. 8 OSI Quest Givers Quest Rewards
33 lines
No EOL
1.2 KiB
JSON
33 lines
No EOL
1.2 KiB
JSON
{
|
|
"questID": 2,
|
|
"title": "A Stitch in Time",
|
|
"description": "Oh how I wish I had a fancy dress like the noble ladies of Castle British! I don't have much... but I have a few trinkets I might trade for it. It would mean the world to me to go to a fancy ball and dance the night away. Oh, and I could tell you how to make one! You just need to use your sewing kit on enough cut cloth, that's all.",
|
|
"uncomplete": "Hello again! Do you need anything? You may want to visit the tailor's shop for cloth and a sewing kit, if you don't already have them.",
|
|
"complete": "It's gorgeous! I only have a few things to give you in return, but I can't thank you enough! Maybe I'll even catch Uzeraan's eye at the, er, *blushes* I mean, I can't wait to wear it to the next town dance!",
|
|
"refuse": "Won't you reconsider? It'd mean the world to me, it would!",
|
|
"type": "collect",
|
|
"category": "Side Quests",
|
|
"oneTimeQuest": 1,
|
|
"questTurnIn": 1,
|
|
"targetItems": [
|
|
{
|
|
"sectionID": "0x1eff",
|
|
"amount": 1,
|
|
"name": "Fancy Dress"
|
|
}
|
|
],
|
|
"rewards": [
|
|
{
|
|
"type": "item",
|
|
"sectionID": "oldring",
|
|
"amount": 1,
|
|
"name": "an old ring"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"sectionID": "oldnecklace",
|
|
"amount": 1,
|
|
"name": "an old necklace"
|
|
}
|
|
]
|
|
} |