Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.73 KB | None | 0 0
  1. {
  2.     "number": 0,
  3.     "deck": "settlement",
  4.     "title": "Card 005",
  5.     "story": "As you pass through the crowd, you see a familiar face. She's far older... {{enemy-human}}",
  6.     "choices": [
  7.         {
  8.             "title": "FORCED: If you are supermutant",
  9.             "outcomes": [
  10.                 {
  11.                     "story": "As supermutant you do not care. Steal her stuff...",
  12.                     "actions": {
  13.                         "loot": 3
  14.                     }
  15.                 }
  16.             ]
  17.         },
  18.         {
  19.             "title": "Approach Margaret and tell her about... * {{C}}3",
  20.             "outcomes": [
  21.                 {
  22.                     "label": "Success",
  23.                     "story": "As you tell Margaret about the man...",
  24.                     "actions": {
  25.                         "shield": "+",
  26.                         "loot": 3,
  27.                         "stage": [15, 16, 17],
  28.                         "add": [21, 22, 88],
  29.                         "trash": true
  30.                     }
  31.                 },
  32.                 {
  33.                     "label": "Fail",
  34.                     "story": "Margaret wants nothing from you...",
  35.                     "actions": {
  36.                         "stage": [15, 16, 17],
  37.                         "add": [21, 22, 88],
  38.                         "extra": "Shop once"
  39.                     }
  40.                 }
  41.             ]
  42.         },
  43.         {
  44.             "title": "Leave her alone and go shopping",
  45.             "outcomes": [
  46.                 {
  47.                     "story": "She likely has enough problems",
  48.                     "actions": {
  49.                         "extra": "Shop once"
  50.                     }
  51.                 }
  52.             ]
  53.         }
  54.     ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement