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

  1. {
  2.     "schema": {
  3.         "FirstTurn": "Integer NOT NULL",
  4.         "LastTurn": "Integer NOT NULL",
  5.         "Scenario": "Text (20) NOT NULL",
  6.         "Comment": "Text (250) NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "FirstTurn": 1,
  11.             "LastTurn": 14,
  12.             "Scenario": "1st Konrad",
  13.             "Comment": "The Axis attempt to break the Soviet siege of Budapest. The last panzer major offensive. The Soviet must clear the cityl in the meantime. vblf Starts on Jan 1st and end on Jan 28th 1945 (14 turns). vblf The Axis deploy second and play first."
  14.         }
  15.     ]
  16. }