3 对战结果
```
[
{
"cast": "1464021880464953344",//攻击者
"targets": [
{
"mechaId": "1460425536171839488",//被攻击者
"buffs": [
{
"name": "3-2",//buff名称
"type": 2,//buff类型 1buff 2debuff
"round": 2//回合数
}
],
"combo": false,//是否连击
"miss": false,//是否闪避
"critial": false,//是否暴击
"damage": 10,//伤害
"comboDamage": 0,//连击伤害
"health": 145,//当前血量
"maxHealth": 145,//最大血量
"shield":22//护盾值
}
],
"skill": "3-5",//技能名称
"type": 1,//技能类型 1攻击 2buff
"castType": 1,//技能目标。1单体 2全体
"target": {
"mechaId": "1460425536171839488",
"buffs": [
{
"name": "3-2",
"type": 2,
"round": 2
}
],
"combo": false,
"miss": false,
"critial": false,
"damage": 10,
"comboDamage": 0,
"health": 145,
"maxHealth": 145,
"shield":22
}
}
]
```