50 lines
1021 B
JSON
50 lines
1021 B
JSON
|
[
|
||
|
{
|
||
|
"id":1,
|
||
|
"name":"万剑诀",
|
||
|
"type":"AOE",
|
||
|
"round":[3,8,15],
|
||
|
"damage":1.8,
|
||
|
"debuff":{
|
||
|
"type":"bleed",
|
||
|
"duration":3,
|
||
|
"damage":0.2
|
||
|
},
|
||
|
"buff":null
|
||
|
},
|
||
|
{
|
||
|
"id":2,
|
||
|
"name":"万蛊蚀天",
|
||
|
"type":"AOE",
|
||
|
"round":[1,5,10],
|
||
|
"damage":1.6,
|
||
|
"debuff":{
|
||
|
"type":"poison",
|
||
|
"duration":3,
|
||
|
"damage":0.05
|
||
|
},
|
||
|
"buff":null
|
||
|
},
|
||
|
{
|
||
|
"id":3,
|
||
|
"name":"五气朝元",
|
||
|
"type":"AOE_self",
|
||
|
"round":[4,12],
|
||
|
"damage":0.8,
|
||
|
"buff":{
|
||
|
"type":"heal",
|
||
|
"duration":6,
|
||
|
"damage":0.2
|
||
|
},
|
||
|
"debuff":null
|
||
|
},
|
||
|
{
|
||
|
"id":4,
|
||
|
"name":"七绝剑气",
|
||
|
"type":"AOE",
|
||
|
"round":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],
|
||
|
"damage":3.0,
|
||
|
"debuff":null,
|
||
|
"buff":null
|
||
|
}
|
||
|
]
|