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

  1. {
  2.     "schema": {
  3.         "AutoEndPhase": "Boolean NOT NULL",
  4.         "AutoBeginPhase": "Boolean NOT NULL",
  5.         "SmallMapActive": "Boolean NOT NULL",
  6.         "MessageDelay": "Integer NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "AutoEndPhase": 0,
  11.             "AutoBeginPhase": 0,
  12.             "SmallMapActive": 1,
  13.             "MessageDelay": 9
  14.         }
  15.     ]
  16. }