eaglelandsonce commited on
Commit
445524d
1 Parent(s): 42adde1

Update grid.json

Browse files
Files changed (1) hide show
  1. grid.json +238 -89
grid.json CHANGED
@@ -1,91 +1,240 @@
1
  {
2
- "city": "Villageville",
3
- "population": 498,
4
-
5
- "size": {
6
- "rows": 10,
7
- "columns": 10
8
- },
9
-
10
- "buildings": [
11
- {
12
- "coords": [5,3],
13
- "type": "town_hall",
14
- "size": 2
15
  },
16
- {
17
- "coords": [2,7],
18
- "type": "fire_station",
19
- "size": 1
20
- },
21
- {
22
- "coords": [8,2],
23
- "type": "police_station",
24
- "size": 1
25
- },
26
- {
27
- "coords": [1,5],
28
- "type": "school",
29
- "size": 3
30
- },
31
- {
32
- "coords": [4,9],
33
- "type": "park",
34
- "size": 4
35
- },
36
- {
37
- "coords": [9,4],
38
- "type": "hospital",
39
- "size": 2
40
- },
41
- {
42
- "coords": [6,7],
43
- "type": "hardware",
44
- "size": 1
45
- },
46
- {
47
- "coords": [3,6],
48
- "type": "church",
49
- "size": 2
50
- }
51
- ],
52
-
53
- "landmarks": [
54
- {
55
- "coords": [0,9],
56
- "type": "cemetary",
57
- "size": 3
58
- }
59
- ],
60
-
61
- "stores": [
62
- {
63
- "coords": [3,2],
64
- "type": "grocery"
65
- },
66
- {
67
- "coords": [7,8],
68
- "type": "grocery"
69
- },
70
- {
71
- "coords": [4,6],
72
- "type": "hardware"
73
- }
74
- ],
75
-
76
- "roads": [
77
- {"start": [2,1], "end": [8,1]},
78
- {"start": [1,3], "end": [4,3]},
79
- {"start": [5,3], "end": [5,9]},
80
- {"start": [8,2], "end": [8,9]},
81
- {"start": [1,5], "end": [4,5]}
82
- ],
83
-
84
- "blocks": [
85
- {"buildings": [], "coords": [0,0]},
86
- {
87
- "buildings": [{"id": 0, "units": 20}],
88
- "coords": [9,9]
89
- }
90
- ]
91
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "city": "Green Smart Village",
3
+ "population": 10000,
4
+ "size": {
5
+ "rows": 15,
6
+ "columns": 15
 
 
 
 
 
 
 
 
7
  },
8
+ "buildings": [
9
+ {
10
+ "coords": [
11
+ 1,
12
+ 1
13
+ ],
14
+ "type": "residential",
15
+ "size": 4
16
+ },
17
+ {
18
+ "coords": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "type": "commercial",
23
+ "size": 3
24
+ },
25
+ {
26
+ "coords": [
27
+ 2,
28
+ 4
29
+ ],
30
+ "type": "community_facilities",
31
+ "size": 1
32
+ },
33
+ {
34
+ "coords": [
35
+ 3,
36
+ 3
37
+ ],
38
+ "type": "school",
39
+ "size": 2
40
+ },
41
+ {
42
+ "coords": [
43
+ 4,
44
+ 1
45
+ ],
46
+ "type": "healthcare_facility",
47
+ "size": 2
48
+ },
49
+ {
50
+ "coords": [
51
+ 5,
52
+ 5
53
+ ],
54
+ "type": "green_space",
55
+ "size": 6
56
+ },
57
+ {
58
+ "coords": [
59
+ 6,
60
+ 2
61
+ ],
62
+ "type": "utility_infrastructure",
63
+ "size": 2
64
+ },
65
+ {
66
+ "coords": [
67
+ 7,
68
+ 7
69
+ ],
70
+ "type": "emergency_services",
71
+ "size": 3
72
+ },
73
+ {
74
+ "coords": [
75
+ 8,
76
+ 3
77
+ ],
78
+ "type": "cultural_facilities",
79
+ "size": 2
80
+ },
81
+ {
82
+ "coords": [
83
+ 9,
84
+ 4
85
+ ],
86
+ "type": "recreational_facilities",
87
+ "size": 3
88
+ },
89
+ {
90
+ "coords": [
91
+ 10,
92
+ 5
93
+ ],
94
+ "type": "innovation_center",
95
+ "size": 2
96
+ },
97
+ {
98
+ "coords": [
99
+ 11,
100
+ 6
101
+ ],
102
+ "type": "elderly_care_home",
103
+ "size": 1
104
+ },
105
+ {
106
+ "coords": [
107
+ 12,
108
+ 7
109
+ ],
110
+ "type": "childcare_centers",
111
+ "size": 1
112
+ },
113
+ {
114
+ "coords": [
115
+ 13,
116
+ 8
117
+ ],
118
+ "type": "places_of_worship",
119
+ "size": 2
120
+ },
121
+ {
122
+ "coords": [
123
+ 14,
124
+ 9
125
+ ],
126
+ "type": "event_spaces",
127
+ "size": 2
128
+ },
129
+ {
130
+ "coords": [
131
+ 12,
132
+ 10
133
+ ],
134
+ "type": "guest_housing",
135
+ "size": 1
136
+ },
137
+ {
138
+ "coords": [
139
+ 10,
140
+ 12
141
+ ],
142
+ "type": "pet_care_facilities",
143
+ "size": 1
144
+ },
145
+ {
146
+ "coords": [
147
+ 8,
148
+ 13
149
+ ],
150
+ "type": "public_sanitation_facilities",
151
+ "size": 1
152
+ },
153
+ {
154
+ "coords": [
155
+ 5,
156
+ 12
157
+ ],
158
+ "type": "environmental_monitoring_stations",
159
+ "size": 1
160
+ },
161
+ {
162
+ "coords": [
163
+ 3,
164
+ 10
165
+ ],
166
+ "type": "disaster_preparedness_center",
167
+ "size": 1
168
+ },
169
+ {
170
+ "coords": [
171
+ 1,
172
+ 8
173
+ ],
174
+ "type": "outdoor_community_spaces",
175
+ "size": 2
176
+ }
177
+ ],
178
+ "roads": [
179
+ {
180
+ "start": [
181
+ 0,
182
+ 0
183
+ ],
184
+ "end": [
185
+ 14,
186
+ 0
187
+ ]
188
+ },
189
+ {
190
+ "start": [
191
+ 0,
192
+ 0
193
+ ],
194
+ "end": [
195
+ 0,
196
+ 14
197
+ ]
198
+ },
199
+ {
200
+ "start": [
201
+ 14,
202
+ 0
203
+ ],
204
+ "end": [
205
+ 14,
206
+ 14
207
+ ]
208
+ },
209
+ {
210
+ "start": [
211
+ 0,
212
+ 14
213
+ ],
214
+ "end": [
215
+ 14,
216
+ 14
217
+ ]
218
+ },
219
+ {
220
+ "start": [
221
+ 7,
222
+ 0
223
+ ],
224
+ "end": [
225
+ 7,
226
+ 14
227
+ ]
228
+ },
229
+ {
230
+ "start": [
231
+ 0,
232
+ 7
233
+ ],
234
+ "end": [
235
+ 14,
236
+ 7
237
+ ]
238
+ }
239
+ ]
240
+ }