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

40 lines
563 B
JSON

{
"structure": "NewbieScoreCfg",
"fields": [
{
"name": "Id",
"type": "i32"
},
{
"name": "Score",
"type": "i32"
},
{
"name": "Reward",
"type": "string"
}
],
"count": 4,
"items": [
{
"Id": "1",
"Score": "70",
"Reward": "Energy=15"
},
{
"Id": "2",
"Score": "180",
"Reward": "Energy=30"
},
{
"Id": "3",
"Score": "390",
"Reward": "11=1"
},
{
"Id": "4",
"Score": "540",
"Reward": "706=1"
}
]
}