go_dreamfactory/bin/json/game_dispatch_reward.json
2023-02-22 17:56:51 +08:00

28 lines
336 B
JSON

[
{
"id": 1,
"num": [
1,
2,
3
],
"reward": [
{
"a": "attr",
"t": "gold",
"n": 999
},
{
"a": "attr",
"t": "gold",
"n": 9999
},
{
"a": "attr",
"t": "gold",
"n": 99999
}
],
"day": 7
}
]