Advertisement
Dieton

json_example.json

May 11th, 2025
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.88 KB | Gaming | 0 0
  1. {
  2.     "dialogues": {
  3.         "adventure_1": {
  4.             "level_1": {
  5.                 "player_1": [
  6.                     "I think we're being watched...",
  7.                     "Which way should we go?"
  8.                 ],
  9.                 "player_2": [
  10.                     "Stay alert!",
  11.                     "Wasn't this destroyed last time?"
  12.                 ],
  13.                 "npc_1": [
  14.                     "Welcome travelers!",
  15.                     "Beware the caves ahead."
  16.                 ],
  17.                 "npc_2": [
  18.                     "*growls*",
  19.                     "Leave this place!"
  20.                 ]
  21.             },
  22.             "level_2": {
  23.                 "player_1": [
  24.                     "The path splits here.",
  25.                     "Which way should we go?"
  26.                 ],
  27.                 "npc_1": [
  28.                     "Take the left tunnel.",
  29.                     "The right is dangerous!"
  30.                 ]
  31.             }
  32.         },
  33.         "adventure_2": {
  34.             "level_1": {
  35.                 "player_1": [
  36.                     "do you think npc 1 new what he was saying?"
  37.                 ],
  38.                 "player_2": [
  39.                     "i wasnt listening to him. i wander what he was thinking",
  40.                     "I'm going to leve all the thinking up to you"
  41.                 ],
  42.                 "npc_1": [
  43.                     "I wonder if the information I gave them was corect"
  44.                 ],
  45.                 "npc_2": [
  46.                     "I cant wait for them to fall right into my trap"
  47.                 ]
  48.             },
  49.             "level_2": {
  50.                 "player_1": [
  51.                     "It looks like we made it safe and sound"
  52.                 ],
  53.                 "player_2": [
  54.                     "good think you listened to npc 1 i would have probably gone the other way"
  55.                 ],
  56.                 "npc_1": [
  57.                     "yes i definantly gave them the wrong instructions. hope they are ok"
  58.                 ],
  59.                 "npc_2": [
  60.                     "NO! npc 1 gave them the wong information",
  61.                     "wait if there on a different path where are they?"
  62.                 ]
  63.             },
  64.             "level_3": {
  65.                 "player_1": [
  66.                     "look at all this gold. we can only take what we can carry.",
  67.                     "oh look i found a hat"
  68.                 ],
  69.                 "player_2": [
  70.                     "I found a cart."
  71.                 ],
  72.                 "npc_1": [
  73.                     "I'm sure they are fine."
  74.                 ],
  75.                 "npc_2": [
  76.                     "I hope they didnt end up in the tresure room that took a long time to gather."
  77.                 ]
  78.             }
  79.         }
  80.     },
  81.     "metadata": {
  82.         "game_name": "json_example_adventure",
  83.         "last_updated": "5-11-25",
  84.         "data_type": "unity"
  85.     }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement