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
27 lines
No EOL
1,015 B
JSON
27 lines
No EOL
1,015 B
JSON
{
|
|
"questID": 6,
|
|
"title": "A clockwork puzzle",
|
|
"description": "'Tis a riddle, you see! What kind of clock is only right twice per day? A broken one! laughs heartily Ah, yes *wipes eye*, that's one of my favorites! Ah... to business. Could you fashion me some clock parts? I wish my own clocks to be right all the day long! You'll need some tinker's tools and some iron ingots, I think, but from there it should be just a matter of working the metal.",
|
|
"uncomplete": "You're not quite done yet. Get back to work!",
|
|
"complete": "Wonderful! Tick tock, tick tock, soon all shall be well with grandfather's clock!",
|
|
"refuse": "Or perhaps you'd rather not.",
|
|
"type": "collect",
|
|
"category": "Side Quests",
|
|
"oneTimeQuest": 1,
|
|
"questTurnIn": 1,
|
|
"targetItems": [
|
|
{
|
|
"sectionID": "0x104F",
|
|
"amount": 5,
|
|
"name": "Clock Parts"
|
|
}
|
|
],
|
|
"rewards": [
|
|
{
|
|
"type": "item",
|
|
"sectionID": "tinkerssatchel",
|
|
"amount": 1,
|
|
"name": "Craftsman's Satchel"
|
|
}
|
|
]
|
|
} |