thrift-related/json_output/CatTrickData.json
2026-01-09 16:45:21 +08:00

54 lines
820 B
JSON

{
"structure": "CatTrickData",
"fields": [
{
"name": "Type",
"type": "i32"
},
{
"name": "Duration",
"type": "i32"
},
{
"name": "Diamond",
"type": "i32"
},
{
"name": "Energy",
"type": "i32"
}
],
"count": 5,
"items": [
{
"Type": "1",
"Duration": "300",
"Diamond": "2",
"Energy": "100"
},
{
"Type": "2",
"Duration": "600",
"Diamond": "4",
"Energy": "100"
},
{
"Type": "3",
"Duration": "900",
"Diamond": "6",
"Energy": "100"
},
{
"Type": "4",
"Duration": "1800",
"Diamond": "10",
"Energy": "100"
},
{
"Type": "5",
"Duration": "3600",
"Diamond": "20",
"Energy": "100"
}
]
}