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

  1. {
  2.     "schema": {
  3.         "DateTime": "Text (50)",
  4.         "Weather": "Text (50)",
  5.         "Victory": "Text (50)",
  6.         "Id": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "DateTime": "8 dec 41",
  11.             "Weather": "Clear",
  12.             "Victory": "220",
  13.             "Id": "1"
  14.         },
  15.         {
  16.             "DateTime": "15 dec 41",
  17.             "Weather": "Clear",
  18.             "Victory": "220",
  19.             "Id": "2"
  20.         },
  21.         {
  22.             "DateTime": "22 dec 41",
  23.             "Weather": "Cloudy",
  24.             "Victory": "200",
  25.             "Id": "3"
  26.         },
  27.         {
  28.             "DateTime": "29 dec 41",
  29.             "Weather": "Cloudy",
  30.             "Victory": "200",
  31.             "Id": "4"
  32.         },
  33.         {
  34.             "DateTime": "5 jan 42",
  35.             "Weather": "Cloudy",
  36.             "Victory": "180",
  37.             "Id": "5"
  38.         },
  39.         {
  40.             "DateTime": "12 jan 42",
  41.             "Weather": "Clear",
  42.             "Victory": "180",
  43.             "Id": "6"
  44.         },
  45.         {
  46.             "DateTime": "19 jan 42",
  47.             "Weather": "Clear",
  48.             "Victory": "160",
  49.             "Id": "7"
  50.         },
  51.         {
  52.             "DateTime": "26 jan 42",
  53.             "Weather": "Clear",
  54.             "Victory": "160",
  55.             "Id": "8"
  56.         },
  57.         {
  58.             "DateTime": "2 feb 42",
  59.             "Weather": "Clear",
  60.             "Victory": "140",
  61.             "Id": "9"
  62.         },
  63.         {
  64.             "DateTime": "9 feb 42",
  65.             "Weather": "Clear",
  66.             "Victory": "140",
  67.             "Id": "10"
  68.         },
  69.         {
  70.             "DateTime": "16 feb 42",
  71.             "Weather": "Clear",
  72.             "Victory": "120",
  73.             "Id": "11"
  74.         },
  75.         {
  76.             "DateTime": "23 feb 42",
  77.             "Weather": "Clear",
  78.             "Victory": "120",
  79.             "Id": "12"
  80.         },
  81.         {
  82.             "DateTime": "2 mar 42",
  83.             "Weather": "Clear",
  84.             "Victory": "100",
  85.             "Id": "13"
  86.         },
  87.         {
  88.             "DateTime": "9 mar 42",
  89.             "Weather": "Clear",
  90.             "Victory": "100",
  91.             "Id": "14"
  92.         },
  93.         {
  94.             "DateTime": "16 mar 42",
  95.             "Weather": "Clear",
  96.             "Victory": "80",
  97.             "Id": "15"
  98.         },
  99.         {
  100.             "DateTime": "23 mar 42",
  101.             "Weather": "Cloudy",
  102.             "Victory": "80",
  103.             "Id": "16"
  104.         },
  105.         {
  106.             "DateTime": "30 mar 42",
  107.             "Weather": "Cloudy",
  108.             "Victory": "60",
  109.             "Id": "17"
  110.         },
  111.         {
  112.             "DateTime": "6 apr 42",
  113.             "Weather": "Cloudy",
  114.             "Victory": "60",
  115.             "Id": "18"
  116.         },
  117.         {
  118.             "DateTime": "13 apr 42",
  119.             "Weather": "Clear",
  120.             "Victory": "40",
  121.             "Id": "19"
  122.         },
  123.         {
  124.             "DateTime": "20 apr 42",
  125.             "Weather": "Clear",
  126.             "Victory": "20",
  127.             "Id": "20"
  128.         },
  129.         {
  130.             "DateTime": "27 apr 42",
  131.             "Weather": "Clear",
  132.             "Victory": "10",
  133.             "Id": "21"
  134.         }
  135.     ]
  136. }