Advertisement
SoL_Alex

Untitled

Apr 30th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.71 KB | None | 0 0
  1. {
  2.   "missionId": "001",
  3.   "title": "Phantom Ship Appears",
  4.   "description": "A phantom ship, believed to be from the Great Shipwreck of 1823, is said to appear on the anniversary of the shipwreck in Shipwreck Cove. Many claim to hear eerie sea shanties carried on the wind when the ship manifests.",
  5.   "locationIds": [5, 2, 7],
  6.   "objectives": [
  7.     {
  8.       "objectiveId": "001-1",
  9.       "description": "Visit Jenkins at the Old Harbor to learn more about the Phantom Ship.",
  10.       "type": "Talk",
  11.       "npc": "Jenkins",
  12.       "outcome": "Jenkins shares his experiences and mentions an old maritime legend about a cursed doubloon. He suggests finding O'Donnell who might know more about the legend.",
  13.       "trustRequirement": 0
  14.     },
  15.     {
  16.       "objectiveId": "001-2",
  17.       "description": "Find O'Donnell at Shipwreck Cove and inquire about the cursed doubloon.",
  18.       "type": "Talk",
  19.       "npc": "O'Donnell",
  20.       "outcome": "O'Donnell provides cryptic clues about the doubloon, implying that a piece of it may still be found at Shipwreck Cove.",
  21.       "trustRequirement": 0
  22.     },
  23.     {
  24.       "objectiveId": "001-3",
  25.       "description": "Search for physical evidence of the cursed doubloon at Shipwreck Cove.",
  26.       "type": "Search",
  27.       "outcome": "The player finds a piece of the doubloon's original casing with strange inscriptions. The casing seems to suggest a connection between the doubloon and the phantom ship.",
  28.       "trustRequirement": 0
  29.     },
  30.     {
  31.       "objectiveId": "001-4",
  32.       "description": "Visit the Town Library to research maritime legends about cursed doubloons, focusing on the inscriptions found on the doubloon casing.",
  33.       "type": "Research",
  34.       "outcome": "The player finds an old journal entry about the cursed doubloon and its connection to the phantom ship. The inscriptions on the casing match symbols found in the journal, further confirming the link between the doubloon and the phantom ship.",
  35.       "trustRequirement": 0
  36.     },
  37.     {
  38.       "objectiveId": "001-5",
  39.       "description": "Analyze the collected evidence to deduce the connection between the cursed doubloon and the phantom ship.",
  40.       "type": "Analyze",
  41.       "outcome": "The player concludes that the cursed doubloon needs to be returned to the sea to appease the spirits of the shipwreck. The inscriptions on the casing confirm this course of action.",
  42.       "trustRequirement": 0
  43.     },
  44.     {
  45.       "objectiveId": "001-6",
  46.       "description": "Return the cursed doubloon casing to the sea at Shipwreck Cove.",
  47.       "type": "Action",
  48.       "outcome": "The phantom ship disappears and the eerie sea shanties cease. The event concludes successfully.",
  49.       "trustRequirement": 0
  50.     }
  51.   ]
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement