home *** CD-ROM | disk | FTP | other *** search
/ CyberStratege 18 / CyberStratege_CD_18.iso / patchs / malaya10.zip / main.da_ / main.da / Scenario.json < prev    next >
JavaScript Object Notation  |  1999-08-21  |  457b

  1. {
  2.     "schema": {
  3.         "Title": "Text (50)",
  4.         "Comment": "Text (250)",
  5.         "FirstTurn": "Integer",
  6.         "LastTurn": "Integer",
  7.         "IsRegistered": "Boolean NOT NULL",
  8.         "Id": "Text (50)",
  9.         "PenangCapacity": "Integer",
  10.         "PenangCaptured": "Integer",
  11.         "ForceZ": "Boolean NOT NULL"
  12.     },
  13.     "data": [
  14.         {
  15.             "Title": "Full Campaign",
  16.             "Comment": "From the Japanese initial landings in Siam up to the capture of Singapore.",
  17.             "FirstTurn": 1,
  18.             "LastTurn": 21,
  19.             "IsRegistered": 0,
  20.             "Id": "1",
  21.             "PenangCapacity": 0,
  22.             "PenangCaptured": -1,
  23.             "ForceZ": 1
  24.         }
  25.     ]
  26. }