AlferZep

adventure

Jul 6th, 2023 (edited)
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. [
  2.     {
  3.         "title":"Mysterious Chest",
  4.         "desc":"You walked across a mysterious chest. Open it?",
  5.         "option":[
  6.             {
  7.                 "name":"open",
  8.                 "func":{
  9.                     "type":"fight",
  10.                     "name":"mad chest"
  11.                 }
  12.             },
  13.             {
  14.                 "name":"check",
  15.                 "func":{
  16.                     "type":"fight",
  17.                     "name":"mad chest"
  18.                 }
  19.             },
  20.             {
  21.                 "name":"ignore",
  22.                 "func":{
  23.                     "type":"win"
  24.                 }
  25.             }
  26.         ]
  27.     },
  28.     {
  29.         "title":"Mysterious Man",
  30.         "desc":"Uh... I don't think we should bother him.",
  31.         "option":[
  32.             {
  33.                 "name":"fight",
  34.                 "func":{
  35.                     "type":"fight",
  36.                     "name":"xycko"
  37.                 }
  38.             },
  39.             {
  40.                 "name":"ignore",
  41.                 "func":{
  42.                     "type":"win"
  43.                 }
  44.             }
  45.         ]
  46.     }
  47. ]
Advertisement
Add Comment
Please, Sign In to add comment