30 lines
372 B
JSON
30 lines
372 B
JSON
[
|
|
{
|
|
"type": 1,
|
|
"cost": "1|2|5",
|
|
"preOfOther": -5,
|
|
"preOfSelf": 1,
|
|
"itemId": -1
|
|
},
|
|
{
|
|
"type": 2,
|
|
"cost": "1|2|10",
|
|
"preOfOther": -10,
|
|
"preOfSelf": 2,
|
|
"itemId": -1
|
|
},
|
|
{
|
|
"type": 3,
|
|
"cost": "1|2|5",
|
|
"preOfOther": 5,
|
|
"preOfSelf": 2,
|
|
"itemId": -1
|
|
},
|
|
{
|
|
"type": 4,
|
|
"cost": "1|2|10",
|
|
"preOfOther": 10,
|
|
"preOfSelf": 5,
|
|
"itemId": -1
|
|
}
|
|
] |