27 lines
466 B
JSON
27 lines
466 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"getPointWays": "每回合开始时获得",
|
|
"point": 10
|
|
},
|
|
{
|
|
"id": 2,
|
|
"getPointWays": "击杀小兵",
|
|
"point": 3
|
|
},
|
|
{
|
|
"id": 3,
|
|
"getPointWays": "击杀小boss",
|
|
"point": 30
|
|
},
|
|
{
|
|
"id": 4,
|
|
"getPointWays": "击杀大boss",
|
|
"point": 90
|
|
},
|
|
{
|
|
"id": 5,
|
|
"getPointWays": "防守成功",
|
|
"point": 100
|
|
}
|
|
] |