-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_2.json
More file actions
43 lines (43 loc) · 817 Bytes
/
test_2.json
File metadata and controls
43 lines (43 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"squares": [
{
"name": "GO",
"color": "None",
"cost": "0",
"type": "GO",
"rent": "100"
},
{
"name": "Mediterranean Avenue",
"color": "Brown",
"cost": "0",
"type": "Property",
"rent": "100",
"house": "50",
"hotel": "100"
},
{
"name": "Baltic Avenue",
"color": "Brown",
"cost": "100",
"type": "Property",
"rent": "100",
"house": "50",
"hotel": "100"
}
],
"cards": [
{
"name": "gain money",
"description": "Sometime ago you started a ponzi scheme. It is very profitable. Collect $100",
"payment": "100",
"type": "Money"
},
{
"name": "move",
"description": "gotta go",
"payment": "2",
"type": "Location"
}
]
}