uox3/data/js/jsdata/quests/2.json
Dragon Slayer 7af5a5a351 First 8 Quest Givers
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
2026-04-29 15:18:30 -05:00

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"
}
]
}