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

48 lines
875 B
JSON

{
"structure": "ComboGift",
"fields": [
{
"name": "Id",
"type": "i32"
},
{
"name": "Ratio",
"type": "string"
},
{
"name": "Price",
"type": "double"
},
{
"name": "ItemReward",
"type": "string"
}
],
"count": 4,
"items": [
{
"Id": "1",
"Ratio": "170%",
"Price": "1.99",
"ItemReward": "\"Diamond=100,Cardpack3=1\""
},
{
"Id": "2",
"Ratio": "160%",
"Price": "3.99",
"ItemReward": "\"Diamond=180,Energy=100,Cardpack4=1\""
},
{
"Id": "3",
"Ratio": "155%",
"Price": "5.49",
"ItemReward": "\"Diamond=140,Energy=200,705=1,Cardpack4=1\""
},
{
"Id": "4",
"Ratio": "250%",
"Price": "5.99",
"ItemReward": "\"Diamond=420,Energy=300,705=1,Cardpack3=1,Cardpack4=2\""
}
]
}