home *** CD-ROM | disk | FTP | other *** search
/ CyberStratege 18 / CyberStratege_CD_18.iso / patchs / konrad10.zip / Konrad.da_ / Konrad.da / Setup.json < prev    next >
JavaScript Object Notation  |  1999-04-12  |  497b

  1. {
  2.     "schema": {
  3.         "Scenario": "Text (20) NOT NULL",
  4.         "Owner": "Integer NOT NULL",
  5.         "Setup": "Text (20) NOT NULL",
  6.         "Comment": "Text (250) NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "Scenario": "1st Konrad",
  11.             "Owner": 1,
  12.             "Setup": "Default",
  13.             "Comment": "Default Axis setup. Hungarian free units defend lake Balaton north coast and German heavy panzers are concentrated arount Tatatovaros for an attack on the shortest route toward Budapest."
  14.         },
  15.         {
  16.             "Scenario": "1st Konrad",
  17.             "Owner": 2,
  18.             "Setup": "Default",
  19.             "Comment": "Default Soviet setup. No free setup."
  20.         }
  21.     ]
  22. }