Advertisement
SvOzMaS

OrionExodus_plotLogicalStructure_v1

Oct 19th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. {
  2.     PlotId: "theplotIdentificator",
  3.     Plotname: "theplotname",
  4.     events:[
  5.         {
  6.             eventId: "theEventIdentificator",
  7.             eventName: "theEventName",
  8.             eventType: "battleOrDecision",
  9.             eventIntroText: "theEventIntroText",
  10.             eventIntroImg: "theNameOfTheEventIntroImg+Extension",
  11.             eventIntroMusic: "theNameOfTheEventIntroMusicFile+Extension",
  12.             previousEventId: "thePreviousEventIdOfThisEvent",
  13.             eventExitOptions:[
  14.                 {
  15.                     option: "YesOrNo/ WinOrLose",
  16.                     outroText: "theEventOutroTextForThisOption",
  17.                     outroImg: "theNameOfTheEventOutroImgForThisOption+Extension",
  18.                     outroMusic: "theNameOftheEventOutroMusicFile+Extension",
  19.                     nextEventId: "theNextEventIdForThisOptionAndPlot",
  20.                     optionStats: {
  21.                         moral: -4,
  22.                         supplies: 5,
  23.                         oxygen: -10,
  24.                         materials: 20,
  25.                         fuel: -5,
  26.                         population: 2                      
  27.                     }
  28.                 }
  29.             ]
  30.         }
  31.     ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement