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

  1. {
  2.     "schema": {
  3.         "Id": "Text (50)",
  4.         "Victory": "Integer",
  5.         "IsPlayed": "Boolean NOT NULL",
  6.         "ScenarioId": "Text (50)",
  7.         "OwnerId": "Text (50)"
  8.     },
  9.     "data": [
  10.         {
  11.             "Id": "0",
  12.             "Victory": 20,
  13.             "IsPlayed": 0,
  14.             "ScenarioId": "1",
  15.             "OwnerId": "1"
  16.         },
  17.         {
  18.             "Id": "1",
  19.             "Victory": 40,
  20.             "IsPlayed": 0,
  21.             "ScenarioId": "1",
  22.             "OwnerId": "1"
  23.         },
  24.         {
  25.             "Id": "0",
  26.             "Victory": 30,
  27.             "IsPlayed": 0,
  28.             "ScenarioId": "1",
  29.             "OwnerId": "2"
  30.         },
  31.         {
  32.             "Id": "1",
  33.             "Victory": 100,
  34.             "IsPlayed": 0,
  35.             "ScenarioId": "1",
  36.             "OwnerId": "2"
  37.         },
  38.         {
  39.             "Id": "2",
  40.             "Victory": 40,
  41.             "IsPlayed": 0,
  42.             "ScenarioId": "1",
  43.             "OwnerId": "2"
  44.         },
  45.         {
  46.             "Id": "3",
  47.             "Victory": 30,
  48.             "IsPlayed": 0,
  49.             "ScenarioId": "1",
  50.             "OwnerId": "2"
  51.         },
  52.         {
  53.             "Id": "4",
  54.             "Victory": 30,
  55.             "IsPlayed": 0,
  56.             "ScenarioId": "1",
  57.             "OwnerId": "2"
  58.         },
  59.         {
  60.             "Id": "5",
  61.             "Victory": 20,
  62.             "IsPlayed": 0,
  63.             "ScenarioId": "1",
  64.             "OwnerId": "2"
  65.         }
  66.     ]
  67. }