go_dreamfactory/bin/json/game_buzkashigrade.json
2023-10-17 10:22:02 +08:00

37 lines
485 B
JSON

[
{
"num": 1,
"distance": 10,
"value": 8,
"energy": 20,
"matchvalue": 5
},
{
"num": 2,
"distance": 15,
"value": 6,
"energy": 15,
"matchvalue": 4
},
{
"num": 3,
"distance": 20,
"value": 4,
"energy": 10,
"matchvalue": 3
},
{
"num": 4,
"distance": 25,
"value": 2,
"energy": 5,
"matchvalue": 2
},
{
"num": 5,
"distance": 30,
"value": 0,
"energy": 0,
"matchvalue": 0
}
]