UNWINNABLE
authoradrianna <adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 23:50:05 +0000 (01:50 +0200)
committeradrianna <adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 23:52:00 +0000 (01:52 +0200)
data/stations/station-alpha.json

index 1cd4ebc4b35cb80d81014f5991ecd3dd62017a7c..994b2709b50a3c9e5b9a9f36e1a5f3a6cb96ed1b 100644 (file)
@@ -6,9 +6,9 @@
     "turnip target": 10
   },
   "battery": {
-    "current": 200,
-    "max": 200,
-    "recharge": 100
+    "current": 2000,
+    "max": 2000,
+    "recharge": 1000
   },
   "available_lights": [
     {
     {
       "type": "lamp",
       "cost": 3,
-      "available_colours": ["yellow"],
-      "intensity": 0.5
-    },
-    {
-      "type": "lamp",
-      "cost": 3,
-      "available_colours": ["red", "yellow/blue", "green"],
+      "available_colours": ["blue", "yellow/red/green", "cyan/magenta"],
       "intensity": 0.5
     },
     {
       "type": "pulsatinglamp",
       "cost": 3,
-      "available_colours": ["red", "blue/green"],
+      "available_colours": ["cyan", "blue/green"],
       "intensity": 0.5
     }
   ],
     {
       "type": "wall",
       "vertices": [
-        [400, 400], [450, 400], [450, 450], [400, 450]
+        [0, 0], [1024, 0], [1024, 100], [0, 100]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [0, 604], [1024, 604], [1024, 704], [0, 704]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [0, 100], [100, 100], [100, 300], [0, 300]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [0, 404], [100, 404], [100, 704], [0, 704]
       ]
     },
     {
       "type": "wall",
       "vertices": [
-        [800, 400], [850, 400], [850, 450], [800, 450]
+        [500, 100], [524, 100], [524, 352], [500, 352]
       ]
     },
     {
       "type": "wall",
       "vertices": [
-        [200, 350], [250, 350], [250, 400], [200, 400]
+        [924, 100], [1024, 100], [1024, 604], [924, 604]
       ]
     },
     {
       "type": "shrub",
       "shrublets": [
-        [600, 100, 50], [700, 200, 100]
+        [600, 200, 50], [700, 350, 100], [800, 250, 50], [400, 500, 50], [300, 400, 100], [400, 300, 50], [300, 200, 50]
       ]
     }
   ],
@@ -70,7 +82,7 @@
     {
       "type": "spotlight",
       "colours": ["red"],
-      "position": [700, 500],
+      "position": [850, 550],
       "radius_limits": [20, 400],
       "direction": 135,
       "spread": 90,
     },
     {
       "type": "lamp",
-      "colours": ["yellow"],
-      "position": [500, 500],
+      "colours": ["blue"],
+      "position": [150, 550],
       "intensity": 0.5
     },
     {
       "type": "lamp",
       "colours": ["red", "yellow", "green"],
-      "position": [300, 300],
+      "position": [200, 200],
       "intensity": 0.5
     },
     {
       "pulse_velocity": 1,
       "intensity_range": [0.1, 0.8],
       "intensity_velocity": 0.01,
-      "position": [250, 450],
+      "position": [550, 500],
       "intensity": 0.5
     }
   ]