ZenlessData/Data/TheGun_HeatBuff_06.json

28 lines
617 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "TheGun_HeatBuff_06",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "TriggerSideScrollingCoAttack",
"Predicates": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
]
}
]
}
]
}
}