20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"field": [
|
|
[],
|
|
[],
|
|
["Hua", { "Number": { "value": 9, "suit": "Black" } }],
|
|
[{ "Special": "Zhong" }],
|
|
[{ "Special": "Zhong" }],
|
|
[{ "Special": "Zhong" }],
|
|
[{ "Special": "Zhong" }],
|
|
[]
|
|
],
|
|
"goal": [
|
|
{ "value": 8, "suit": "Black" },
|
|
{ "value": 9, "suit": "Green" },
|
|
{ "value": 9, "suit": "Red" }
|
|
],
|
|
"hua_set": false,
|
|
"bunker": [{ "Blocked": null }, { "Blocked": null }, "Empty"]
|
|
}
|